[oe-commits] Thomas Zimmermann : libphone-ui-shr: fix "Missing inherit gettext?"

git version control git at git.openembedded.org
Sun Feb 20 14:50:03 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 03410dc552ccded4aef2bf8dedac568fda2d0aab
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=03410dc552ccded4aef2bf8dedac568fda2d0aab

Author: Thomas Zimmermann <ml at vdm-design.de>
Date:   Sun Feb 20 15:49:01 2011 +0100

libphone-ui-shr: fix "Missing inherit gettext?"

Signed-off-by: Thomas Zimmermann <ml at vdm-design.de>

---

 recipes/shr/libphone-ui-shr_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index beb9c84..cfb08ff 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"
 





More information about the Openembedded-commits mailing list