aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/glib-2.0/glib-2.0_2.28.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.28.0.bb')
-rw-r--r--recipes/glib-2.0/glib-2.0_2.28.0.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.28.0.bb b/recipes/glib-2.0/glib-2.0_2.28.0.bb
index 07e72d3a80..4e36b645b1 100644
--- a/recipes/glib-2.0/glib-2.0_2.28.0.bb
+++ b/recipes/glib-2.0/glib-2.0_2.28.0.bb
@@ -8,8 +8,7 @@ SECTION = "libs"
PRIORITY = "optional"
PR = "r1"
DEPENDS = "glib-2.0-native gtk-doc zlib"
-DEPENDS_virtclass-native = "gettext-native gtk-doc-native \
- pkgconfig-native"
+DEPENDS_virtclass-native += "pkgconfig-native"
SRC_URI = "\
http://ftp.gnome.org/pub/GNOME/sources/glib/2.28/glib-${PV}.tar.bz2;name=archive \
@@ -31,6 +30,7 @@ inherit autotools gettext
S = "${WORKDIR}/glib-${PV}"
EXTRA_OECONF = "--disable-debug "
+EXTRA_OECONF_virtclass-native = ""
# Add and entry for your favourite arch if your (g)libc has a sane printf
EXTRA_OECONF_append_glibc_arm = " --enable-included-printf=no "
@@ -44,8 +44,6 @@ do_install_append() {
sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/glib-mkenums || true
}
-EXTRA_OECONF_virtclass-native = ""
-
do_configure_prepend_virtclass-native() {
if [ -e ${S}/${TARGET_SYS}-libtool ] ; then
echo "${TARGET_SYS}-libtool already present"