diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2014-11-30 16:46:37 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 10:18:55 +0000 |
| commit | b30db74cd81d9b776a33c0422d9eec4d7b74f0bb (patch) | |
| tree | 6d8f700eba4f95a4d950f2a43a7b16e65cbab9fb | |
| parent | 7526e8d0060cca29feca87abe3d9d6f5cf8f8b27 (diff) | |
| download | poky-b30db74cd81d9b776a33c0422d9eec4d7b74f0bb.tar.gz | |
libxslt: create wrapper to avoid host system referencing
By default, xsltproc from libxslt would use configuration files under
/etc/xml. To avoid host system contamination, we create a wrapper for
this command to make it use configuration files in the sysroot directory.
(From OE-Core rev: f14ecfa98baf98edf47b6820d3b0b3af376c5623)
(From OE-Core rev: 004ac11daf8f73aef68874d88dbc27301065aa83)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/libxslt/libxslt_1.1.28.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-support/libxslt/libxslt_1.1.28.bb b/meta/recipes-support/libxslt/libxslt_1.1.28.bb index 0b2526dbee..ded883e457 100644 --- a/meta/recipes-support/libxslt/libxslt_1.1.28.bb +++ b/meta/recipes-support/libxslt/libxslt_1.1.28.bb | |||
| @@ -35,6 +35,11 @@ RPROVIDES_${PN}-bin += "${PN}-utils" | |||
| 35 | RCONFLICTS_${PN}-bin += "${PN}-utils" | 35 | RCONFLICTS_${PN}-bin += "${PN}-utils" |
| 36 | RREPLACES_${PN}-bin += "${PN}-utils" | 36 | RREPLACES_${PN}-bin += "${PN}-utils" |
| 37 | 37 | ||
| 38 | |||
| 39 | do_install_append_class-native () { | ||
| 40 | create_wrapper ${D}/${bindir}/xsltproc XML_CATALOG_FILES=${sysconfdir}/xml/catalog.xml | ||
| 41 | } | ||
| 42 | |||
| 38 | FILES_${PN} += "${libdir}/libxslt-plugins" | 43 | FILES_${PN} += "${libdir}/libxslt-plugins" |
| 39 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" | 44 | FILES_${PN}-dev += "${libdir}/xsltConf.sh" |
| 40 | 45 | ||
