diff options
author | Koen Kooi <koen@openembedded.org> | 2008-06-02 10:36:03 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-06-02 10:36:03 +0000 |
commit | a3bb958e5c5543b6dc9c43acc12df238b7d3a332 (patch) | |
tree | af487cef9618c8cfccddcd35f62ede3293427e70 /packages/glib-2.0/glib-2.0_2.16.3.bb | |
parent | e4e33526e4ce783fa6cac57c73715dce73576c18 (diff) |
glib-2.0: add 2.16.3 from poky, patched to work with libtool 2.2.4, disabled by default for that reason
Diffstat (limited to 'packages/glib-2.0/glib-2.0_2.16.3.bb')
-rw-r--r-- | packages/glib-2.0/glib-2.0_2.16.3.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/glib-2.0/glib-2.0_2.16.3.bb b/packages/glib-2.0/glib-2.0_2.16.3.bb new file mode 100644 index 0000000000..f70539f18e --- /dev/null +++ b/packages/glib-2.0/glib-2.0_2.16.3.bb @@ -0,0 +1,11 @@ +require glib.inc + +# This version requires a newer libtool that isn't default yet +DEFAULT_PREFERENCE = "-1" + +PR = "r0" + +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/glib-${PV}.tar.bz2 \ + file://glibconfig-sysdefs.h \ + file://configure-libtool.patch;patch=1 \ + " |