From: Ross Burton Date: Tue, 8 Dec 2015 10:52:42 +0000 (+0000) Subject: sudo: remove libdir INSANE_SKIP X-Git-Tag: 2016-4~1970 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a760d550b099a9287b188b8376ef2f0787cc85fc;p=openembedded-core.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 48ed4362d9..a25876b7fc 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"