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

git at git.openembedded.org git at git.openembedded.org
Wed Feb 11 21:27:44 UTC 2015


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

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