From: Thomas Zimmermann Date: Sun, 20 Feb 2011 14:49:01 +0000 (+0100) Subject: libphone-ui-shr: fix "Missing inherit gettext?" X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03410dc552ccded4aef2bf8dedac568fda2d0aab;p=openembedded.git libphone-ui-shr: fix "Missing inherit gettext?" Signed-off-by: Thomas Zimmermann --- diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb index beb9c84745..cfb08ffec1 100644 --- a/recipes/shr/libphone-ui-shr_git.bb +++ b/recipes/shr/libphone-ui-shr_git.bb @@ -9,7 +9,7 @@ PR = "r3" SRC_URI = "git://git.shr-project.org/repo/libphone-ui-shr.git;protocol=http;branch=master" S = "${WORKDIR}/git" -inherit pkgconfig autotools autotools +inherit pkgconfig autotools gettext EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc"