From ff156458f09250b67d23a4b609116dfa578ea2c9 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 12 May 2011 11:09:39 +0200 Subject: glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES * otherwise notes like this are shown: NOTE: multiple providers are available for runtime glib-2.0-utils (glib-2.0-nativesdk, glib-2.0) NOTE: consider defining a PREFERRED_PROVIDER entry to match glib-2.0-utils (From OE-Core rev: ec3db64579a945c72da17a873174cb108870d05b) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/glib-2.0') diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 83f19907df..f015fd3a92 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc @@ -18,10 +18,10 @@ require glib-2.0.inc DEPENDS = "glib-2.0-native gtk-doc-native zip dbus" DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native" DEPENDS_virtclass-nativesdk = "libtool-nativesdk" -PACKAGES =+ "glib-2.0-utils " +PACKAGES =+ "${PN}-utils " LEAD_SONAME = "libglib-2.0.*" -FILES_glib-2.0-utils = "${bindir}/*" +FILES_${PN}-utils = "${bindir}/*" inherit autotools pkgconfig gettext -- cgit v1.2.3-54-g00ecf