[oe-commits] Richard Purdie : mc: Ensure perl scripts reference the correct perl

git version control git at git.openembedded.org
Wed Sep 28 20:52:55 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: feff6030091d519a0738e2a5db47654dcd13ef13
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=feff6030091d519a0738e2a5db47654dcd13ef13

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Sep 26 15:34:49 2011 +0100

mc: Ensure perl scripts reference the correct perl

Without this change the perl path from the build system is used.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/mc/mc_4.7.5.2.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/mc/mc_4.7.5.2.bb b/meta/recipes-extended/mc/mc_4.7.5.2.bb
index 6b03be7..59f32ad 100644
--- a/meta/recipes-extended/mc/mc_4.7.5.2.bb
+++ b/meta/recipes-extended/mc/mc_4.7.5.2.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
 DEPENDS = "ncurses glib-2.0"
 RDEPENDS_${PN} = "ncurses-terminfo"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2"
 
@@ -18,3 +18,8 @@ inherit autotools gettext
 EXTRA_OECONF = "--with-screen=ncurses --without-gpm-mouse --without-x --without-samba"
 
 FILES_${PN}-dbg += "${libexecdir}/mc/.debug/"
+
+do_install_append () {
+       sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${libexecdir}/mc/extfs.d/*
+       
+}





More information about the Openembedded-commits mailing list