[oe-commits] Graeme Gregory : glib-2.0_2.22.4.bb : fix native build issues

git version control git at git.openembedded.org
Mon Feb 8 06:31:06 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: de6e11787030f8d56e948240ec554d1a351181ab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=de6e11787030f8d56e948240ec554d1a351181ab

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Sun Feb  7 16:02:08 2010 +0000

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.

---

 recipes/glib-2.0/glib-2.0_2.22.4.bb |    5 +++--
 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 eff5fbd..1d10c41 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() {





More information about the Openembedded-commits mailing list