Files
poky/meta/packages/wbxml/wbxml2_0.9.2.bb
Marcin Juszkiewicz 59d28e0937 wbxml2: added missing dependency on expat
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4769 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-07-02 14:18:31 +00:00

25 lines
450 B
BlitzBasic

DESCRIPTION = "parser for wbxml"
LICENSE = "GPLv2"
DEPENDS = "libxml2 sed-native expat"
SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
file://no-doc-install.patch;patch=1"
inherit autotools pkgconfig
do_configure_append() {
sed -i s:-I/usr/include::g Makefile
sed -i s:-I/usr/include::g */Makefile
}
do_stage() {
autotools_stage_all
}
PACKAGES += "${PN}-tools"
FILES_${PN}-tools = "${bindir}"
FILES_${PN} = "${libdir}/*.so.*"