From 1bcffc772f34bd992ce243770c51d61c88fe4629 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 18 Jan 2011 17:55:55 -0700 Subject: [PATCH] rhythmbox: Switch to libc-uclibc Signed-off-by: Tom Rini --- recipes/rhythmbox/rhythmbox_0.12.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- 2.39.5