]> code.ossystems Code Review - openembedded-core.git/commitdiff
glib-2.0: Add stable version 2.26.1
authorSaul Wold <sgw@linux.intel.com>
Tue, 1 Feb 2011 21:07:27 +0000 (13:07 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 1 Feb 2011 23:59:42 +0000 (23:59 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch [moved from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/60_wait-longer-for-threads-to-die.patch with 100% similarity]
meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch [moved from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/configure-libtool.patch with 100% similarity]
meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch [moved from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/g_once_init_enter.patch with 100% similarity]
meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch [moved from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/glib-gettextize-dir.patch with 100% similarity]
meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb [new file with mode: 0644]
meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb

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 (file)
index 0000000..eace71a
--- /dev/null
@@ -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"
index cddb7ef3625c2f033722c7f7f0503d572032bb48..d3c8eee71c3a73d4e79331e6e580cf15e30f0033 100644 (file)
@@ -12,4 +12,7 @@ SRC_URI[md5sum] = "b7025b581bf78fcd656117bfc113f21f"
 SRC_URI[sha256sum] = "aad3038db865b762e01b1dc455ffd601b4083c069018d290e5fdfe1a61d328dc"
 
 SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
+
 BBCLASSEXTEND = "native nativesdk"
+
+DEFAULT_PREFERENCE = "-1"