diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-21 10:15:32 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-02-21 10:15:32 +0000 |
commit | 3960c851b59a019213c37e83631b64e8d4f2030b (patch) | |
tree | 5bf65f2359f77c3e565485d49b7a3dfee6507464 /packages/libxslt | |
parent | c2cb126b15defb122f18820ac1ed274fe74c03f2 (diff) |
libxslt: use destdir.patch to fix do_install
Diffstat (limited to 'packages/libxslt')
-rw-r--r-- | packages/libxslt/libxslt_1.1.17.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/libxslt/libxslt_1.1.17.bb b/packages/libxslt/libxslt_1.1.17.bb index 9c59407ebf..7abd2c30b6 100644 --- a/packages/libxslt/libxslt_1.1.17.bb +++ b/packages/libxslt/libxslt_1.1.17.bb @@ -5,7 +5,8 @@ DEPENDS = "libxml2" 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 |