diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-25 08:48:12 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-25 08:48:12 +0200 |
commit | b2144b1630dde748efb131c6b127c2ff4ee1f55a (patch) | |
tree | 0325c6990bfb6a334c3a2cf9253aeb1e629042af /recipes/glib-2.0/glib-2.0_2.22.0.bb | |
parent | b16b5316677842fbdfaa997062145555623886a4 (diff) |
glib-2.0: add 2.22, latest stable
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.22.0.bb')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.22.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.22.0.bb b/recipes/glib-2.0/glib-2.0_2.22.0.bb new file mode 100644 index 0000000000..5f915c2ee5 --- /dev/null +++ b/recipes/glib-2.0/glib-2.0_2.22.0.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" |