[oe-commits] Tom Rini : rhythmbox: Switch to libc-uclibc

git version control git at git.openembedded.org
Wed Jan 19 01:08:07 UTC 2011


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

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Jan 18 17:55:55 2011 -0700

rhythmbox: Switch to libc-uclibc

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/rhythmbox/rhythmbox_0.12.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/rhythmbox/rhythmbox_0.12.1.bb b/recipes/rhythmbox/rhythmbox_0.12.1.bb
index 0e03a1c..399d768 100644
--- a/recipes/rhythmbox/rhythmbox_0.12.1.bb
+++ b/recipes/rhythmbox/rhythmbox_0.12.1.bb
@@ -4,6 +4,7 @@ DEPENDS = "dbus-glib-native gtk+ glib-2.0 gnome-doc-utils gnome-media gstreamer
 # optional dependencies:
 DEPENDS += "avahi gnome-keyring hal libgpod libmusicbrainz nautilus-cd-burner python-pygtk vala"
 #DEPENDS += "brasero mtp"
+PR = "r1"
 
 inherit gnome
 
@@ -14,7 +15,7 @@ do_configure_prepend() {
 
 EXTRA_OECONF = "--disable-static --disable-scrollkeeper ac_cv_strftime_supports_E_O=yes"
 # FIXME: Verify that in uclibc:
-EXTRA_OECONF_linux-uclibc += "ac_cv_strftime_supports_E_O=no"
+EXTRA_OECONF_libc-uclibc += "ac_cv_strftime_supports_E_O=no"
 
 EXTRA_OEMAKE = "DBUS_GLIB_BIN=${STAGING_BINDIR_NATIVE} VALAC=${STAGING_BINDIR_NATIVE}/valac"
 





More information about the Openembedded-commits mailing list