diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-12 11:09:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-16 15:32:19 +0100 |
commit | ff156458f09250b67d23a4b609116dfa578ea2c9 (patch) | |
tree | 7e13f7e6c9f83e08bc59bacb40649dfbdaac9e4e | |
parent | 04b79d93957753b8c0671569afb0854cd5ca765c (diff) | |
download | poky-ff156458f09250b67d23a4b609116dfa578ea2c9.tar.gz |
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 <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 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 | |||
18 | DEPENDS = "glib-2.0-native gtk-doc-native zip dbus" | 18 | DEPENDS = "glib-2.0-native gtk-doc-native zip dbus" |
19 | DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native" | 19 | DEPENDS_virtclass-native = "gtk-doc-native pkgconfig-native gettext-native dbus-native" |
20 | DEPENDS_virtclass-nativesdk = "libtool-nativesdk" | 20 | DEPENDS_virtclass-nativesdk = "libtool-nativesdk" |
21 | PACKAGES =+ "glib-2.0-utils " | 21 | PACKAGES =+ "${PN}-utils " |
22 | 22 | ||
23 | LEAD_SONAME = "libglib-2.0.*" | 23 | LEAD_SONAME = "libglib-2.0.*" |
24 | FILES_glib-2.0-utils = "${bindir}/*" | 24 | FILES_${PN}-utils = "${bindir}/*" |
25 | 25 | ||
26 | inherit autotools pkgconfig gettext | 26 | inherit autotools pkgconfig gettext |
27 | 27 | ||