[oe] [meta-oe][PATCH] rsnapshot: use ${bindir} as rsync location

git at andred.net git at andred.net
Tue Apr 26 08:41:19 UTC 2016


From: André Draszik <git at andred.net>

Signed-off-by: André Draszik <git at andred.net>
---
 .../recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch b/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
index 7b2361b..6466df4 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch
@@ -34,7 +34,7 @@ index bc9df9e..2a33d29 100644
  dnl bail out if we can't find it
  if test "$RSYNC" = "no"; then
 -	AC_MSG_ERROR(rsync is required)
-+	RSYNC=/usr/bin/rsync
++	RSYNC=${bindir}/rsync
 +	AC_SUBST(CMD_RSYNC, "cmd_rsync  $RSYNC")
  fi
  
-- 
2.8.1




More information about the Openembedded-devel mailing list