[oe-commits] Khem Raj : glib-2.0-native_2.22.1.bb: It should not be used anymore after BBCLASSEXTEND

git version control git at git.openembedded.org
Sat Jan 29 07:33:57 UTC 2011


Module: openembedded.git
Branch: master
Commit: 24639970e2891cbd30fd4631689d4df39bd3834f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=24639970e2891cbd30fd4631689d4df39bd3834f

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Jan 28 23:33:07 2011 -0800

glib-2.0-native_2.22.1.bb: It should not be used anymore after BBCLASSEXTEND

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/glib-2.0/glib-2.0-native_2.22.1.bb |   39 ----------------------------
 1 files changed, 0 insertions(+), 39 deletions(-)

diff --git a/recipes/glib-2.0/glib-2.0-native_2.22.1.bb b/recipes/glib-2.0/glib-2.0-native_2.22.1.bb
deleted file mode 100644
index 8d30d97..0000000
--- a/recipes/glib-2.0/glib-2.0-native_2.22.1.bb
+++ /dev/null
@@ -1,39 +0,0 @@
-require glib-2.0_${PV}.bb
-
-DEPENDS = "gettext-native gtk-doc-native"
-EXTRA_OECONF = ""
-
-inherit native
-
-do_configure_prepend() {
-    if [ -e ${S}/${TARGET_SYS}-libtool ] ; then
-		echo "${TARGET_SYS}-libtool already present"
-    else
-        cp ${STAGING_BINDIR}/${TARGET_SYS}-libtool ${S}
-    fi
-
-}
-
-do_stage () {
-	install -m 0755 gobject/glib-mkenums ${STAGING_BINDIR}/
-	install -m 0755 gobject/.libs/glib-genmarshal ${STAGING_BINDIR}/
-	install -m 0755 glib-gettextize ${STAGING_BINDIR}/
-	oe_libinstall -so -C glib libglib-2.0 ${STAGING_LIBDIR}
-	oe_libinstall -so -C gmodule libgmodule-2.0 ${STAGING_LIBDIR}
-	oe_libinstall -so -C gthread libgthread-2.0 ${STAGING_LIBDIR}
-	oe_libinstall -so -C gobject libgobject-2.0 ${STAGING_LIBDIR}
-	oe_libinstall -so -C gio libgio-2.0 ${STAGING_LIBDIR}
-	autotools_stage_includes
-	install -d ${STAGING_INCDIR}/glib-2.0/glib
-	install -m 0755 ${S}/glibconfig.h ${STAGING_INCDIR}/glib-2.0/glibconfig.h
-	install -d ${STAGING_DATADIR}/aclocal
-	install -m 0644 ${S}/m4macros/glib-2.0.m4 ${STAGING_DATADIR}/aclocal/glib-2.0.m4
-	install -m 0644 ${S}/m4macros/glib-gettext.m4 ${STAGING_DATADIR}/aclocal/glib-gettext.m4
-	install -d ${STAGING_DATADIR}/glib-2.0/gettext/po
-	install -m 0755 mkinstalldirs ${STAGING_DATADIR}/glib-2.0/gettext/
-	install -m 0644 po/Makefile.in.in ${STAGING_DATADIR}/glib-2.0/gettext/po/
-}
-
-do_install () {
-	:
-}





More information about the Openembedded-commits mailing list