]> code.ossystems Code Review - openembedded-core.git/commitdiff
intltool: Fix DEPENDS
authorRichard Purdie <richard@openedhand.com>
Sun, 13 May 2007 18:20:37 +0000 (18:20 +0000)
committerRichard Purdie <richard@openedhand.com>
Sun, 13 May 2007 18:20:37 +0000 (18:20 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1714 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/intltool/intltool_0.35.2.bb

index 7a28fee18a0cd0d4f2908feb9d7f879d59a2a03b..487f69361d481aaf5ff179f9693a3a2c77c891a2 100644 (file)
@@ -1,5 +1,6 @@
 SECTION = "devel"
 DESCRIPTION = "Utility scripts for internationalizing XML"
+DEPENDS = "libxml-parser-perl"
 LICENSE = "GPL"
 
 SRC_URI = "${GNOME_MIRROR}/intltool/0.35/intltool-${PV}.tar.bz2"