On 8/26/20 11:40 AM, Leon Anavi wrote:
Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <[email protected]>
Acked-by: Trevor Gamblin <[email protected]>
---
  .../python/python-flask-socketio.inc          | 18 -----------------
  .../python/python3-flask-socketio_4.2.1.bb    | 20 +++++++++++++++++--
  2 files changed, 18 insertions(+), 20 deletions(-)
  delete mode 100644 
meta-python/recipes-devtools/python/python-flask-socketio.inc

diff --git a/meta-python/recipes-devtools/python/python-flask-socketio.inc 
b/meta-python/recipes-devtools/python/python-flask-socketio.inc
deleted file mode 100644
index 8d778d4bf..000000000
--- a/meta-python/recipes-devtools/python/python-flask-socketio.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "Socket.IO integration for Flask applications"
-HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/";
-SECTION = "devel/python"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
-
-inherit pypi
-
-PYPI_PACKAGE = "Flask-SocketIO"
-
-SRC_URI[md5sum] = "b23222fb7dd2f0676d78bbe24153fd80"
-SRC_URI[sha256sum] = 
"2172dff1e42415ba480cee02c30c2fc833671ff326f1598ee3d69aa02cf768ec"
-
-RDEPENDS_${PN} += "\
-    ${PYTHON_PN}-flask \
-    ${PYTHON_PN}-socketio \
-    "
diff --git 
a/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb 
b/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb
index ffc4aa7fd..e5fc54136 100644
--- a/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-socketio_4.2.1.bb
@@ -1,2 +1,18 @@
-inherit setuptools3
-require python-flask-socketio.inc
+SUMMARY = "Socket.IO integration for Flask applications"
+HOMEPAGE = "https://github.com/miguelgrinberg/Flask-SocketIO/";
+SECTION = "devel/python"
+
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=38cc21254909604298ce763a6e4440a0"
+
+inherit pypi setuptools3
+
+PYPI_PACKAGE = "Flask-SocketIO"
+
+SRC_URI[md5sum] = "b23222fb7dd2f0676d78bbe24153fd80"
+SRC_URI[sha256sum] = 
"2172dff1e42415ba480cee02c30c2fc833671ff326f1598ee3d69aa02cf768ec"
+
+RDEPENDS_${PN} += "\
+    ${PYTHON_PN}-flask \
+    ${PYTHON_PN}-socketio \
+    "


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#86659): 
https://lists.openembedded.org/g/openembedded-devel/message/86659
Mute This Topic: https://lists.openembedded.org/mt/76431221/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to