diff options
Diffstat (limited to 'meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb')
-rw-r--r-- | meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb b/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb deleted file mode 100644 index 34fcaf6e75..0000000000 --- a/meta-oe/recipes-core/glib-2.0/glib-2.0_git.bb +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | require glib.inc | ||
2 | |||
3 | PE = "1" | ||
4 | PR = "r1" | ||
5 | |||
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | |||
8 | DEPENDS += "libffi python-argparse-native" | ||
9 | DEPENDS_virtclass-native += "libffi-native python-argparse-native" | ||
10 | |||
11 | SRC_URI = "git://git.gnome.org/glib;protocol=git;branch=master \ | ||
12 | file://configure-libtool.patch \ | ||
13 | file://60_wait-longer-for-threads-to-die.patch \ | ||
14 | file://g_once_init_enter.patch \ | ||
15 | file://remove.test.for.qsort_r.patch \ | ||
16 | " | ||
17 | SRCREV = "d97cbc6731deab137770bc0fe9c69b06f689f5b4" | ||
18 | PV = "2.29.3+gitr${SRCPV}" | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | # Only apply this patch for target recipe on uclibc | ||
22 | SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}" | ||
23 | |||
24 | SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" | ||
25 | BBCLASSEXTEND = "native" | ||
26 | |||
27 | do_configure_prepend() { | ||
28 | # missing ${topdir}/gtk-doc.make and --disable-gtk-doc* is not enough, because it calls gtkdocize (not provided by gtk-doc-native) | ||
29 | sed -i '/^docs/d' ${S}/configure.ac | ||
30 | sed -i 's/SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs/SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po/g' ${S}/Makefile.am | ||
31 | sed -i -e "s:TEST_PROGS += gdbus-serialization::g" ${S}/gio/tests/Makefile.am | ||
32 | } | ||