diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-12 11:11:26 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-19 00:02:52 +0200 |
commit | 9cb1277b5ed2bd227fc05bbfc27e27b2cb7f3756 (patch) | |
tree | b31906fbcfff05fb6d0eb4ab74a168130691e8dc /meta-oe/recipes-core/glib-2.0/glib.inc | |
parent | a63c374cdc785ade69d2998978d08280e671dc1f (diff) | |
download | meta-openembedded-9cb1277b5ed2bd227fc05bbfc27e27b2cb7f3756.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
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glib.inc')
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glib.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glib.inc b/meta-oe/recipes-core/glib-2.0/glib.inc index 8786fe5eb..9eafbd89d 100644 --- a/meta-oe/recipes-core/glib-2.0/glib.inc +++ b/meta-oe/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 | ||