[oe-commits] Richard Purdie : util-linux: 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: 18ad3a84dacc0d6c107b56874bb23d2a3c0a429f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=18ad3a84dacc0d6c107b56874bb23d2a3c0a429f

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

util-linux: 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-core/util-linux/util-linux_2.19.1.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/util-linux/util-linux_2.19.1.bb b/meta/recipes-core/util-linux/util-linux_2.19.1.bb
index d6d6f9b..5b327cb 100644
--- a/meta/recipes-core/util-linux/util-linux_2.19.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.19.1.bb
@@ -1,5 +1,5 @@
 MAJOR_VERSION = "2.19"
-PR = "r4"
+PR = "r5"
 require util-linux.inc
 
 # note that `lscpu' is under GPLv3+
@@ -44,3 +44,7 @@ addtask remove_lscpu before do_configure after do_patch
 # we need to disable it for older versions
 EXTRA_OECONF += "ac_cv_func_fallocate=no"
 EXTRA_OECONF_virtclass-native += "--disable-fallocate --disable-use-tty-group"
+
+do_install_append () {
+	sed -i -e '1s,.*,#!${bindir}/env perl,' ${D}${bindir}/chkdupexe
+}





More information about the Openembedded-commits mailing list