[oe-commits] Robert Yang : debianutils: 4.5 -> 4.5.1

git at git.openembedded.org git at git.openembedded.org
Wed Jun 3 16:40:29 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: d713080a3299de2d5bffaed7469b1cb9ae1ca107
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d713080a3299de2d5bffaed7469b1cb9ae1ca107

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue Jun  2 02:51:04 2015 -0700

debianutils: 4.5 -> 4.5.1

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 .../debianutils/{debianutils_4.5.bb => debianutils_4.5.1.bb}       | 7 +++++--
 1 file 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
similarity index 87%
rename from meta/recipes-support/debianutils/debianutils_4.5.bb
rename to meta/recipes-support/debianutils/debianutils_4.5.1.bb
index 3593cdb..9e5dd70 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"
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
-SRC_URI[md5sum] = "43796250e927db531cdebe80c6b925ea"
-SRC_URI[sha256sum] = "7cfaa53caaaaf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f"
+
+SRC_URI[md5sum] = "487524518cd5833a6a4f7007b5d1bd5b"
+SRC_URI[sha256sum] = "a531c23e0105fe01cfa928457a8343a1e947e2621b3cd4d05f4e9656020c63b7"
+
+S = "${WORKDIR}/${BPN}"
 
 inherit autotools update-alternatives
 



More information about the Openembedded-commits mailing list