diff options
Diffstat (limited to 'meta/packages/wbxml/wbxml2_0.9.2.bb')
-rw-r--r-- | meta/packages/wbxml/wbxml2_0.9.2.bb | 6 |
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" | |||
6 | SRC_URI = "${SOURCEFORGE_MIRROR}/wbxmllib/${P}.tar.gz \ | 6 | SRC_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 | ||
9 | inherit autotools pkgconfig | 9 | inherit autotools_stage pkgconfig |
10 | 10 | ||
11 | do_configure_append() { | 11 | do_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 | ||
16 | do_stage() { | ||
17 | autotools_stage_all | ||
18 | } | ||
19 | |||
20 | PACKAGES += "${PN}-tools" | 16 | PACKAGES += "${PN}-tools" |
21 | 17 | ||
22 | FILES_${PN}-tools = "${bindir}" | 18 | FILES_${PN}-tools = "${bindir}" |