diff options
-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 |
9 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" | 9 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/" |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "8be869f19c55c18d53d9f0414b68bb966a068b2154e9fbbfc6193827d6af983c" | 11 | SRC_URI[sha256sum] = "3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de" |
12 | 12 | ||
13 | inherit autotools update-alternatives | 13 | inherit autotools update-alternatives |
14 | 14 | ||
15 | S = "${WORKDIR}/debianutils" | ||
15 | do_configure_prepend() { | 16 | do_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 | } |