[oe-commits] [meta-openembedded] 13/22: rsnapshot: update to 1.4.2

git at git.openembedded.org git at git.openembedded.org
Wed Oct 26 08:29:23 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 51867d2826c8296db210fe69e508aeda29d9f17e
Author: Wenzong Fan <wenzong.fan at windriver.com>
AuthorDate: Thu Oct 20 07:17:58 2016 -0400

    rsnapshot: update to 1.4.2
    
    * update rsnapshot from 1.3.1 to 1.4.2
    * fix configure error:
      configure.ac:302: file 't/include.ac' does not exist
    
    Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index d680511..1ebbb40 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
@@ -20,8 +20,8 @@ RDEPENDS_${PN} = "rsync \
                   perl-module-overloading \
                  "
 
-SRCREV = "1047cbb57937c29233388e2fcd847fecd3babe74"
-PV = "1.3.1+git${SRCPV}"
+SRCREV = "27209563f924a22f510698ea225f53ea52f07cb4"
+PV = "1.4.2+git${SRCPV}"
 
 SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \
            file://configure-fix-cmd_rsync.patch \
@@ -41,3 +41,11 @@ EXTRA_OECONF += "--without-cp \
                  --without-rsync \
                  ac_cv_path_PERL=${bindir}/perl \
                 "
+
+# Create 't/include.ac' before starting the autoreconf to fix configure
+# error: configure.ac:302: file 't/include.ac' does not exist
+do_configure_prepend(){
+	saved_dir=`pwd`
+	cd ${S}; ./autogen.sh
+	cd ${saved_dir}
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list