diff options
-rw-r--r-- | meta/recipes-extended/blktool/blktool_4-6.1.bb (renamed from meta/recipes-extended/blktool/blktool_4-6.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/blktool/blktool_4-6.bb b/meta/recipes-extended/blktool/blktool_4-6.1.bb index cc1174cdf7..94a7a1015f 100644 --- a/meta/recipes-extended/blktool/blktool_4-6.bb +++ b/meta/recipes-extended/blktool/blktool_4-6.1.bb @@ -11,13 +11,13 @@ DEPENDS = "glib-2.0" PR = "r0" SRC_URI = "${DEBIAN_MIRROR}/main/b/blktool/blktool_4.orig.tar.gz;name=tarball \ - ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.diff.gz;apply=yes;name=patch" + ${DEBIAN_MIRROR}/main/b/blktool/blktool_4-6.1.diff.gz;apply=yes;name=patch" SRC_URI[tarball.md5sum] = "62edc09c9908107e69391c87f4f3fd40" SRC_URI[tarball.sha256sum] = "b1e6d5912546d2a4b704ec65c2b9664aa3b4663e7d800e06803330335a2cb764" -SRC_URI[patch.md5sum] = "2d1bc2f2c38b65d47e27da7c7508d17f" -SRC_URI[patch.sha256sum] = "999f2062203e389327d997724621be37bea9c98fa226238f9f4eb4a6ea25bd4b" +RC_URI[patch.md5sum] = "cf605a683d54d1fbcb35b940076ddb0c" +SRC_URI[patch.sha256sum] = "d7923527e1a00984620ab307c9047a653d7ae2856cd20a82de8a33328f381ae3" S = "${WORKDIR}/${BPN}-4.orig" |