summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glib-2.0/glib.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-11-08 16:06:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-12 10:34:09 +0000
commitdb5d1274c5f9c00dafc36bfef775a1f4c449b005 (patch)
tree9d005ad2818fc1e45225a887b6d1dea5813e0acf /meta/recipes-core/glib-2.0/glib.inc
parentc3935362109b2d446d6a0fcb35de51c9ecbca601 (diff)
downloadpoky-db5d1274c5f9c00dafc36bfef775a1f4c449b005.tar.gz
glib-2.0: move more logic to the .inc
The .bb was getting larger with configuration being arbitarily split between .bb and .inc. To help adding a glib_git recipe, strip the .bb down to SRC_URI. Also don't remove $libdir/gio as it should be owned by glib. (From OE-Core rev: 55b950500fd9d944042e3c2b0872685f0a60e8eb) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glib-2.0/glib.inc')
-rw-r--r--meta/recipes-core/glib-2.0/glib.inc47
1 files changed, 43 insertions, 4 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc
index ad0671a770..0698c29529 100644
--- a/meta/recipes-core/glib-2.0/glib.inc
+++ b/meta/recipes-core/glib-2.0/glib.inc
@@ -13,9 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \
13BUGTRACKER = "http://bugzilla.gnome.org" 13BUGTRACKER = "http://bugzilla.gnome.org"
14SECTION = "libs" 14SECTION = "libs"
15 15
16DEPENDS = "glib-2.0-native virtual/libiconv" 16BBCLASSEXTEND = "native nativesdk"
17DEPENDS_class-native = "pkgconfig-native gettext-native" 17
18DEPENDS_class-nativesdk = "nativesdk-libtool" 18DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib"
19DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native"
20DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-libffi nativesdk-zlib ${BPN}-native"
19PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" 21PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen"
20 22
21LEAD_SONAME = "libglib-2.0.*" 23LEAD_SONAME = "libglib-2.0.*"
@@ -30,8 +32,13 @@ CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap
30PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}" 32PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}"
31EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}" 33EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}"
32EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux" 34EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux"
35EXTRA_OECONF_append_class-target_libc-uclibc = " --with-libiconv=gnu"
36
37do_configure_prepend() {
38 sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in
39}
33 40
34FILES_${PN} = "${libdir}/lib*${SOLIBS} ${datadir}/glib-2.0/schemas \ 41FILES_${PN} = "${libdir}/lib*${SOLIBS} ${libdir}/gio ${datadir}/glib-2.0/schemas \
35 ${datadir}/glib-2.0/gettext/mkinstalldirs ${datadir}/glib-2.0/gettext/po/Makefile.in.in" 42 ${datadir}/glib-2.0/gettext/mkinstalldirs ${datadir}/glib-2.0/gettext/po/Makefile.in.in"
36FILES_${PN}-dev += "${libdir}/glib-2.0/include \ 43FILES_${PN}-dev += "${libdir}/glib-2.0/include \
37 ${libdir}/gio/modules/lib*${SOLIBSDEV} \ 44 ${libdir}/gio/modules/lib*${SOLIBSDEV} \
@@ -50,4 +57,36 @@ USE_NLS = "yes"
50 57
51do_install_append () { 58do_install_append () {
52 sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python|' 59 sed ${D}${bindir}/gtester-report -i -e '1s|^#!.*|#!/usr/bin/env python|'
60
61 # Remove some unpackaged files
62 rm -f ${D}${datadir}/glib-2.0/codegen/*.pyc
63 rm -f ${D}${datadir}/glib-2.0/codegen/*.pyo
64
65 # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location
66 # for target as /usr/bin/perl, so fix it to /usr/bin/perl.
67 if [ -f ${D}${bindir}/glib-mkenums ]; then
68 sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/glib-mkenums
69 fi
53} 70}
71
72RDEPENDS_${PN}-ptest += "\
73 gnome-desktop-testing \
74 tzdata \
75 tzdata-americas \
76 tzdata-asia \
77 tzdata-europe \
78 tzdata-posix \
79 python-pygobject \
80 python-dbus \
81 "
82
83RDEPENDS_${PN}-ptest_append_libc-glibc = "\
84 eglibc-gconv-utf-16 \
85 eglibc-charmap-utf-8 \
86 eglibc-gconv-cp1255 \
87 eglibc-charmap-cp1255 \
88 eglibc-gconv-utf-32 \
89 eglibc-gconv-utf-7 \
90 eglibc-charmap-invariant \
91 eglibc-localedata-translit-cjk-variants \
92 "