summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/dates.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-18 15:55:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:38 +0100
commit3eb49d2492a20695df4219edeb26f3530ac29e9f (patch)
treef58f7e7767d339a5b9f1a8569e55e891748c2a0c /meta/recipes-sato/pimlico/dates.inc
parent59da55b9f1103980c9c38b9de6c928eb41d939cd (diff)
downloadpoky-3eb49d2492a20695df4219edeb26f3530ac29e9f.tar.gz
pimlico/dates: Fix build on uclibc
uclibc does not have NL_TIME_FIRST_WEEKDAY (From OE-Core rev: 0387faee9cf869fd8b9f9e1f5b7a5e23bd37e97e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/pimlico/dates.inc')
-rw-r--r--meta/recipes-sato/pimlico/dates.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/pimlico/dates.inc b/meta/recipes-sato/pimlico/dates.inc
index 01ab409625..b3be6b6b00 100644
--- a/meta/recipes-sato/pimlico/dates.inc
+++ b/meta/recipes-sato/pimlico/dates.inc
@@ -8,7 +8,7 @@ SECTION = "x11"
8DEPENDS = "glib-2.0 gtk+ libglade eds-dbus" 8DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
9RDEPENDS_${PN} = "libedata-cal" 9RDEPENDS_${PN} = "libedata-cal"
10 10
11inherit autotools pkgconfig gtk-icon-cache 11inherit autotools gettext pkgconfig gtk-icon-cache
12 12
13# Poky/Sato specific enhancements 13# Poky/Sato specific enhancements
14OWL = "--disable-owl" 14OWL = "--disable-owl"