From: "Stanley Cheong Kwan, Phoong" <[email protected]>
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 <[email protected]> --- 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" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
