aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2021-02-03 20:04:26 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-03 13:44:07 -0800
commit8ef97dd1c48042e66289ddb87227af11bfd55169 (patch)
tree2cf0c80b3c74ede10a4051793249475842fe981e /meta-oe/recipes-devtools
parent692a1f89ef8377b1bbd04f4d0d42f4937ffae1f4 (diff)
downloadmeta-openembedded-8ef97dd1c48042e66289ddb87227af11bfd55169.tar.gz
cpuid: update to 20201006
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/cpuid/cpuid_20201006.bb (renamed from meta-oe/recipes-devtools/cpuid/cpuid_20200427.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/cpuid/cpuid_20200427.bb b/meta-oe/recipes-devtools/cpuid/cpuid_20201006.bb
index ff781f6942..1b42590f42 100644
--- a/meta-oe/recipes-devtools/cpuid/cpuid_20200427.bb
+++ b/meta-oe/recipes-devtools/cpuid/cpuid_20201006.bb
@@ -3,13 +3,13 @@ DESCRIPTION = "cpuid dumps detailed information about the CPU(s) gathered \
from the CPUID instruction, and also determines the exact model of CPU(s). \
It supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, \
UMC, NexGen, Rise, and SiS CPUs"
+HOMEPAGE="http://www.etallen.com/cpuid.html"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "http://www.etallen.com/${BPN}/${BP}.src.tar.gz \
"
-SRC_URI[md5sum] = "daa93ee2fdaf461e515b4713e7337076"
-SRC_URI[sha256sum] = "c1a9463f1f2175086120e9079e318bbd383dc1e574fafb2f724879f1d11061d4"
+SRC_URI[sha256sum] = "13c53f16408341d11ed489b352f218ec4dbb5bedb796a9d059e924770a9c56a6"
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"