From 0f325c0933f2bea40cf4aeb594b5a3745b262adc Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Fri, 23 Dec 2011 00:59:54 +0800 Subject: glib-2.0: upgrade to 2.30.2 Signed-off-by: Shane Wang --- meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb | 42 --------------------------- 1 file changed, 42 deletions(-) delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb (limited to 'meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb') diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb deleted file mode 100644 index bf415a1da..000000000 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.30.1.bb +++ /dev/null @@ -1,42 +0,0 @@ -require glib.inc - -PR = "r1" -PE = "1" - -DEPENDS += "libffi python-argparse-native" -DEPENDS_virtclass-native += "libffi-native python-argparse-native" -DEPENDS_virtclass-nativesdk += "libffi-nativesdk python-argparse-native zlib-nativesdk" - -SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}" - -SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.bz2 \ - file://configure-libtool.patch \ - file://60_wait-longer-for-threads-to-die.patch \ - file://g_once_init_enter.patch \ - file://glib-2.0_fix_for_x32.patch \ - " -SRC_URI[md5sum] = "921ef2e86e911feb5e21f656f1ac305b" -SRC_URI[sha256sum] = "4e560319450f31d85b6cdb2b530c3324a510ca04817e360943d0774327d21804" - -# Only apply this patch for target recipe on uclibc -SRC_URI_append_libc-uclibc = " ${@['', 'file://no-iconv.patch']['${PN}' == '${BPN}']}" - -SRC_URI_append_virtclass-native = " file://glib-gettextize-dir.patch" -BBCLASSEXTEND = "native nativesdk" - -do_configure_prepend() { - # missing ${topdir}/gtk-doc.make and --disable-gtk-doc* is not enough, because it calls gtkdocize (not provided by gtk-doc-native) - sed -i '/^docs/d' ${S}/configure.ac - 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 - sed -i -e "s:TEST_PROGS += gdbus-serialization::g" ${S}/gio/tests/Makefile.am -} - -do_install_append() { - # remove some unpackaged files - rm -f ${D}${libdir}/gdbus-2.0/codegen/*.pyc - rm -f ${D}${libdir}/gdbus-2.0/codegen/*.pyo -} - -PACKAGES += "${PN}-codegen" -FILES_${PN}-codegen = "${libdir}/gdbus-2.0/codegen/*.py" -FILES_${PN} += "${datadir}/glib-2.0/gettext/mkinstalldirs ${datadir}/glib-2.0/gettext/po/Makefile.in.in" -- cgit v1.2.3