summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-02-08 14:44:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-15 20:06:42 -0800
commitbd38e7e84da3691d763e8991c07ebf5ae20496a1 (patch)
tree7991f1e7be0005632df65e662ccc5d408b92737e /meta/recipes-kernel
parentf5bbeae7898c1e70cebf77ccdbf75937b9cc460c (diff)
downloadpoky-bd38e7e84da3691d763e8991c07ebf5ae20496a1.tar.gz
lttng-tools: no need to delete libxml.m4
The configure.ac uses pkg-config now and this macro doesn't exist in the tarball anymore, so remove the deletion. (From OE-Core rev: 371ec2cb0ed5b04082b29b949cb831d69a8ebb32) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb b/meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb
index 741d884d9c..4c11e5b73d 100644
--- a/meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb
+++ b/meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb
@@ -50,11 +50,6 @@ FILES_${PN}-dev += "${PYTHON_SITEPACKAGES_DIR}/*.la"
50INSANE_SKIP_${PN} = "libexec dev-so" 50INSANE_SKIP_${PN} = "libexec dev-so"
51INSANE_SKIP_${PN}-dbg = "libexec" 51INSANE_SKIP_${PN}-dbg = "libexec"
52 52
53do_configure_prepend () {
54 # Delete a shipped m4 file that overrides our patched one
55 rm -f ${S}/m4/libxml.m4
56}
57
58do_install_ptest () { 53do_install_ptest () {
59 for f in Makefile tests/Makefile tests/utils/utils.sh ; do 54 for f in Makefile tests/Makefile tests/utils/utils.sh ; do
60 install -D "${B}/$f" "${D}${PTEST_PATH}/$f" 55 install -D "${B}/$f" "${D}${PTEST_PATH}/$f"