summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-11-02 17:48:04 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-03 08:21:11 +0000
commit1b90929ef5daf05030267a239d28048f49933811 (patch)
treee85dd4d74fe0db01344adaec7c00dc5679dcae96
parent3c2594f43522c267fc9f945cffe31806409f452f (diff)
downloadpoky-1b90929ef5daf05030267a239d28048f49933811.tar.gz
debianutils: upgrade 4.11.1 -> 4.11.2
(From OE-Core rev: cb9bfb2af9af3fffb7f5ae8ec3444e5943b145fc) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/debianutils/debianutils_4.11.2.bb (renamed from meta/recipes-support/debianutils/debianutils_4.11.1.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.11.1.bb b/meta/recipes-support/debianutils/debianutils_4.11.2.bb
index 3b1767e5ed..0eeb2954f7 100644
--- a/meta/recipes-support/debianutils/debianutils_4.11.1.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.11.2.bb
@@ -8,10 +8,11 @@ SRC_URI = "http://snapshot.debian.org/archive/debian/20200929T025235Z/pool/main/
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[sha256sum] = "8be869f19c55c18d53d9f0414b68bb966a068b2154e9fbbfc6193827d6af983c" 11SRC_URI[sha256sum] = "3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de"
12 12
13inherit autotools update-alternatives 13inherit autotools update-alternatives
14 14
15S = "${WORKDIR}/debianutils"
15do_configure_prepend() { 16do_configure_prepend() {
16 sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am 17 sed -i -e 's:tempfile.1 which.1:which.1:g' ${S}/Makefile.am
17} 18}