diff options
| author | André Draszik <git@andred.net> | 2016-04-26 09:41:19 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-05-02 14:03:04 -0700 |
| commit | d4cb7225208c0a7c07a57740efba29a6cba528b6 (patch) | |
| tree | a211860c68e0268102f04f7b8edf04d580bf790b /meta-oe | |
| parent | 246309829404d2763b771a472079a1b59c8b09f2 (diff) | |
| download | meta-openembedded-d4cb7225208c0a7c07a57740efba29a6cba528b6.tar.gz | |
rsnapshot: use ${bindir} as rsync location
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 7b2361b4a2..6466df4e02 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 | |||
| 34 | dnl bail out if we can't find it | 34 | dnl bail out if we can't find it |
| 35 | if test "$RSYNC" = "no"; then | 35 | if test "$RSYNC" = "no"; then |
| 36 | - AC_MSG_ERROR(rsync is required) | 36 | - AC_MSG_ERROR(rsync is required) |
| 37 | + RSYNC=/usr/bin/rsync | 37 | + RSYNC=${bindir}/rsync |
| 38 | + AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC") | 38 | + AC_SUBST(CMD_RSYNC, "cmd_rsync $RSYNC") |
| 39 | fi | 39 | fi |
| 40 | 40 | ||
