mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user