[oe-commits] Robert Schuster : glib.inc: Packaging workaround for chinook-compat.

GIT User account git at amethyst.openembedded.net
Wed May 13 15:49:56 UTC 2009


Module: openembedded.git
Branch: xora/angstrom-srcpv
Commit: 70daf01d4f46d3224cc376ad85544258300e8389
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=70daf01d4f46d3224cc376ad85544258300e8389

Author: Robert Schuster <robertschuster at fsfe.org>
Date:   Wed May 13 13:35:20 2009 +0200

glib.inc: Packaging workaround for chinook-compat.

---

 recipes/glib-2.0/glib.inc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/recipes/glib-2.0/glib.inc b/recipes/glib-2.0/glib.inc
index b328cfa..e035d20 100644
--- a/recipes/glib-2.0/glib.inc
+++ b/recipes/glib-2.0/glib.inc
@@ -22,9 +22,12 @@ FILES_gobject-2.0 = "${libdir}/libgobject-2.0.so.*"
 FILES_gio-2.0 = "${libdir}/libgio-2.0.so.*"
 FILES_gthread-2.0 = "${libdir}/libgthread-2.0.so.*"
 
-# Let the gthread library end up in glib package
-# for compatibility.
+# Let various glib components end up in glib package
+# for compatibility (with binary packages from Maemo).
 FILES_gthread-2.0_chinook-compat = ""
+FILES_gmodule-2.0_chinook-compat = ""
+FILES_gobject-2.0_chinook-compat = ""
+FILES_gio-2.0_chinook-compat = ""
 
 EXTRA_OECONF = "--disable-debug "
 





More information about the Openembedded-commits mailing list