diff options
author | Ross Burton <ross.burton@intel.com> | 2015-12-08 10:52:42 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-12 23:42:53 +0000 |
commit | 64c3a099d3e317ded8fba0e9805eeb192566f9ea (patch) | |
tree | 4b42324d0e1fa38975fcb520493b4d65a1418d79 /meta/recipes-extended/sudo/sudo.inc | |
parent | b407a8004ab47c0f101167ee384e66823a09aa78 (diff) | |
download | poky-64c3a099d3e317ded8fba0e9805eeb192566f9ea.tar.gz |
sudo: remove libdir INSANE_SKIP
Now that the libdir check allows libraries in libexecdir, remove INSANE_SKIP.
(From OE-Core rev: a760d550b099a9287b188b8376ef2f0787cc85fc)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/sudo/sudo.inc')
-rw-r--r-- | meta/recipes-extended/sudo/sudo.inc | 5 |
1 files changed, 0 insertions, 5 deletions
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 () { | |||
38 | do_install_prepend (){ | 38 | do_install_prepend (){ |
39 | mkdir -p ${D}/${localstatedir}/lib | 39 | mkdir -p ${D}/${localstatedir}/lib |
40 | } | 40 | } |
41 | |||
42 | # Sudo insists on putting libraries into libexecdir | ||
43 | INSANE_SKIP_${PN} += "libdir" | ||
44 | INSANE_SKIP_${PN}-dev += "libdir" | ||
45 | INSANE_SKIP_${PN}-dbg += "libdir" | ||