[oe-commits] Joshua Lock : libxslt: Fix packaging of xsltConf.sh

git at git.openembedded.org git at git.openembedded.org
Mon Oct 31 10:55:57 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 27b438df0b937180263346cbf68f1641abcdb068
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=27b438df0b937180263346cbf68f1641abcdb068

Author: Joshua Lock <josh at linux.intel.com>
Date:   Fri Oct 28 15:48:36 2011 -0700

libxslt: Fix packaging of xsltConf.sh

xsltConf.sh is installed to libdir not bindir, fix pacakging.

Signed-off-by: Joshua Lock <josh at linux.intel.com>

---

 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 8cfce0a..96bffc6 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"
 
 SECTION = "libs"
 DEPENDS = "libxml2"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "ftp://xmlsoft.org/libxslt//libxslt-${PV}.tar.gz \
            file://pkgconfig_fix.patch"
@@ -24,6 +24,6 @@ RPROVIDES_${PN}-bin += "${PN}-utils"
 RCONFLICTS_${PN}-bin += "${PN}-utils"
 RREPLACES_${PN}-bin += "${PN}-utils"
 
-FILES_${PN}-dev += "${bindir}/xsltConf.sh"
+FILES_${PN}-dev += "${libdir}/xsltConf.sh"
 
 BBCLASSEXTEND = "native"





More information about the Openembedded-commits mailing list