summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb5
1 files changed, 1 insertions, 4 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 8b5394e842..7f1986e516 100644
--- a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb
+++ b/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb
@@ -16,7 +16,7 @@ HOMEPAGE = "http://pywbem.sf.net/"
16LICENSE = "LGPLv2" 16LICENSE = "LGPLv2"
17LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" 17LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24"
18SECTION = "Development/Libraries" 18SECTION = "Development/Libraries"
19DEPENDS = "python-m2crypto-native" 19DEPENDS = "python-m2crypto-native python-typing-native"
20SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BPN}/${BP}/${BP}-dev.r704.zip" 20SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BPN}/${BP}/${BP}-dev.r704.zip"
21SRC_URI[md5sum] = "84072451dcdd1aa9ee82363848faf7ad" 21SRC_URI[md5sum] = "84072451dcdd1aa9ee82363848faf7ad"
22SRC_URI[sha256sum] = "898035866d3cc741bbcd62c4ac26e633ad07b7c11d89db2472b9f923f3fd3ed8" 22SRC_URI[sha256sum] = "898035866d3cc741bbcd62c4ac26e633ad07b7c11d89db2472b9f923f3fd3ed8"
@@ -34,6 +34,3 @@ do_install_append() {
34} 34}
35 35
36BBCLASSEXTEND = "native" 36BBCLASSEXTEND = "native"
37
38PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130596/"
39PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130681/"