diff options
-rw-r--r-- | meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | 2 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/sip/sip_4.19.19.bb | 11 |
2 files changed, 1 insertions, 12 deletions
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index 60276468fd..e5001c3974 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb | |||
@@ -117,7 +117,7 @@ RDEPENDS_packagegroup-meta-oe-devtools ="\ | |||
117 | ipc-run libdbd-mysql-perl libdbi-perl libio-pty-perl php \ | 117 | ipc-run libdbd-mysql-perl libdbi-perl libio-pty-perl php \ |
118 | protobuf protobuf-c python3-distutils-extra \ | 118 | protobuf protobuf-c python3-distutils-extra \ |
119 | python-cpuset python-distutils-extra python-futures python-pygobject \ | 119 | python-cpuset python-distutils-extra python-futures python-pygobject \ |
120 | rapidjson serialcheck sip3 sip tclap uftrace uw-imap valijson \ | 120 | rapidjson serialcheck sip3 tclap uftrace uw-imap valijson \ |
121 | xmlrpc-c yajl yasm \ | 121 | xmlrpc-c yajl yasm \ |
122 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \ | 122 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geany geany-plugins glade tk", "", d)} \ |
123 | ${@bb.utils.contains("BBPATH", "meta-python2", "nodejs", "", d)} \ | 123 | ${@bb.utils.contains("BBPATH", "meta-python2", "nodejs", "", d)} \ |
diff --git a/meta-oe/recipes-devtools/sip/sip_4.19.19.bb b/meta-oe/recipes-devtools/sip/sip_4.19.19.bb deleted file mode 100644 index 6299de4874..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_4.19.19.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require sip.inc | ||
2 | |||
3 | DEPENDS = "python" | ||
4 | |||
5 | inherit python3-dir python3native | ||
6 | |||
7 | PACKAGES += "python-sip" | ||
8 | |||
9 | FILES_python-sip = "${libdir}/${PYTHON_DIR}/site-packages/" | ||
10 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | ||
11 | |||