From: Andre McCurdy Date: Wed, 27 Jan 2016 20:57:00 +0000 (-0800) Subject: pango.inc: drop obsolete dependency on qemu-native X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb69b3a33da261d22ed58f6cc73c1553f130987;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git pango.inc: drop obsolete dependency on qemu-native The dependency on qemu-native was removed during the update to 1.38.1: http://git.openembedded.org/openembedded-core/commit/?id=9a86d2a876f5cce9c2825f8fd5bf5dc9aaf9d7a1 Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc index 3d5ae368e55..ede1150f003 100644 --- a/meta/recipes-graphics/pango/pango.inc +++ b/meta/recipes-graphics/pango/pango.inc @@ -10,7 +10,7 @@ SECTION = "libs" LICENSE = "LGPLv2.0+" X11DEPENDS = "virtual/libx11 libxft" -DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz qemu-native" +DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo harfbuzz" PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}" @@ -18,7 +18,7 @@ PACKAGECONFIG[x11] = "--with-xft,--without-xft,${X11DEPENDS}" BBCLASSEXTEND = "native" DEPENDS_class-native = "glib-2.0-native cairo-native harfbuzz-native" -inherit gnomebase gtk-doc qemu ptest-gnome upstream-version-is-even +inherit gnomebase gtk-doc ptest-gnome upstream-version-is-even EXTRA_AUTORECONF = ""