From: Saul Wold Date: Tue, 1 Feb 2011 21:07:27 +0000 (-0800) Subject: glib-2.0: Add stable version 2.26.1 X-Git-Tag: 2011-1~2553 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c22484279df745f37b3e80b125059d4167b01b7b;p=openembedded-core.git glib-2.0: Add stable version 2.26.1 Signed-off-by: Saul Wold --- 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 similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/60_wait-longer-for-threads-to-die.patch rename to 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 similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/configure-libtool.patch rename to 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 similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/g_once_init_enter.patch rename to 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 similarity index 100% rename from meta/recipes-core/glib-2.0/glib-2.0-2.27.5/glib-gettextize-dir.patch rename to 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"