[oe] [meta-oe][PATCH 1/1] rsnapshot: specify where perl is on the target

Joe Slater jslater at windriver.com
Tue Feb 3 19:41:14 UTC 2015


Do not let configure find the host perl.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index 3f919b5..d680511 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
@@ -39,4 +39,5 @@ EXTRA_OECONF += "--without-cp \
                  --without-ssh \
                  --without-logger \
                  --without-rsync \
+                 ac_cv_path_PERL=${bindir}/perl \
                 "
-- 
1.7.9.5




More information about the Openembedded-devel mailing list