mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
icon-naming-utils: Add SRC_URI Checksum
(From OE-Core rev: c41ab98430739a50cfb72d6bdd25a7935c92b1e7) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
97bbce289a
commit
1b5a546b49
@@ -1,11 +1,14 @@
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "libxml-simple-perl-native"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6"
|
||||
SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2"
|
||||
|
||||
S = "${WORKDIR}/icon-naming-utils-${PV}"
|
||||
|
||||
inherit autotools native perlnative
|
||||
|
||||
Reference in New Issue
Block a user