diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-28 15:47:55 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-28 15:47:55 +0200 |
commit | 039ba48ab1e7a94ff7463c68a59bb03b854969c8 (patch) | |
tree | b1cbbba294313d70420236b7217e6c9b267e74c8 /recipes/glib-2.0/glib-2.0_2.21.4.bb | |
parent | 8d169f4e303f01c35787bdb9914771d9ceded18f (diff) |
glib-2.0 2.21.4: fix pre armv6 builds
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.21.4.bb')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.21.4.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.21.4.bb b/recipes/glib-2.0/glib-2.0_2.21.4.bb index ca9e4b2013..5402a81535 100644 --- a/recipes/glib-2.0/glib-2.0_2.21.4.bb +++ b/recipes/glib-2.0/glib-2.0_2.21.4.bb @@ -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" |