diff options
author | Ross Burton <ross.burton@intel.com> | 2017-02-08 14:44:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:29 -0800 |
commit | 371ec2cb0ed5b04082b29b949cb831d69a8ebb32 (patch) | |
tree | 646b33668967949053f0ae7edacf06067e7cc8c3 /meta/recipes-kernel/lttng | |
parent | 3883332f84d9da0792c2c7337e842da34ea1b06c (diff) | |
download | openembedded-core-371ec2cb0ed5b04082b29b949cb831d69a8ebb32.tar.gz openembedded-core-371ec2cb0ed5b04082b29b949cb831d69a8ebb32.tar.bz2 openembedded-core-371ec2cb0ed5b04082b29b949cb831d69a8ebb32.zip |
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.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb | 5 |
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" INSANE_SKIP_${PN} = "libexec dev-so" INSANE_SKIP_${PN}-dbg = "libexec" -do_configure_prepend () { - # Delete a shipped m4 file that overrides our patched one - rm -f ${S}/m4/libxml.m4 -} - do_install_ptest () { for f in Makefile tests/Makefile tests/utils/utils.sh ; do install -D "${B}/$f" "${D}${PTEST_PATH}/$f" |