summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-30 17:33:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-14 13:18:07 +0100
commitda0798420ea1b98bd383e4bad7f748bfaa96f18b (patch)
treef1770e7c02d5ec02685994dd7c497f370c80e67a /meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb
parent263852e5a27ca2256ff11d72c0c80e963bdbee0a (diff)
downloadpoky-da0798420ea1b98bd383e4bad7f748bfaa96f18b.tar.gz
glib: upgrade to 2.30.0
(From OE-Core rev: 74f43e3b269c01dba7cd5215a8e825229bd5ecff) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb')
-rw-r--r--meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb
deleted file mode 100644
index 7430d88742..0000000000
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.28.8.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require glib.inc
2
3PR = "r5"
4PE = "1"
5
6SRC_URI = "${GNOME_MIRROR}/glib/2.28/glib-${PV}.tar.bz2 \
7 file://configure-libtool.patch \
8 file://60_wait-longer-for-threads-to-die.patch \
9 file://g_once_init_enter.patch \
10 file://0003-gatomic-proper-pointer-get-cast.patch.patch \
11 file://0005-glib-mkenums-interpreter.patch.patch \
12 "
13# Only apply this patch for target recipe on uclibc
14SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}"
15
16SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch"
17
18SRC_URI[md5sum] = "789e7520f71c6a4bf08bc683ec764d24"
19SRC_URI[sha256sum] = "222f3055d6c413417b50901008c654865e5a311c73f0ae918b0a9978d1f9466f"
20
21BBCLASSEXTEND = "native"
22
23EXTRA_OECONF_append = " --enable-dtrace=no"