diff options
author | Koen Kooi <koen@openembedded.org> | 2009-10-02 16:50:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-10-02 16:50:41 +0200 |
commit | 77e13af5e317d5950d647f7e7ce002d651ff947a (patch) | |
tree | 280d308f63a839f9ac0a14cc61f105632302187f /recipes/glib-2.0/glib-2.0_2.22.1.bb | |
parent | 80891610ead222418a20a358b7bdb892fa676546 (diff) |
glib-2.0: update to 2.22.1
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.22.1.bb')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.22.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.22.1.bb b/recipes/glib-2.0/glib-2.0_2.22.1.bb new file mode 100644 index 0000000000..5f915c2ee5 --- /dev/null +++ b/recipes/glib-2.0/glib-2.0_2.22.1.bb @@ -0,0 +1,15 @@ +require glib.inc +PR = "${INC_PR}.0" + +SRC_URI = "\ + http://ftp.gnome.org/pub/GNOME/sources/glib/2.22/glib-${PV}.tar.bz2 \ + file://glibconfig-sysdefs.h \ + file://configure-libtool.patch;patch=1 \ + file://bug-556515.patch;patch=1 \ +" + + +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" |