summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-06-08 09:46:46 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-09 13:14:00 +0100
commitebd3ced0217180237389b74147035cf9230ba307 (patch)
tree70bef3e401740173e5258492d8b24b45fa68550b /meta/recipes-support
parentb6465bbbdfb9c540c8e8629f02f1bb24499b64c8 (diff)
downloadpoky-ebd3ced0217180237389b74147035cf9230ba307.tar.gz
debianutils: 4.9.1 -> 4.11
License-Update: changed license file path on Debian systems (From OE-Core rev: 57f2225a09a9e4a21a6473c45d2ab7c0b5c0dd28) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/debianutils/debianutils_4.11.bb (renamed from meta/recipes-support/debianutils/debianutils_4.9.1.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.9.1.bb b/meta/recipes-support/debianutils/debianutils_4.11.bb
index 768f28906f..ac3d5b0267 100644
--- a/meta/recipes-support/debianutils/debianutils_4.9.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.11.bb
@@ -1,15 +1,14 @@
1SUMMARY = "Miscellaneous utilities specific to Debian" 1SUMMARY = "Miscellaneous utilities specific to Debian"
2SECTION = "base" 2SECTION = "base"
3LICENSE = "GPLv2 & SMAIL_GPL" 3LICENSE = "GPLv2 & SMAIL_GPL"
4LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f" 4LIC_FILES_CHKSUM = "file://debian/copyright;md5=9b912cd0cc654134c0ef3424a0705b94"
5 5
6SRC_URI = "http://snapshot.debian.org/archive/debian/20191212T145612Z/pool/main/d/${BPN}/${BPN}_${PV}.tar.xz" 6SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
7# the package is taken from snapshots.debian.org; that source is static and goes stale 7# the package is taken from snapshots.debian.org; that source is static and goes stale
8# so we check the latest upstream from a directory that does get updated 8# so we check the latest upstream from a directory that does get updated
9UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" 9UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/"
10 10
11SRC_URI[md5sum] = "95633416680bfd249b7cb07d94137048" 11SRC_URI[sha256sum] = "bb5ce6290696b0d623377521ed217f484aa98f7346c5f7c48f9ae3e1acfb7151"
12SRC_URI[sha256sum] = "af826685d9c56abfa873e84cd392539cd363cb0ba04a09d21187377e1b764091"
13 12
14inherit autotools update-alternatives 13inherit autotools update-alternatives
15 14