summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-22 11:44:52 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-22 21:03:08 -0700
commit6d2ab88ea6f6a1632eafc807f44b6770de400d30 (patch)
tree3925e51c3efdb6b22022f0a41e99a72280dd1c60
parent84efd5c42429b1d535cf5d7fe882d93ba0d25294 (diff)
downloadmeta-openembedded-6d2ab88ea6f6a1632eafc807f44b6770de400d30.tar.gz
libunix-statgrab: Drop unnecessary SRC_URI md5sum
Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
index cf290d9908..6b1c4e8c0f 100644
--- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
+++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
@@ -28,7 +28,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c195
28 file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \ 28 file://${COMMON_LICENSE_DIR}/LGPL-2.1-or-later;md5=2a4f4fd2128ea2f65047ee63fbca9f68 \
29" 29"
30 30
31SRC_URI[md5sum] = "a6bc06b3f7749f7d77a2b1bd13402821"
32SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea61d6afa" 31SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea61d6afa"
33 32
34S = "${WORKDIR}/Unix-Statgrab-${PV}" 33S = "${WORKDIR}/Unix-Statgrab-${PV}"