glib-2.0 2.21.4: fix pre armv6 builds
authorKoen Kooi <koen@openembedded.org>
Fri, 28 Aug 2009 13:47:55 +0000 (15:47 +0200)
committerKoen Kooi <koen@openembedded.org>
Fri, 28 Aug 2009 13:47:55 +0000 (15:47 +0200)
recipes/glib-2.0/glib-2.0_2.21.4.bb
recipes/glib-2.0/glib.inc

index ca9e4b2..5402a81 100644 (file)
@@ -3,13 +3,12 @@ require glib.inc
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 
-PR = "r1"
-
 SRC_URI = "\
   http://ftp.gnome.org/pub/GNOME/sources/glib/2.21/glib-${PV}.tar.bz2 \
   file://glibconfig-sysdefs.h \
   file://configure-libtool.patch;patch=1 \
 "
 SRC_URI_append_arm = " file://atomic-thumb.patch;patch=1 \
-                       file://gatomic_armv6.patch;patch=1 \
 "
+SRC_URI_append_armv6 = " file://gatomic_armv6.patch;patch=1"
+SRC_URI_append_armv7a = " file://gatomic_armv6.patch;patch=1" 
index e035d20..df2bf0c 100644 (file)
@@ -10,7 +10,7 @@ DEPENDS += "glib-2.0-native gtk-doc"
 DEPENDS += "virtual/libiconv virtual/libintl"
 PACKAGES =+ "gobject-2.0 gmodule-2.0 gthread-2.0 gio-2.0 glib-2.0-utils "
 
-PR = "r4"
+PR = "r5"
 
 LEAD_SONAME = "libglib-2.0.*"
 FILES_glib-2.0-utils = "${bindir}/*"