From 3eb49d2492a20695df4219edeb26f3530ac29e9f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Jul 2011 15:55:21 -0700 Subject: pimlico/dates: Fix build on uclibc uclibc does not have NL_TIME_FIRST_WEEKDAY (From OE-Core rev: 0387faee9cf869fd8b9f9e1f5b7a5e23bd37e97e) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-sato/pimlico/dates_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/pimlico/dates_git.bb') diff --git a/meta/recipes-sato/pimlico/dates_git.bb b/meta/recipes-sato/pimlico/dates_git.bb index 4b6a3e9f41..094ef30e88 100644 --- a/meta/recipes-sato/pimlico/dates_git.bb +++ b/meta/recipes-sato/pimlico/dates_git.bb @@ -7,10 +7,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4" PV = "0.4.11+git${SRCPV}" -PR = "r3" +PR = "r4" S = "${WORKDIR}/git" SRC_URI = "git://git.gnome.org/${BPN};protocol=git \ file://make-382.patch \ - file://dso_linking_change_build_fix.patch" + file://dso_linking_change_build_fix.patch \ + file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \ + " -- cgit v1.2.3-54-g00ecf