summaryrefslogtreecommitdiffstats
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 85b533044d..14c3f6acc3 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"
6SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \ 6SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \
7 file://no-doc-install.patch;patch=1" 7 file://no-doc-install.patch;patch=1"
8 8
9inherit autotools pkgconfig 9inherit autotools_stage pkgconfig
10 10
11do_configure_append() { 11do_configure_append() {
12 sed -i s:-I/usr/include::g Makefile 12 sed -i s:-I/usr/include::g Makefile
13 sed -i s:-I/usr/include::g */Makefile 13 sed -i s:-I/usr/include::g */Makefile
14} 14}
15 15
16do_stage() {
17 autotools_stage_all
18}
19
20PACKAGES += "${PN}-tools" 16PACKAGES += "${PN}-tools"
21 17
22FILES_${PN}-tools = "${bindir}" 18FILES_${PN}-tools = "${bindir}"