wbxml2: added missing dependency on expat

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4769 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-02 14:18:31 +00:00
parent 2f19d8828e
commit 59d28e0937

View 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"