]> code.ossystems Code Review - openembedded-core.git/commitdiff
Upgrade libxml/libxslt
authorRoss Burton <ross@openedhand.com>
Thu, 2 Aug 2007 11:30:51 +0000 (11:30 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 2 Aug 2007 11:30:51 +0000 (11:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2328 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libxml/libxml2_2.6.27.bb [moved from meta/packages/libxml/libxml2_2.6.26.bb with 100% similarity]
meta/packages/libxslt/libxslt_1.1.20.bb [moved from meta/packages/libxslt/libxslt_1.1.17.bb with 91% similarity]

similarity index 91%
rename from meta/packages/libxslt/libxslt_1.1.17.bb
rename to meta/packages/libxslt/libxslt_1.1.20.bb
index 7abd2c30b69f67ee18d6babcd4f84d38bf2e9f00..fa063142b6f16e88c2f8f401b24642760dc09bc2 100644 (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