[oe-commits] [meta-openembedded] 55/97: libsexy: Added glib-2.0-native dependency and removed PNBLACKLIST

git at git.openembedded.org git at git.openembedded.org
Tue May 23 14:02:16 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit c357f3ad6648f4f50badf25e894467c00cab6f58
Author: Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong at intel.com>
AuthorDate: Wed May 17 12:57:11 2017 -0700

    libsexy: Added glib-2.0-native dependency and removed PNBLACKLIST
    
    Found out that libsexy is missing the dependency for glib-2.0-native.
    
    Added glib-2.0-native into DEPENDS and unblacklist libsexy by
    removing PNBLACKLIST.
    
    Signed-off-by: Stanley Cheong Kwan, Phoong <stanley.cheong.kwan.phoong at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/libsexy/libsexy.inc       | 2 +-
 meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/libsexy/libsexy.inc b/meta-oe/recipes-graphics/libsexy/libsexy.inc
index 5a11ca0..d8c41d7 100644
--- a/meta-oe/recipes-graphics/libsexy/libsexy.inc
+++ b/meta-oe/recipes-graphics/libsexy/libsexy.inc
@@ -6,7 +6,7 @@ SECTION = "x11/libs"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
 
-DEPENDS = "gtk+ enchant libxml2"
+DEPENDS = "gtk+ enchant libxml2 glib-2.0-native"
 
 SRC_URI = "http://releases.chipx86.com/libsexy/${BPN}/${BP}.tar.gz \
            file://libsexy-pkgconfig-fixes.patch"
diff --git a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb
index 2ba1ebb..86b4958 100644
--- a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb
+++ b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb
@@ -4,5 +4,3 @@ PR = "r2"
 
 SRC_URI[md5sum] = "33c079a253270ec8bfb9508e4bb30754"
 SRC_URI[sha256sum] = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e"
-
-PNBLACKLIST[libsexy] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130607/ - the recipe will be removed on 2017-09-01 unless the issue is fixed"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list