aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-11-18 12:59:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-18 12:25:46 +0000
commit812342e44e9e361a0fa93cfcfe65cf4dd6f2fb57 (patch)
tree1945cf6475d16fd7ffb9dd70d86835993998b3ab /meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
parent43adb8dcf4461b68a7ce0ba9d8acdb2012a70416 (diff)
downloadopenembedded-core-contrib-812342e44e9e361a0fa93cfcfe65cf4dd6f2fb57.tar.gz
glib-2.0: fix qsort_t testing for uclibc
* instead of disabling the configure test and set it always true use the site files to set it true for glibc/eglibc and false for uclibc * remove the patch ' tested only for uclibc * bump PR Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
index 634a4e4f4a..50e174e330 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
@@ -1,6 +1,6 @@
require glib.inc
-PR = "r3"
+PR = "r4"
PE = "1"
DEPENDS += "libffi python-argparse-native"
@@ -9,14 +9,10 @@ DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nat
SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
-QSORT_PATCH = "file://remove.test.for.qsort_r.patch"
-QSORT_PATCH_virtclass-native = ""
-
SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \
file://configure-libtool.patch \
file://60_wait-longer-for-threads-to-die.patch \
file://g_once_init_enter.patch \
- ${QSORT_PATCH} \
"
SRC_URI[md5sum] = "fee101d9d7daa8ddfbae00325f307f3b"
SRC_URI[sha256sum] = "ca9c731017ab370859e847f8b70079bc6dcf389dc0ccb0d0419925aff81b9687"