From f232a944a1fe2e03ce67b060b4148e32447da3fb Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Wed, 23 Oct 2013 19:59:38 +0300 Subject: glib-2.0: upgrade to 2.38.1 (From OE-Core rev: a738580b108ae11519176e9302913dbd06f0742d) Signed-off-by: Cristian Iorga Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/glib-2.0/glib-2.0_2.38.0.bb | 66 --------------------------- meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb | 66 +++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0_2.38.0.bb create mode 100644 meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.38.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.38.0.bb deleted file mode 100644 index 5717bd233b..0000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.38.0.bb +++ /dev/null @@ -1,66 +0,0 @@ -require glib.inc - -PE = "1" - -DEPENDS += "libffi zlib" -DEPENDS_class-native += "libffi-native" -DEPENDS_class-nativesdk += "nativesdk-libffi nativesdk-zlib ${BPN}-native" - -SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" - -SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ - file://configure-libtool.patch \ - file://fix-conflicting-rand.patch \ - file://add-march-i486-into-CFLAGS-automatically.patch \ - file://glib-2.0-configure-readlink.patch \ - file://run-ptest \ - file://0001-gio-Fix-Werror-format-string-errors-from-mismatched-.patch \ - " - -SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" - -SRC_URI[md5sum] = "c50d2805a76763e9b4cc4385d4ea215d" -SRC_URI[sha256sum] = "7513a7de5e814ccb48206340a8773ea523d6a7bf04dc74565de69b899bc2ff32" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS_${PN}-ptest += "\ - gnome-desktop-testing \ - tzdata \ - tzdata-americas \ - tzdata-asia \ - tzdata-europe \ - tzdata-posix \ - python-pygobject \ - python-dbus \ - " - -RDEPENDS_${PN}-ptest_append_libc-glibc = "\ - eglibc-gconv-utf-16 \ - eglibc-charmap-utf-8 \ - eglibc-gconv-cp1255 \ - eglibc-charmap-cp1255 \ - eglibc-gconv-utf-32 \ - eglibc-gconv-utf-7 \ - eglibc-charmap-invariant \ - eglibc-localedata-translit-cjk-variants \ - " -EXTRA_OECONF_append_class-target_libc-uclibc = " --with-libiconv=gnu" - -do_configure_prepend() { - sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in -} - -do_install_append() { - # remove some unpackaged files - rm -f ${D}${datadir}/glib-2.0/codegen/*.pyc - rm -f ${D}${datadir}/glib-2.0/codegen/*.pyo - # and empty dirs - rm -rf ${D}${libdir}/gio - - # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location - # for target as /usr/bin/perl, so fix it to /usr/bin/perl. - if [ -f ${D}${bindir}/glib-mkenums ]; then - sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/glib-mkenums - fi -} 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 new file mode 100644 index 0000000000..3e874d7ff0 --- /dev/null +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.38.1.bb @@ -0,0 +1,66 @@ +require glib.inc + +PE = "1" + +DEPENDS += "libffi zlib" +DEPENDS_class-native += "libffi-native" +DEPENDS_class-nativesdk += "nativesdk-libffi nativesdk-zlib ${BPN}-native" + +SHRT_VER = "${@oe.utils.trim_version("${PV}", 2)}" + +SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \ + file://configure-libtool.patch \ + file://fix-conflicting-rand.patch \ + file://add-march-i486-into-CFLAGS-automatically.patch \ + file://glib-2.0-configure-readlink.patch \ + file://run-ptest \ + file://0001-gio-Fix-Werror-format-string-errors-from-mismatched-.patch \ + " + +SRC_URI_append_class-native = " file://glib-gettextize-dir.patch" + +SRC_URI[md5sum] = "f3f6789151c1810f2fe23fe9ebb8b828" +SRC_URI[sha256sum] = "01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS_${PN}-ptest += "\ + gnome-desktop-testing \ + tzdata \ + tzdata-americas \ + tzdata-asia \ + tzdata-europe \ + tzdata-posix \ + python-pygobject \ + python-dbus \ + " + +RDEPENDS_${PN}-ptest_append_libc-glibc = "\ + eglibc-gconv-utf-16 \ + eglibc-charmap-utf-8 \ + eglibc-gconv-cp1255 \ + eglibc-charmap-cp1255 \ + eglibc-gconv-utf-32 \ + eglibc-gconv-utf-7 \ + eglibc-charmap-invariant \ + eglibc-localedata-translit-cjk-variants \ + " +EXTRA_OECONF_append_class-target_libc-uclibc = " --with-libiconv=gnu" + +do_configure_prepend() { + sed -i -e '1s,#!.*,#!${USRBINPATH}/env python,' ${S}/gio/gdbus-2.0/codegen/gdbus-codegen.in +} + +do_install_append() { + # remove some unpackaged files + rm -f ${D}${datadir}/glib-2.0/codegen/*.pyc + rm -f ${D}${datadir}/glib-2.0/codegen/*.pyo + # and empty dirs + rm -rf ${D}${libdir}/gio + + # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location + # for target as /usr/bin/perl, so fix it to /usr/bin/perl. + if [ -f ${D}${bindir}/glib-mkenums ]; then + sed -i -e '1s,#!.*perl,#! ${USRBINPATH}/env perl,' ${D}${bindir}/glib-mkenums + fi +} -- cgit v1.2.3-54-g00ecf