diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-19 09:39:02 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-19 09:39:02 +0100 |
commit | 51b6d90f1d72ecf183ec0d78fcc103f2d8a7213e (patch) | |
tree | 5eb3b61a7c033f2d5bca689edcaa66e973b2dd64 /recipes/glib-2.0/glib-2.0_2.20.0.bb | |
parent | 49c1a7699ac24c580449c13bc3dba425f1d2bb48 (diff) |
glib-2.0: add 2.20
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.20.0.bb')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.20.0.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.20.0.bb b/recipes/glib-2.0/glib-2.0_2.20.0.bb new file mode 100644 index 0000000000..e0afd218f7 --- /dev/null +++ b/recipes/glib-2.0/glib-2.0_2.20.0.bb @@ -0,0 +1,10 @@ +require glib.inc + +PR = "r0" + +SRC_URI = "\ + http://ftp.gnome.org/pub/GNOME/sources/glib/2.20/glib-${PV}.tar.bz2 \ + file://glibconfig-sysdefs.h \ + file://configure-libtool.patch;patch=1 \ +" +SRC_URI_append_arm = " file://atomic-thumb.patch;patch=1" |