summaryrefslogtreecommitdiffstats
path: root/meta/packages/libxslt
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/libxslt
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadpoky-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/libxslt')
-rw-r--r--meta/packages/libxslt/libxslt_1.1.22.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/packages/libxslt/libxslt_1.1.22.bb b/meta/packages/libxslt/libxslt_1.1.22.bb
index 85c97fada0..82a3096a7d 100644
--- a/meta/packages/libxslt/libxslt_1.1.22.bb
+++ b/meta/packages/libxslt/libxslt_1.1.22.bb
@@ -9,14 +9,10 @@ SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
9 file://pkgconfig_fix.patch;patch=1" 9 file://pkgconfig_fix.patch;patch=1"
10S = "${WORKDIR}/libxslt-${PV}" 10S = "${WORKDIR}/libxslt-${PV}"
11 11
12inherit autotools pkgconfig 12inherit autotools_stage pkgconfig
13 13
14EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto" 14EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"
15 15
16do_stage () {
17 autotools_stage_all
18}
19
20PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" 16PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
21 17
22FILES_${PN}-dev += "${bindir}/xslt-config" 18FILES_${PN}-dev += "${bindir}/xslt-config"