[oe-commits] Marcin Juszkiewicz : yum-native: added intltool-native to dependencies - spotted by Tom Rini

GIT User account git at amethyst.openembedded.net
Wed Mar 4 20:28:24 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: 1db27c766c684f71c565d01a05b3ccdd7345e4e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1db27c766c684f71c565d01a05b3ccdd7345e4e6

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Mar  4 21:27:31 2009 +0100

yum-native: added intltool-native to dependencies - spotted by Tom Rini

---

 packages/yum/yum-native_3.2.18.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/packages/yum/yum-native_3.2.18.bb b/packages/yum/yum-native_3.2.18.bb
index f4dc87e..afe9b02 100644
--- a/packages/yum/yum-native_3.2.18.bb
+++ b/packages/yum/yum-native_3.2.18.bb
@@ -7,7 +7,8 @@ SRC_URI = "http://linux.duke.edu/projects/yum/download/3.2/yum-${PV}.tar.gz \
 	   file://extract-postinst.awk"
 PR = "r7"
 
-DEPENDS = "rpm-native python-native python-iniparse-native python-urlgrabber-native yum-metadata-parser-native libxml2-native"
+DEPENDS = "rpm-native python-native python-iniparse-native intltool-native \
+	   python-urlgrabber-native yum-metadata-parser-native libxml2-native"
 
 S = "${WORKDIR}/yum-${PV}"
 





More information about the Openembedded-commits mailing list