[oe-commits] [meta-openembedded] 02/25: enscript ndisc6: specify target location of perl

git at git.openembedded.org git at git.openembedded.org
Sat Aug 26 17:43:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 05db9b06a7e4ab12edb0ea28c4da39ec8a6f7c77
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Fri Aug 25 15:54:23 2017 -0700

    enscript ndisc6: specify target location of perl
    
    configure finds the host perl, so we do not let it look
    by setting PERL in the environment.
    
    Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-networking/recipes-support/ndisc6/ndisc6_1.0.3.bb | 5 +++++
 meta-oe/recipes-extended/enscript/enscript_1.6.6.bb    | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.3.bb b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.3.bb
index 0b5c9e4..6bc0531 100644
--- a/meta-networking/recipes-support/ndisc6/ndisc6_1.0.3.bb
+++ b/meta-networking/recipes-support/ndisc6/ndisc6_1.0.3.bb
@@ -49,6 +49,11 @@ or IPv4."
 DESCRITPION_${PN}-rdnssd       = "Daemon to autoconfigure the list of DNS \
 servers through slateless IPv6 autoconfiguration."
 
+# We do not run perl during the build, but only use it on the target.
+do_configure_prepend() {
+    export PERL="/usr/bin/perl"
+}
+
 do_install_append () {
     rm -rf ${D}${localstatedir}
     # Enable SUID bit for applications that need it
diff --git a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
index 9612988..bf63ccf 100644
--- a/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
+++ b/meta-oe/recipes-extended/enscript/enscript_1.6.6.bb
@@ -19,4 +19,10 @@ inherit autotools gettext
 SRC_URI[md5sum] = "3acc242b829adacabcaf28533f049afd"
 SRC_URI[sha256sum] = "6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb"
 
+# We do not run perl during the build, but only use it on the target.
+do_configure_prepend() {
+    export PERL="/usr/bin/perl"
+}
+
 RDEPENDS_${PN} = "perl"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list