aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxslt/libxslt.inc
blob: a6430f7b88d4e47168e64694e0ce1fa69ba4108a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "GNOME XSLT library"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libxml2 (>=2.6.27)"
LICENSE = "MIT"
INC_PR = "r6"

SRC_URI = "ftp://xmlsoft.org/libxml2/${BPN}-${PV}.tar.gz;name=archive"
S = "${WORKDIR}/${BPN}-${PV}"

inherit autotools pkgconfig binconfig

NATIVE_INSTALL_WORKS = "1"
BBCLASSEXTEND = "native"

EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-crypto"

PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale"

FILES_${PN}-utils += "${bindir}"