From patchwork Sun May 15 01:32:26 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [08/15] glib-2.0: use PN instead of glib-2.0 in PACKAGES and FILES Date: Sun, 15 May 2011 01:32:26 -0000 From: Saul Wold X-Patchwork-Id: 4039 Message-Id: To: openembedded-core@lists.openembedded.org Cc: Paul Eggleton , Kang Kai From: Martin Jansa * 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 Signed-off-by: Martin Jansa --- meta/recipes-core/glib-2.0/glib.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 83f1990..f015fd3 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