aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-02-07 16:02:08 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-02-07 16:02:08 +0000
commitde6e11787030f8d56e948240ec554d1a351181ab (patch)
treef527e4a0c0100cbc3150eefe2c1528128e9c55b2
parentea44f485c2af19f01da501fa9c6ff53284af9778 (diff)
downloadopenembedded-de6e11787030f8d56e948240ec554d1a351181ab.tar.gz
glib-2.0_2.22.4.bb : fix native build issues
because we override the DEPENDS variable need to make sure that pkgconfig-native is built otherwise configure script is incorrect.
-rw-r--r--recipes/glib-2.0/glib-2.0_2.22.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.22.4.bb b/recipes/glib-2.0/glib-2.0_2.22.4.bb
index eff5fbd462..1d10c418c2 100644
--- a/recipes/glib-2.0/glib-2.0_2.22.4.bb
+++ b/recipes/glib-2.0/glib-2.0_2.22.4.bb
@@ -22,7 +22,7 @@ SRC_URI_append_arm = " file://atomic-thumb.patch;patch=1"
SRC_URI_append_armv6 = " file://gatomic_armv6.patch;patch=1"
SRC_URI_append_armv7a = " file://gatomic_armv6.patch;patch=1"
-PR = "r0"
+PR = "r1"
inherit autotools gettext
@@ -41,7 +41,8 @@ do_install_append() {
sed -i -e s:${STAGING_BINDIR_NATIVE}:${bindir}:g ${D}${bindir}/glib-mkenums || true
}
-DEPENDS_virtclass-native = "gettext-native gtk-doc-native"
+DEPENDS_virtclass-native = "gettext-native gtk-doc-native libpcre-native \
+ pkgconfig-native"
EXTRA_OECONF_virtclass-native = ""
do_configure_prepend_virtclass-native() {