diff options
-rw-r--r-- | meta/recipes-support/debianutils/debianutils_4.5.bb (renamed from meta/recipes-support/debianutils/debianutils_4.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.4.bb b/meta/recipes-support/debianutils/debianutils_4.5.bb index 346eaf16eb..3593cdbe79 100644 --- a/meta/recipes-support/debianutils/debianutils_4.4.bb +++ b/meta/recipes-support/debianutils/debianutils_4.5.bb | |||
@@ -3,9 +3,9 @@ SECTION = "base" | |||
3 | LICENSE = "GPLv2 & SMAIL_GPL" | 3 | LICENSE = "GPLv2 & SMAIL_GPL" |
4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f" | 4 | LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f" |
5 | 5 | ||
6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz" | 6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz" |
7 | SRC_URI[md5sum] = "c0cb076754d7f4eb1e3397d00916647f" | 7 | SRC_URI[md5sum] = "43796250e927db531cdebe80c6b925ea" |
8 | SRC_URI[sha256sum] = "190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6" | 8 | SRC_URI[sha256sum] = "7cfaa53caaaaf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f" |
9 | 9 | ||
10 | inherit autotools update-alternatives | 10 | inherit autotools update-alternatives |
11 | 11 | ||