summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dmidecode/dmidecode_3.6.bb')
-rw-r--r--meta/recipes-devtools/dmidecode/dmidecode_3.6.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb b/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
new file mode 100644
index 0000000000..e5b4e27687
--- /dev/null
+++ b/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb
@@ -0,0 +1,21 @@
1SUMMARY = "DMI (Desktop Management Interface) table related utilities"
2HOMEPAGE = "http://www.nongnu.org/dmidecode/"
3DESCRIPTION = "Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard (see a sample output)."
4LICENSE = "GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6
7SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/dmidecode/${BP}.tar.xz"
8
9COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux"
10
11do_install() {
12 oe_runmake \
13 DESTDIR="${D}" \
14 prefix="${prefix}" \
15 sbindir="${sbindir}" \
16 docdir="${docdir}/${BPN}" \
17 mandir="${mandir}" \
18 install
19}
20
21SRC_URI[sha256sum] = "e40c65f3ec3dafe31ad8349a4ef1a97122d38f65004ed66575e1a8d575dd8bae"