[OE-core] [PATCH] mc: Don't remove libdir

Saul Wold sgw at linux.intel.com
Wed Jun 26 23:33:20 UTC 2013


It contains helper programs that are needed to make mc do the right actions
for the various file formats it understands.

[YOCTO #4432]

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/recipes-extended/mc/mc_4.8.8.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/mc/mc_4.8.8.bb b/meta/recipes-extended/mc/mc_4.8.8.bb
index 20ae797..e4699dd 100644
--- a/meta/recipes-extended/mc/mc_4.8.8.bb
+++ b/meta/recipes-extended/mc/mc_4.8.8.bb
@@ -19,5 +19,4 @@ FILES_${PN}-dbg += "${libexecdir}/mc/.debug/"
 
 do_install_append () {
 	sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
-	rm -rf ${D}${libdir}
 }
-- 
1.8.1.4




More information about the Openembedded-core mailing list