summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-01-18 17:55:55 -0700
committerTom Rini <tom_rini@mentor.com>2011-01-18 18:04:06 -0700
commit1bcffc772f34bd992ce243770c51d61c88fe4629 (patch)
tree25a294e04f7dc1c1b3532e156b79150aa3056ebd
parentb94cfdb521c180e014a1462dbdcae8b2c25e5158 (diff)
downloadopenembedded-1bcffc772f34bd992ce243770c51d61c88fe4629.tar.gz
rhythmbox: Switch to libc-uclibc
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/rhythmbox/rhythmbox_0.12.1.bb3
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 0e03a1c231..399d768901 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"