summaryrefslogtreecommitdiffstats
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 14:22:41 +0000
commit81b6e546bbf624292b004338a400b3c556df7404 (patch)
tree390a6774acbab8a2eb26c7676f1f87d0c3e5387a /meta/recipes-core/glib-2.0/glib-2.0_2.30.0.bb
parent9d4f95587424c9e2d3ef7891c8ac7007f8db1f00 (diff)
downloadpoky-81b6e546bbf624292b004338a400b3c556df7404.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 (From OE-Core rev: 812342e44e9e361a0fa93cfcfe65cf4dd6f2fb57) 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 @@
1require glib.inc 1require glib.inc
2 2
3PR = "r3" 3PR = "r4"
4PE = "1" 4PE = "1"
5 5
6DEPENDS += "libffi python-argparse-native" 6DEPENDS += "libffi python-argparse-native"
@@ -9,14 +9,10 @@ DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nat
9 9
10SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" 10SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
11 11
12QSORT_PATCH = "file://remove.test.for.qsort_r.patch"
13QSORT_PATCH_virtclass-native = ""
14
15SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \ 12SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \
16 file://configure-libtool.patch \ 13 file://configure-libtool.patch \
17 file://60_wait-longer-for-threads-to-die.patch \ 14 file://60_wait-longer-for-threads-to-die.patch \
18 file://g_once_init_enter.patch \ 15 file://g_once_init_enter.patch \
19 ${QSORT_PATCH} \
20 " 16 "
21SRC_URI[md5sum] = "fee101d9d7daa8ddfbae00325f307f3b" 17SRC_URI[md5sum] = "fee101d9d7daa8ddfbae00325f307f3b"
22SRC_URI[sha256sum] = "ca9c731017ab370859e847f8b70079bc6dcf389dc0ccb0d0419925aff81b9687" 18SRC_URI[sha256sum] = "ca9c731017ab370859e847f8b70079bc6dcf389dc0ccb0d0419925aff81b9687"