mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 00:32:13 +02:00
Upgrade libxml/libxslt
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2328 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,11 +3,9 @@ SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "libxml2"
|
||||
LICENSE = "MIT"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
|
||||
file://destdir.patch;patch=1"
|
||||
S = "${WORKDIR}/libxslt-${PV}"
|
||||
SRC_URI = "ftp://xmlsoft.org/libxml2/${PN}-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user