diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-02 02:51:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-03 16:38:49 +0100 |
commit | 46ccf0a8f0c8e1036dc2da17bc68034a2793a160 (patch) | |
tree | 1451cb8d122766ed78e2e5483c23a6c048158ef4 /meta | |
parent | 5143631eaf1225e1832a72fe0938ef70c9e77f1c (diff) | |
download | poky-46ccf0a8f0c8e1036dc2da17bc68034a2793a160.tar.gz |
debianutils: 4.5 -> 4.5.1
(From OE-Core rev: d713080a3299de2d5bffaed7469b1cb9ae1ca107)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/debianutils/debianutils_4.5.1.bb (renamed from meta/recipes-support/debianutils/debianutils_4.5.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.5.bb b/meta/recipes-support/debianutils/debianutils_4.5.1.bb index 3593cdbe79..9e5dd702f8 100644 --- a/meta/recipes-support/debianutils/debianutils_4.5.bb +++ b/meta/recipes-support/debianutils/debianutils_4.5.1.bb | |||
@@ -4,8 +4,11 @@ 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.xz" | 6 | SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz" |
7 | SRC_URI[md5sum] = "43796250e927db531cdebe80c6b925ea" | 7 | |
8 | SRC_URI[sha256sum] = "7cfaa53caaaaf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f" | 8 | SRC_URI[md5sum] = "487524518cd5833a6a4f7007b5d1bd5b" |
9 | SRC_URI[sha256sum] = "a531c23e0105fe01cfa928457a8343a1e947e2621b3cd4d05f4e9656020c63b7" | ||
10 | |||
11 | S = "${WORKDIR}/${BPN}" | ||
9 | 12 | ||
10 | inherit autotools update-alternatives | 13 | inherit autotools update-alternatives |
11 | 14 | ||