[oe-commits] Marcin Juszkiewicz : glib-2.0: handle Maemo5-compat in same way as chinook-compat

git version control git at git.openembedded.org
Wed Feb 10 13:20:31 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 3828f94a1f5fee688721ba553594f9d573953761
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3828f94a1f5fee688721ba553594f9d573953761

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Wed Feb 10 13:40:30 2010 +0100

glib-2.0: handle Maemo5-compat in same way as chinook-compat

---

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

diff --git a/recipes/glib-2.0/glib.inc b/recipes/glib-2.0/glib.inc
index 53d8d99..5cc697f 100644
--- a/recipes/glib-2.0/glib.inc
+++ b/recipes/glib-2.0/glib.inc
@@ -10,7 +10,7 @@ DEPENDS += "glib-2.0-native gtk-doc"
 DEPENDS += "virtual/libiconv virtual/libintl"
 PACKAGES =+ "gobject-2.0 gmodule-2.0 gthread-2.0 gio-2.0 glib-2.0-utils "
 
-INC_PR = "r5"
+INC_PR = "r6"
 
 LEAD_SONAME = "libglib-2.0.*"
 FILES_glib-2.0-utils = "${bindir}/*"
@@ -28,6 +28,10 @@ FILES_gthread-2.0_chinook-compat = ""
 FILES_gmodule-2.0_chinook-compat = ""
 FILES_gobject-2.0_chinook-compat = ""
 FILES_gio-2.0_chinook-compat = ""
+FILES_gthread-2.0_maemo5-compat = ""
+FILES_gmodule-2.0_maemo5-compat = ""
+FILES_gobject-2.0_maemo5-compat = ""
+FILES_gio-2.0_maemo5-compat = ""
 
 EXTRA_OECONF = "--disable-debug "
 





More information about the Openembedded-commits mailing list