diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2017-01-03 08:13:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-01-10 13:12:56 +0100 |
commit | cabf72ebbfbed41db228e978400e63ae8f0cc7b1 (patch) | |
tree | 8fbfc644e41686031bd4f2c33dc6335fc06411b4 /meta-oe | |
parent | 9a60a2336824ca010f8fb06e0923655b93c256ef (diff) | |
download | meta-openembedded-cabf72ebbfbed41db228e978400e63ae8f0cc7b1.tar.gz |
mercurial: upgrade to 4.0.1
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb index 0526fc2201..028bb4232d 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_4.0.1.bb | |||
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
6 | DEPENDS = "python-native" | 6 | DEPENDS = "python-native" |
7 | 7 | ||
8 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" | 8 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" |
9 | SRC_URI[md5sum] = "cec2c3db688cb87142809089c6ae13e9" | 9 | SRC_URI[md5sum] = "22a9b1d7c0c06a53f0ae5b386d536d08" |
10 | SRC_URI[sha256sum] = "4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6" | 10 | SRC_URI[sha256sum] = "6aa4ade93c1b5e11937820880a466ebf1c824086d443cd799fc46e2617250d40" |
11 | 11 | ||
12 | S = "${WORKDIR}/mercurial-${PV}" | 12 | S = "${WORKDIR}/mercurial-${PV}" |
13 | 13 | ||