diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:18:31 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-02 14:18:31 +0000 |
commit | 59d28e093739934857c5e5e1c96466e99d0ba82f (patch) | |
tree | b12ec6373051a2a4139346561bd0cce70f44b88d /meta/packages/wbxml | |
parent | 2f19d8828ee5d1cfd52b1e2d5a431cfba2f94388 (diff) | |
download | openembedded-core-59d28e093739934857c5e5e1c96466e99d0ba82f.tar.gz openembedded-core-59d28e093739934857c5e5e1c96466e99d0ba82f.tar.bz2 openembedded-core-59d28e093739934857c5e5e1c96466e99d0ba82f.zip |
wbxml2: added missing dependency on expat
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4769 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/wbxml')
-rw-r--r-- | meta/packages/wbxml/wbxml2_0.9.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/wbxml/wbxml2_0.9.2.bb b/meta/packages/wbxml/wbxml2_0.9.2.bb index cb1d733370..85b533044d 100644 --- a/meta/packages/wbxml/wbxml2_0.9.2.bb +++ b/meta/packages/wbxml/wbxml2_0.9.2.bb @@ -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" |