[oe-commits] Joe Slater : rsnapshot: specify where perl is on the target

git at git.openembedded.org git at git.openembedded.org
Fri Feb 6 13:17:57 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 92cc7d7b9324736f37e9c372f9840edff9c17b71
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=92cc7d7b9324736f37e9c372f9840edff9c17b71

Author: Joe Slater <jslater at windriver.com>
Date:   Tue Feb  3 11:41:14 2015 -0800

rsnapshot: specify where perl is on the target

Do not let configure find the host perl.

Signed-off-by: Joe Slater <jslater at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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 \
                 "



More information about the Openembedded-commits mailing list