summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/debianutils
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-02 16:17:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-05 11:28:37 +0000
commitfd86231bdf0535e0d78032d54c1ea9151cfd7f23 (patch)
treea662ad630904d8be6059aeac6a083e2922aaf713 /meta/recipes-support/debianutils
parent84a5b88c2fe48cbd8d91dbee528e985764fee8fc (diff)
downloadpoky-fd86231bdf0535e0d78032d54c1ea9151cfd7f23.tar.gz
debianutils: upgrade 5.13 -> 5.14
License-Update: "Files: which" changed to "Files: which.debianutils" "which is in the public domain." changed to "which.debianutils is in the public domain." (From OE-Core rev: f117a244f41aeef7b01fef5c06ec158e4fb0cd5d) 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.14.bb (renamed from meta/recipes-support/debianutils/debianutils_5.13.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_5.13.bb b/meta/recipes-support/debianutils/debianutils_5.14.bb
index 915277b42c..f6ca8a6fdd 100644
--- a/meta/recipes-support/debianutils/debianutils_5.13.bb
+++ b/meta/recipes-support/debianutils/debianutils_5.14.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=74765f57ae5dd2b10ffbc39528d98753" 9LIC_FILES_CHKSUM = "file://debian/copyright;md5=4b667f30411d21bc8fd7db85d502a8e9"
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 = "d49a78eb264c1b2ad3d0d6de8e1fb776bda9c943" 14SRCREV = "7e63b32ea4126c70a5da958f0106add267810a94"
15 15
16inherit autotools update-alternatives 16inherit autotools update-alternatives
17 17