summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/debianutils
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-17 17:10:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-07-21 11:52:25 +0100
commit3237d1140494d37f661400a4109d83fc1e181e09 (patch)
treef71855be6ecc3fd99dc9fe6f996692de648319fc /meta/recipes-support/debianutils
parent54830959bc3c6848d4f4f2b5eb169abae68e44cc (diff)
downloadpoky-3237d1140494d37f661400a4109d83fc1e181e09.tar.gz
debianutils: upgrade 5.7 -> 5.8
License-Update: Convert to machine-readable format Changelog: ============= * Remove constraints unnecessary since buster (oldstable) * Salvage package (Closes: #1038553) * Apply quilt patches from NMUs (From OE-Core rev: 635bc9aafc81c419eb5c9df1ac993d55301df486) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/debianutils')
-rw-r--r--meta/recipes-support/debianutils/debianutils_5.8.bb (renamed from meta/recipes-support/debianutils/debianutils_5.7.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.7.bb b/meta/recipes-support/debianutils/debianutils_5.8.bb
index 7d705c6ff4..fb17d2d24f 100644
--- a/meta/recipes-support/debianutils/debianutils_5.7.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.8.bb
@@ -6,12 +6,12 @@ HOMEPAGE = "https://packages.debian.org/sid/debianutils"
6BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=debianutils;dist=unstable" 6BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=debianutils;dist=unstable"
7SECTION = "base" 7SECTION = "base"
8LICENSE = "GPL-2.0-only & SMAIL_GPL" 8LICENSE = "GPL-2.0-only & SMAIL_GPL"
9LIC_FILES_CHKSUM = "file://debian/copyright;md5=9b912cd0cc654134c0ef3424a0705b94" 9LIC_FILES_CHKSUM = "file://debian/copyright;md5=74765f57ae5dd2b10ffbc39528d98753"
10 10
11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \ 11SRC_URI = "git://salsa.debian.org/debian/debianutils.git;protocol=https;branch=master \
12 " 12 "
13 13
14SRCREV = "de14223e5bffe15e374a441302c528ffc1cbed57" 14SRCREV = "69116b856177ceb270908103b5776f897d2863c3"
15 15
16inherit autotools update-alternatives 16inherit autotools update-alternatives
17 17