[oe-commits] org.oe.dev libxslt: use destdir.patch to fix do_install

hrw commit openembedded-commits at lists.openembedded.org
Wed Feb 21 10:18:23 UTC 2007


libxslt: use destdir.patch to fix do_install

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 429208b5266a7b0f415415f366574681726ab49f
ViewMTN: http://monotone.openembedded.org/revision.psp?id=429208b5266a7b0f415415f366574681726ab49f
Files:
1
packages/libxslt/libxslt_1.1.17.bb
Diffs:

#
# mt diff -r175817397598ec1d5170d12dadf708f5c775453e -r429208b5266a7b0f415415f366574681726ab49f
#
# 
# 
# patch "packages/libxslt/libxslt_1.1.17.bb"
#  from [3c7895c92d5f9b64204f31cead40afbdbbe532c7]
#    to [ac2cb98de14221e060f7af634601e47b37836f10]
# 
============================================================
--- packages/libxslt/libxslt_1.1.17.bb	3c7895c92d5f9b64204f31cead40afbdbbe532c7
+++ packages/libxslt/libxslt_1.1.17.bb	ac2cb98de14221e060f7af634601e47b37836f10
@@ -5,7 +5,8 @@ PR = "r2"
 LICENSE = "MIT"
 PR = "r2"
 
-SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz"
+SRC_URI = "ftp://xmlsoft.org/libxml2/libxslt-${PV}.tar.gz \
+           file://destdir.patch;patch=1"
 S = "${WORKDIR}/libxslt-${PV}"
 
 inherit autotools pkgconfig






More information about the Openembedded-commits mailing list