From a760d550b099a9287b188b8376ef2f0787cc85fc Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 8 Dec 2015 10:52:42 +0000 Subject: sudo: remove libdir INSANE_SKIP Now that the libdir check allows libraries in libexecdir, remove INSANE_SKIP. Signed-off-by: Ross Burton --- meta/recipes-extended/sudo/sudo.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'meta/recipes-extended/sudo/sudo.inc') 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" -- cgit 1.2.3-korg