From: Tom Rini Date: Wed, 19 Jan 2011 00:55:55 +0000 (-0700) Subject: rhythmbox: Switch to libc-uclibc X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bcffc772f34bd992ce243770c51d61c88fe4629;p=openembedded.git rhythmbox: Switch to libc-uclibc Signed-off-by: Tom Rini --- 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"