This fixed the build, remove blacklist also. Signed-off-by: Max Krummenacher <[email protected]> --- meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb b/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb index 8b5394e..14d4e69 100644 --- a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb +++ b/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb @@ -16,14 +16,13 @@ HOMEPAGE = "http://pywbem.sf.net/" LICENSE = "LGPLv2" LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" SECTION = "Development/Libraries" -DEPENDS = "python-m2crypto-native" SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BPN}/${BP}/${BP}-dev.r704.zip" SRC_URI[md5sum] = "84072451dcdd1aa9ee82363848faf7ad" SRC_URI[sha256sum] = "898035866d3cc741bbcd62c4ac26e633ad07b7c11d89db2472b9f923f3fd3ed8" S = "${WORKDIR}/${BP}-dev" -inherit setuptools python-dir +inherit setuptools python-m2crypto-native do_install_append() { mv ${D}${bindir}/wbemcli.py ${D}${bindir}/pywbemcli @@ -34,6 +33,3 @@ do_install_append() { } BBCLASSEXTEND = "native" - -PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130596/" -PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130681/" -- 2.6.6 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
