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:25:01 +0100
commit0387faee9cf869fd8b9f9e1f5b7a5e23bd37e97e (patch)
tree4a37b922de4ecdd1c60eb549811becc47381b1da /meta/recipes-sato/pimlico/dates.inc
parent2c0dab3fc508b4b80a61b8ce0f6292ba66ad86d3 (diff)
downloadopenembedded-core-contrib-0387faee9cf869fd8b9f9e1f5b7a5e23bd37e97e.tar.gz
pimlico/dates: Fix build on uclibc
uclibc does not have NL_TIME_FIRST_WEEKDAY Signed-off-by: Khem Raj <raj.khem@gmail.com>
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"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
RDEPENDS_${PN} = "libedata-cal"
-inherit autotools pkgconfig gtk-icon-cache
+inherit autotools gettext pkgconfig gtk-icon-cache
# Poky/Sato specific enhancements
OWL = "--disable-owl"