diff options
4 files changed, 1 insertions, 12 deletions
diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb index 05e3daf637..d6d16c00fc 100644 --- a/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb +++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb | |||
@@ -27,10 +27,7 @@ do_install_append() { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | RDEPENDS_${PN}-dev = "bluez-hcidump" | 29 | RDEPENDS_${PN}-dev = "bluez-hcidump" |
30 | RDEPENDS_${PN}-testtools += "python python-dbus" | 30 | RDEPENDS_${PN}-testtools += "python python-dbus python-pygobject" |
31 | |||
32 | # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html | ||
33 | # RDEPENDS_${PN}-testtools += "python-pygobject" | ||
34 | 31 | ||
35 | ALLOW_EMPTY_libasound-module-bluez = "1" | 32 | ALLOW_EMPTY_libasound-module-bluez = "1" |
36 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools" | 33 | PACKAGES =+ "libasound-module-bluez ${PN}-testtools" |
diff --git a/meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb b/meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb index 73fd043c98..52ef425f7b 100644 --- a/meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb +++ b/meta-oe/recipes-devtools/python/python-pygobject_3.18.2.bb | |||
@@ -32,5 +32,3 @@ do_install_append() { | |||
32 | rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc | 32 | rm ${D}${includedir}/pygobject-3.0/pygobject.h ${D}${libdir}/pkgconfig/pygobject-3.0.pc |
33 | } | 33 | } |
34 | 34 | ||
35 | # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html | ||
36 | PNBLACKLIST[python-pygobject] ?= "BROKEN: fails to build since it was moved to meta-oe" | ||
diff --git a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb index b9aa1c8df4..1490e2210b 100644 --- a/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python-cloudeebus_0.6.0.bb | |||
@@ -14,9 +14,6 @@ inherit distutils setuptools | |||
14 | DEPENDS_${PN} = "python python-distribute" | 14 | DEPENDS_${PN} = "python python-distribute" |
15 | RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess" | 15 | RDEPENDS_${PN} = "python python-dbus python-json python-argparse python-pygobject python-autobahn python-twisted python-subprocess" |
16 | 16 | ||
17 | # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html | ||
18 | PNBLACKLIST[python-cloudeebus] ?= "Rdepends on broken python-pygobject" | ||
19 | |||
20 | do_install_prepend() { | 17 | do_install_prepend() { |
21 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN} | 18 | install -d ${D}${PYTHON_SITEPACKAGES_DIR}/${PN} |
22 | } | 19 | } |
diff --git a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb b/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb index 244e59fa19..2520bfc953 100644 --- a/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb +++ b/meta-python/recipes-devtools/python/python-dbusmock_0.10.1.bb | |||
@@ -9,9 +9,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02" | |||
9 | 9 | ||
10 | DEPENDS += "python-pygobject python-dbus" | 10 | DEPENDS += "python-pygobject python-dbus" |
11 | 11 | ||
12 | # http://lists.openembedded.org/pipermail/openembedded-devel/2016-June/107798.html | ||
13 | PNBLACKLIST[python-dbusmock] ?= "Depends on broken python-pygobject" | ||
14 | |||
15 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" | 12 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BP}.tar.gz" |
16 | SRC_URI[md5sum] = "7370d325c4a75494dd71885ca65b79e8" | 13 | SRC_URI[md5sum] = "7370d325c4a75494dd71885ca65b79e8" |
17 | SRC_URI[sha256sum] = "03aadc93bdc26ea18d4d78fcff7b6cb34f4e18623bc5cc41cf9539d663cee11e" | 14 | SRC_URI[sha256sum] = "03aadc93bdc26ea18d4d78fcff7b6cb34f4e18623bc5cc41cf9539d663cee11e" |