mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
dmidecode: remove
A newer version is available in OE-Core. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
9c657f0e69
commit
22100f5b13
@@ -1,21 +0,0 @@
|
||||
DESCRIPTION = "DMI (Desktop Management Interface) table related utilities"
|
||||
SECTION = "console/utils"
|
||||
HOMEPAGE = "http://www.nongnu.org/dmidecode/"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
|
||||
LICENSE = "GPLv2"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
|
||||
|
||||
COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake DESTDIR="${D}" install
|
||||
}
|
||||
|
||||
SRC_URI[md5sum] = "3c9c4d55a40b78600f3b43bfa64616f9"
|
||||
SRC_URI[sha256sum] = "4d74a3e93353320317a424816f9a045df06d9ed4b5b80881e16fdfcc74c9e2c0"
|
||||
Reference in New Issue
Block a user