]> code.ossystems Code Review - openembedded-core.git/commitdiff
wbxml2: added missing dependency on expat
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:18:31 +0000 (14:18 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 2 Jul 2008 14:18:31 +0000 (14:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4769 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/wbxml/wbxml2_0.9.2.bb

index cb1d73337045edcbb995cfb6f7fca3b6ca8f873c..85b533044d53141f4ee227d52391d9d9ad5ec610 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "parser for wbxml"
 LICENSE = "GPLv2"
 
-DEPENDS = "libxml2 sed-native"
+DEPENDS = "libxml2 sed-native expat"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
           file://no-doc-install.patch;patch=1"