diff options
author | Joe Slater <jslater@windriver.com> | 2015-02-03 11:41:14 -0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:33:46 +0100 |
commit | 33089071cc4d0db48d64685db5d4e6551c4df278 (patch) | |
tree | 99dc3bb857e3eefc35e53ac6e21aced215eefce6 /meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | |
parent | 7cbf97d13667dac52c89389e00d3c7555b9bef64 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb')
-rw-r--r-- | meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 1 |
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 3f919b568..d6805110c 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 \ | |||
39 | --without-ssh \ | 39 | --without-ssh \ |
40 | --without-logger \ | 40 | --without-logger \ |
41 | --without-rsync \ | 41 | --without-rsync \ |
42 | ac_cv_path_PERL=${bindir}/perl \ | ||
42 | " | 43 | " |