diff options
author | Ross Burton <ross.burton@intel.com> | 2013-11-08 16:06:38 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 10:34:09 +0000 |
commit | db5d1274c5f9c00dafc36bfef775a1f4c449b005 (patch) | |
tree | 9d005ad2818fc1e45225a887b6d1dea5813e0acf /meta | |
parent | c3935362109b2d446d6a0fcb35de51c9ecbca601 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb | 47 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 47 |
2 files changed, 43 insertions, 51 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb index 3e874d7ff0..a5db3025bf 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb | |||
@@ -2,10 +2,6 @@ require glib.inc | |||
2 | 2 | ||
3 | PE = "1" | 3 | PE = "1" |
4 | 4 | ||
5 | DEPENDS += "libffi zlib" | ||
6 | DEPENDS_class-native += "libffi-native" | ||
7 | DEPENDS_class-nativesdk += "nativesdk-libffi nativesdk-zlib ${BPN}-native" | ||
8 | |||
9 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" | 5 | SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" |
10 | 6 | ||
11 | SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ | 7 | SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ |
@@ -21,46 +17,3 @@ SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" | |||
21 | 17 | ||
22 | SRC_URI[md5sum] = "f3f6789151c1810f2fe23fe9ebb8b828" | 18 | SRC_URI[md5sum] = "f3f6789151c1810f2fe23fe9ebb8b828" |
23 | SRC_URI[sha256sum] = "01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159" | 19 | SRC_URI[sha256sum] = "01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159" |
24 | |||
25 | BBCLASSEXTEND = "native nativesdk" | ||
26 | |||
27 | RDEPENDS_${PN}-ptest += "\ | ||
28 | gnome-desktop-testing \ | ||
29 | tzdata \ | ||
30 | tzdata-americas \ | ||
31 | tzdata-asia \ | ||
32 | tzdata-europe \ | ||
33 | tzdata-posix \ | ||
34 | python-pygobject \ | ||
35 | python-dbus \ | ||
36 | " | ||
37 | |||
38 | RDEPENDS_${PN}-ptest_append_libc-glibc = "\ | ||
39 | eglibc-gconv-utf-16 \ | ||
40 | eglibc-charmap-utf-8 \ | ||
41 | eglibc-gconv-cp1255 \ | ||
42 | eglibc-charmap-cp1255 \ | ||
43 | eglibc-gconv-utf-32 \ | ||
44 | eglibc-gconv-utf-7 \ | ||
45 | eglibc-charmap-invariant \ | ||
46 | eglibc-localedata-translit-cjk-variants \ | ||
47 | " | ||
48 | EXTRA_OECONF_append_class-target_libc-uclibc = " --with-libiconv=gnu" | ||
49 | |||
50 | do_configure_prepend() { | ||
51 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in | ||
52 | } | ||
53 | |||
54 | do_install_append() { | ||
55 | # remove some unpackaged files | ||
56 | rm -f ${D}${datadir}/glib-2.0/codegen/*.pyc | ||
57 | rm -f ${D}${datadir}/glib-2.0/codegen/*.pyo | ||
58 | # and empty dirs | ||
59 | rm -rf ${D}${libdir}/gio | ||
60 | |||
61 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location | ||
62 | # for target as /usr/bin/perl, so fix it to /usr/bin/perl. | ||
63 | if [ -f ${D}${bindir}/glib-mkenums ]; then | ||
64 | sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/glib-mkenums | ||
65 | fi | ||
66 | } | ||
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 \ | |||
13 | BUGTRACKER = "http://bugzilla.gnome.org" | 13 | BUGTRACKER = "http://bugzilla.gnome.org" |
14 | SECTION = "libs" | 14 | SECTION = "libs" |
15 | 15 | ||
16 | DEPENDS = "glib-2.0-native virtual/libiconv" | 16 | BBCLASSEXTEND = "native nativesdk" |
17 | DEPENDS_class-native = "pkgconfig-native gettext-native" | 17 | |
18 | DEPENDS_class-nativesdk = "nativesdk-libtool" | 18 | DEPENDS = "glib-2.0-native virtual/libiconv libffi zlib" |
19 | DEPENDS_class-native = "pkgconfig-native gettext-native libffi-native" | ||
20 | DEPENDS_class-nativesdk = "nativesdk-libtool nativesdk-libffi nativesdk-zlib ${BPN}-native" | ||
19 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" | 21 | PACKAGES =+ "${PN}-utils ${PN}-bash-completion ${PN}-codegen" |
20 | 22 | ||
21 | LEAD_SONAME = "libglib-2.0.*" | 23 | LEAD_SONAME = "libglib-2.0.*" |
@@ -30,8 +32,13 @@ CORECONF = "--disable-dtrace --disable-fam --disable-libelf --disable-systemtap | |||
30 | PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}" | 32 | PTEST_CONF = "${@base_contains('DISTRO_FEATURES', 'ptest', '--enable-installed-tests', '--disable-installed-tests', d)}" |
31 | EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}" | 33 | EXTRA_OECONF = "--enable-included-printf=no ${CORECONF} ${PTEST_CONF}" |
32 | EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux" | 34 | EXTRA_OECONF_class-native = "${CORECONF} --disable-selinux" |
35 | EXTRA_OECONF_append_class-target_libc-uclibc = " --with-libiconv=gnu" | ||
36 | |||
37 | do_configure_prepend() { | ||
38 | sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in | ||
39 | } | ||
33 | 40 | ||
34 | FILES_${PN} = "${libdir}/lib*${SOLIBS} ${datadir}/glib-2.0/schemas \ | 41 | FILES_${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" |
36 | FILES_${PN}-dev += "${libdir}/glib-2.0/include \ | 43 | FILES_${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 | ||
51 | do_install_append () { | 58 | do_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 | |||
72 | RDEPENDS_${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 | |||
83 | RDEPENDS_${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 | " | ||