[oe-commits] [meta-openembedded] 04/12: xdelta3: update to v3.1.0

git at git.openembedded.org git at git.openembedded.org
Sat Dec 14 02:30:49 UTC 2019


This is an automated email from the git hooks/post-receive script.

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

commit a02c41342b4d80c79eec95bacc33c24df82074cd
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Wed Dec 11 17:03:31 2019 +0100

    xdelta3: update to v3.1.0
    
    The repository now lives under a different address. Let's use git
    directly to fetch sources as there are no proper release tarballs.
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../xdelta/{xdelta3_3.0.11.bb => xdelta3_3.1.0.bb}                | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
similarity index 65%
rename from meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
rename to meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
index 9669d9b..9bf1363 100644
--- a/meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb
+++ b/meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb
@@ -6,10 +6,10 @@ SECTION = "console/utils"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
-SRC_URI = "https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${BPN}-${PV}.tar.gz  \
-          "
-SRC_URI[md5sum] = "445d8be2ac512113d5ca601ae8359626"
-SRC_URI[sha256sum] = "0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa"
+
+SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl"
+SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709"
+S = "${WORKDIR}/git/xdelta3"
 
 inherit autotools
 

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


More information about the Openembedded-commits mailing list