From: Wenzong Fan <[email protected]> This change is used for fixing cmd path in rsnapshot.conf.default.
The options --without-* disable checking command * on host and get the default path used, otherwise the host path will be injected into target configs. The runtime dependencies to ssh, logger, cp, du are optional and could be customized in rsnapshot.conf, so it's not needed that using PACKAGECONFIG to define the runtime dependencies. The following changes since commit fa04f43dee6994bb63374995a6444e72d65bc658: libgphoto2: add bash to RDEPENDS (2014-10-16 07:01:01 +0200) are available in the git repository at: git://git.pokylinux.org/poky-contrib wenzong/fix-rsnapshot http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/fix-rsnapshot Wenzong Fan (1): rsnapshot: fix rsnapshot.conf.default .../rsnapshot/configure-fix-cmd_rsync.patch | 44 ++++++++++++++++++++ meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 12 +++++- 2 files changed, 54 insertions(+), 2 deletions(-) create mode 100644 meta-oe/recipes-support/rsnapshot/rsnapshot/configure-fix-cmd_rsync.patch -- 1.7.9.5 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
