[oe-commits] Mike Westerhof : glib-2.0-native: update older recipe (2.16.1) to also install libgio.

GIT User account git at amethyst.openembedded.net
Mon Nov 10 10:08:44 UTC 2008


Module: openembedded.git
Branch: shared/xorg-7.4-update
Commit: 99b78c8b96c7faa37cfca49d2a19f546f97e5d03
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=99b78c8b96c7faa37cfca49d2a19f546f97e5d03

Author: Mike Westerhof <mwester at dls.net>
Date:   Sun Nov  9 21:18:24 2008 -0600

glib-2.0-native: update older recipe (2.16.1) to also install libgio.

---

 packages/glib-2.0/glib-2.0-native_2.16.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/glib-2.0/glib-2.0-native_2.16.1.bb b/packages/glib-2.0/glib-2.0-native_2.16.1.bb
index 4a610c4..c847bcc 100644
--- a/packages/glib-2.0/glib-2.0-native_2.16.1.bb
+++ b/packages/glib-2.0/glib-2.0-native_2.16.1.bb
@@ -2,7 +2,7 @@ require glib-2.0_${PV}.bb
 
 FILESPATH = "${FILE_DIRNAME}/glib-2.0-${PV}:${FILE_DIRNAME}/files"
 DEPENDS = "gtk-doc-native"
-PR = "r1"
+PR = "r2"
 
 inherit native
 
@@ -23,6 +23,7 @@ do_stage () {
 	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





More information about the Openembedded-commits mailing list