From 33089071cc4d0db48d64685db5d4e6551c4df278 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Tue, 3 Feb 2015 11:41:14 -0800 Subject: rsnapshot: specify where perl is on the target Do not let configure find the host perl. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa --- meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/rsnapshot') 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 \ " -- cgit 1.2.3-korg