aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2015-02-03 11:41:14 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:33:46 +0100
commit33089071cc4d0db48d64685db5d4e6551c4df278 (patch)
tree99dc3bb857e3eefc35e53ac6e21aced215eefce6
parent7cbf97d13667dac52c89389e00d3c7555b9bef64 (diff)
downloadmeta-openembedded-contrib-33089071cc4d0db48d64685db5d4e6551c4df278.tar.gz
rsnapshot: specify where perl is on the target
Do not let configure find the host perl. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index 3f919b568f..d6805110c9 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 \
"