diff options
author | Joshua Lock <josh@linux.intel.com> | 2011-10-28 15:48:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-31 22:03:18 +0000 |
commit | cbc31bac2e6a22a12d3ff96d308d031b0d00fee4 (patch) | |
tree | 7b01456b4c76a69708fc949a3abe68e8bf6719f5 | |
parent | 2691727152cc0268b1801dcad777affd397aaa8a (diff) | |
download | poky-cbc31bac2e6a22a12d3ff96d308d031b0d00fee4.tar.gz |
libxslt: Fix packaging of xsltConf.sh
xsltConf.sh is installed to libdir not bindir, fix pacakging.
(From OE-Core rev: 27b438df0b937180263346cbf68f1641abcdb068)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.26.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.26.bb b/meta/recipes-support/libxslt/libxslt_1.1.26.bb index 8cfce0a589..96bffc6231 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.26.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.26.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0cd9a07afbeb24026c9b03aecfeba458" | |||
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | DEPENDS = "libxml2" | 9 | DEPENDS = "libxml2" |
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ | 12 | SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ |
13 | file://pkgconfig_fix.patch" | 13 | file://pkgconfig_fix.patch" |
@@ -24,6 +24,6 @@ RPROVIDES_${PN}-bin += "${PN}-utils" | |||
24 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 24 | RCONFLICTS_${PN}-bin += "${PN}-utils" |
25 | RREPLACES_${PN}-bin += "${PN}-utils" | 25 | RREPLACES_${PN}-bin += "${PN}-utils" |
26 | 26 | ||
27 | FILES_${PN}-dev += "${bindir}/xsltConf.sh" | 27 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |