summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-12-11 17:03:31 +0100
committerKhem Raj <raj.khem@gmail.com>2019-12-13 18:29:14 -0800
commita02c41342b4d80c79eec95bacc33c24df82074cd (patch)
treebf4b573518ac6d6273d4da23b6c95b866e94c981
parenta04e0ed79fc9ad048301cafc5c3a79502e466e5c (diff)
downloadmeta-openembedded-a02c41342b4d80c79eec95bacc33c24df82074cd.tar.gz
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@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/xdelta/xdelta3_3.1.0.bb (renamed from meta-oe/recipes-support/xdelta/xdelta3_3.0.11.bb)8
1 files 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
index 9669d9bbb..9bf136391 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"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPLv2"
8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" 8LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833"
9SRC_URI = "https://github.com/jmacd/xdelta-devel/releases/download/v${PV}/${BPN}-${PV}.tar.gz \ 9
10 " 10SRC_URI = "git://github.com/jmacd/xdelta.git;branch=release3_1_apl"
11SRC_URI[md5sum] = "445d8be2ac512113d5ca601ae8359626" 11SRCREV = "4b4aed71a959fe11852e45242bb6524be85d3709"
12SRC_URI[sha256sum] = "0ccc9751ceaa4d90d6b06938a4deddb481816f5d9284bd07d2e728609cb300aa" 12S = "${WORKDIR}/git/xdelta3"
13 13
14inherit autotools 14inherit autotools
15 15