diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 7b471e7fa9..33d30c110f 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -16,8 +16,10 @@ SECTION = "libs" | |||
16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | 17 | ||
18 | DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib" | 18 | DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib" |
19 | DEPENDS_append_class-target = "${@base_contains('DISTRO_FEATURES', 'ptest', ' dbus', '', d)}" | ||
19 | DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native" | 20 | DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native" |
20 | DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-libffi nativesdk-zlib ${BPN}-native" | 21 | DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-libffi nativesdk-zlib ${BPN}-native" |
22 | |||
21 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" | 23 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" |
22 | 24 | ||
23 | LEAD_SONAME = "libglib-2.0.*" | 25 | LEAD_SONAME = "libglib-2.0.*" |