diff options
author | Max Krummenacher <max.oss.09@gmail.com> | 2017-02-14 22:49:00 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:06:36 +0100 |
commit | 8e35bdef1ddff47816b169fb02d54a2e0e1d7d1a (patch) | |
tree | 03db148d6c5402f04d9465c9acfe2562244f0458 /meta-oe/recipes-extended/pywbem | |
parent | efbdd654031af423647af5255286ead78b459bed (diff) | |
download | meta-openembedded-8e35bdef1ddff47816b169fb02d54a2e0e1d7d1a.tar.gz |
pywbem: add depends on python-typing-native
python-m2crypto-native requires python-typing-native.
This fixed the build, remove blacklist.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/pywbem')
-rw-r--r-- | meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb | 5 |
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 8b5394e84..7f1986e51 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/" | |||
16 | LICENSE = "LGPLv2" | 16 | LICENSE = "LGPLv2" |
17 | LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" | 17 | LIC_FILES_CHKSUM = "file://pywbem/LICENSE.txt;md5=fbc093901857fcd118f065f900982c24" |
18 | SECTION = "Development/Libraries" | 18 | SECTION = "Development/Libraries" |
19 | DEPENDS = "python-m2crypto-native" | 19 | DEPENDS = "python-m2crypto-native python-typing-native" |
20 | SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BPN}/${BP}/${BP}-dev.r704.zip" | 20 | SRC_URI = "http://jaist.dl.sourceforge.net/project/${BPN}/${BPN}/${BP}/${BP}-dev.r704.zip" |
21 | SRC_URI[md5sum] = "84072451dcdd1aa9ee82363848faf7ad" | 21 | SRC_URI[md5sum] = "84072451dcdd1aa9ee82363848faf7ad" |
22 | SRC_URI[sha256sum] = "898035866d3cc741bbcd62c4ac26e633ad07b7c11d89db2472b9f923f3fd3ed8" | 22 | SRC_URI[sha256sum] = "898035866d3cc741bbcd62c4ac26e633ad07b7c11d89db2472b9f923f3fd3ed8" |
@@ -34,6 +34,3 @@ do_install_append() { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
37 | |||
38 | PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130596/" | ||
39 | PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130681/" | ||