diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-13 18:31:33 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-16 12:06:37 +0100 |
commit | fbef460e2fc410dc48b9df0614f0133d527e9662 (patch) | |
tree | fa9759509580f38ce92f53591b88c6ba7a9c21ec /meta-python | |
parent | 3f69e3cd8509a782516076aade75687f6073a5ea (diff) | |
download | meta-openembedded-fbef460e2fc410dc48b9df0614f0133d527e9662.tar.gz |
python-pbr: remove PNBLACKLIST
The build is OK after the patch:
"python-pbr: change the dependency to be a RDEPENDS and fix build issues"
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb index 74d786606..7fddf7aa4 100644 --- a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | |||
@@ -14,5 +14,3 @@ RDEPENDS_${PN}_class-target += " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | |||
18 | PNBLACKLIST[python-pbr] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130650/" | ||