diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-07-05 17:56:25 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-07-05 17:56:25 +0000 |
commit | ff806b00137ed4f13e2d56adb631384d6eab7d0e (patch) | |
tree | 0f5fb7aac64f39bf58ed2856a5e4ab5a3d51f58e /recipes/glib-2.0/glib-2.0_2.20.4.bb | |
parent | 2e23feebced982ef9a22d30ae2a4cfe453103c70 (diff) |
glib-2.0, pango, gtk+: Updated to the latest .4 stable versions.
Diffstat (limited to 'recipes/glib-2.0/glib-2.0_2.20.4.bb')
-rw-r--r-- | recipes/glib-2.0/glib-2.0_2.20.4.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/glib-2.0/glib-2.0_2.20.4.bb b/recipes/glib-2.0/glib-2.0_2.20.4.bb new file mode 100644 index 0000000000..e0afd218f7 --- /dev/null +++ b/recipes/glib-2.0/glib-2.0_2.20.4.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" |