diff options
-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 | ||