[oe-commits] Roy.Li : pango: remove pango-module-basic-x RRECOMMENDS

git at git.openembedded.org git at git.openembedded.org
Sat Jul 13 20:58:46 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: a609771a7dc8a102f080d31526e795705154e514
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a609771a7dc8a102f080d31526e795705154e514

Author: Roy.Li <rongqing.li at windriver.com>
Date:   Tue Jul  9 02:33:59 2013 +0000

pango: remove pango-module-basic-x RRECOMMENDS

pango-module-basic-x has been removed from pango-1.31.0 and we're using
pango-1.32.5, so we should not refer pango-module-basic-x.
    Commit 194b6ee552318ec6c494f34ed9f0979d0460fe4f
    Author: Behdad Esfahbod <behdad at behdad.org>
    Date:   Thu Aug 16 21:48:50 2012 -0400

        Remove PangoX

        Been overdue...

Signed-off-by: Roy.Li <rongqing.li at windriver.com>

---

 meta/recipes-graphics/pango/pango.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index 80f2e19..ea360c7 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -20,7 +20,7 @@ DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native"
 
 PACKAGES_DYNAMIC += "^pango-module-.*"
 
-RRECOMMENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'x11', 'pango-module-basic-x', '', d)} pango-module-basic-fc" 
+RRECOMMENDS_${PN} = "pango-module-basic-fc"
 
 inherit gnomebase gtk-doc qemu
 # Create a pango-modules package



More information about the Openembedded-commits mailing list