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