summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2011-10-28 15:48:36 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:38:05 +0000
commit79081f46ecf12725a6aa64c4fe7b3a3612c1b66a (patch)
treed4c08e891506867f29bc0db03a1325db7f1f8fcb /meta/recipes-support
parent4f9e333b05a76c9ca72f91196818e4e222ab8cfd (diff)
downloadpoky-79081f46ecf12725a6aa64c4fe7b3a3612c1b66a.tar.gz
libxslt: Fix packaging of xsltConf.sh
xsltConf.sh is installed to libdir not bindir, fix pacakging. (From OE-Core rev: 27b438df0b937180263346cbf68f1641abcdb068) (From OE-Core rev: 82ff9739d7b95775636d1b9ac7aa4fb5576eccd9) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libxslt/libxslt_1.1.26.bb4
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
8SECTION = "libs" 8SECTION = "libs"
9DEPENDS = "libxml2" 9DEPENDS = "libxml2"
10PR = "r2" 10PR = "r3"
11 11
12SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \ 12SRC_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"
24RCONFLICTS_${PN}-bin += "${PN}-utils" 24RCONFLICTS_${PN}-bin += "${PN}-utils"
25RREPLACES_${PN}-bin += "${PN}-utils" 25RREPLACES_${PN}-bin += "${PN}-utils"
26 26
27FILES_${PN}-dev += "${bindir}/xsltConf.sh" 27FILES_${PN}-dev += "${libdir}/xsltConf.sh"
28 28
29BBCLASSEXTEND = "native" 29BBCLASSEXTEND = "native"