summaryrefslogtreecommitdiff
path: root/meta/packages/wbxml/wbxml2_0.9.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/wbxml/wbxml2_0.9.2.bb')
-rw-r--r--meta/packages/wbxml/wbxml2_0.9.2.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/wbxml/wbxml2_0.9.2.bb b/meta/packages/wbxml/wbxml2_0.9.2.bb
index 85b533044..14c3f6acc 100644
--- a/meta/packages/wbxml/wbxml2_0.9.2.bb
+++ b/meta/packages/wbxml/wbxml2_0.9.2.bb
@@ -6,17 +6,13 @@ DEPENDS = "libxml2 sed-native expat"
SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
file://no-doc-install.patch;patch=1"
-inherit autotools pkgconfig
+inherit autotools_stage 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}"