aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-02-01 13:07:27 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-02-01 23:59:42 +0000
commitc22484279df745f37b3e80b125059d4167b01b7b (patch)
tree01764a23a64674f4f6109bffcf25a95e2b7f34d3
parent50b9f87124bcfce2ff2dd65009272885eed6ee7a (diff)
downloadopenembedded-core-contrib-c22484279df745f37b3e80b125059d4167b01b7b.tar.gz
glib-2.0: Add stable version 2.26.1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch (renamed from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/60_wait-longer-for-threads-to-die.patch)0
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch (renamed from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/configure-libtool.patch)0
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch (renamed from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/g_once_init_enter.patch)0
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch (renamed from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/glib-gettextize-dir.patch)0
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb16
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb3
6 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/60_wait-longer-for-threads-to-die.patch b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
index 8195bd4922..8195bd4922 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/60_wait-longer-for-threads-to-die.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/60_wait-longer-for-threads-to-die.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/configure-libtool.patch b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
index 7c170be60f..7c170be60f 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/configure-libtool.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/configure-libtool.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/g_once_init_enter.patch b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
index a2a506c2ad..a2a506c2ad 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/g_once_init_enter.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/g_once_init_enter.patch
diff --git a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/glib-gettextize-dir.patch b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
index e54a8e5106..e54a8e5106 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0-2.27.5/glib-gettextize-dir.patch
+++ b/meta/recipes-core/glib-2.0/glib-2.0/glib-gettextize-dir.patch
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"
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb
index cddb7ef362..d3c8eee71c 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb
@@ -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"