1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

libxslt: Convert to BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2009-11-05 18:07:47 +00:00
parent f8e52056be
commit f9a857d08c
3 changed files with 2 additions and 4 deletions
@@ -1,4 +0,0 @@
require libxslt_${PV}.bb
inherit native
DEPENDS = "libxml2-native (>=2.6.27)"
+2
View File
@@ -17,3 +17,5 @@ PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"
FILES_${PN}-dev += "${bindir}/xslt-config"
FILES_${PN}-utils += "${bindir}"
BBCLASSEXTEND = "native"