From: Ross Burton Date: Tue, 8 Dec 2015 10:52:42 +0000 (+0000) Subject: sudo: remove libdir INSANE_SKIP X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28080 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a760d550b099a9287b188b8376ef2f0787cc85fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sudo: remove libdir INSANE_SKIP Now that the libdir check allows libraries in libexecdir, remove INSANE_SKIP. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc index 48ed4362d91..a25876b7fc5 100644 --- a/meta/recipes-extended/sudo/sudo.inc +++ b/meta/recipes-extended/sudo/sudo.inc @@ -38,8 +38,3 @@ do_compile_prepend () { do_install_prepend (){ mkdir -p ${D}/${localstatedir}/lib } - -# Sudo insists on putting libraries into libexecdir -INSANE_SKIP_${PN} += "libdir" -INSANE_SKIP_${PN}-dev += "libdir" -INSANE_SKIP_${PN}-dbg += "libdir"