]> code.ossystems Code Review - openembedded-core.git/commitdiff
lttng-tools: no need to delete libxml.m4
authorRoss Burton <ross.burton@intel.com>
Wed, 8 Feb 2017 14:44:29 +0000 (14:44 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Feb 2017 04:06:29 +0000 (20:06 -0800)
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>
meta/recipes-kernel/lttng/lttng-tools_2.9.3.bb

index 741d884d9ca5d83096ba7a43c035a8c021036369..4c11e5b73dc342b10e2b9fc8cf03eef08f5a94bd 100644 (file)
@@ -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"