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:
Ross Burton
2007-08-02 11:30:51 +00:00
parent a2defd4d88
commit 22c8505534
2 changed files with 2 additions and 4 deletions

View File

@@ -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