[oe-commits] : glib-2.0 native: fix DEPENDS

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Sep 24 08:59:47 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: 88191dd3daeaec22f1fb3157b3768d576a4055c5
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=88191dd3daeaec22f1fb3157b3768d576a4055c5

Author:  <koen at openembedded.org>
Date:   Wed Sep 24 08:06:49 2008 +0000

glib-2.0 native: fix DEPENDS

---

 packages/glib-2.0/glib-2.0-native_2.18.0.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/packages/glib-2.0/glib-2.0-native_2.18.0.bb b/packages/glib-2.0/glib-2.0-native_2.18.0.bb
index 4a610c4..486cf5e 100644
--- a/packages/glib-2.0/glib-2.0-native_2.18.0.bb
+++ b/packages/glib-2.0/glib-2.0-native_2.18.0.bb
@@ -1,11 +1,13 @@
 require glib-2.0_${PV}.bb
 
 FILESPATH = "${FILE_DIRNAME}/glib-2.0-${PV}:${FILE_DIRNAME}/files"
-DEPENDS = "gtk-doc-native"
 PR = "r1"
 
 inherit native
 
+DEPENDS = "gettext-native gtk-doc-native"
+
+
 do_configure_prepend() {
     if [ -e ${S}/${TARGET_SYS}-libtool ] ; then
 		echo "${TARGET_SYS}-libtool already present"





More information about the Openembedded-commits mailing list