diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-01 13:07:27 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-01 23:59:42 +0000 |
commit | c22484279df745f37b3e80b125059d4167b01b7b (patch) | |
tree | 01764a23a64674f4f6109bffcf25a95e2b7f34d3 /meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb | |
parent | 50b9f87124bcfce2ff2dd65009272885eed6ee7a (diff) | |
download | openembedded-core-c22484279df745f37b3e80b125059d4167b01b7b.tar.gz openembedded-core-c22484279df745f37b3e80b125059d4167b01b7b.tar.bz2 openembedded-core-c22484279df745f37b3e80b125059d4167b01b7b.zip |
glib-2.0: Add stable version 2.26.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb new file mode 100644 index 0000000000..eace71a731 --- /dev/null +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb @@ -0,0 +1,16 @@ +require glib.inc + +PE = "1" +PR = "r0" + +SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.26/glib-${PV}.tar.bz2 \ + file://configure-libtool.patch \ + file://60_wait-longer-for-threads-to-die.patch \ + file://g_once_init_enter.patch \ + " + +SRC_URI[md5sum] = "17535accceef55bcb17a74d73f9c2aef" +SRC_URI[sha256sum] = "7a74ff12b6b9dee1f2d0e520b56b68b621920c4f4250bdf23468e515625c28d5" + +SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" +BBCLASSEXTEND = "native" |