From c0975ababac9ca943eda0f3e23938b975d807d9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 4 Jan 2019 20:07:17 +0100 Subject: [PATCH] exiv2: remove bogus do_install prepend MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/exiv2/exiv2_0.26.bb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-support/exiv2/exiv2_0.26.bb b/recipes-support/exiv2/exiv2_0.26.bb index 96b69fa6..d180e587 100644 --- a/recipes-support/exiv2/exiv2_0.26.bb +++ b/recipes-support/exiv2/exiv2_0.26.bb @@ -17,7 +17,3 @@ S = "${WORKDIR}/${BPN}-trunk" INSANE_SKIP_${PN} = "useless-rpaths" EXTRA_OECMAKE_append = " -DTHREADS_PTHREAD_ARG=OFF " - -do_install_preend() { - install -d ${D}${mandir} -}