summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2015-12-09 18:19:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-16 12:12:17 +0000
commit689db13b08ded8c69e00d8b4a4084ad1e6e4f7ba (patch)
tree296370db26229f6c60e65a8669a1723399dc7e20 /meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
parentd3014511cb403f1b6348570d8150fc93100b8c28 (diff)
downloadpoky-689db13b08ded8c69e00d8b4a4084ad1e6e4f7ba.tar.gz
dmidecode: update to 3.0
LICENSE is still GPLv2, with a different physical address for the FSF. (From OE-Core rev: f86e612c147c69756cd263f6855a65646672c0e8) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/dmidecode/dmidecode_2.12.bb')
-rw-r--r--meta/recipes-devtools/dmidecode/dmidecode_2.12.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
deleted file mode 100644
index 4c165560d1..0000000000
--- a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
+++ /dev/null
@@ -1,20 +0,0 @@
1SUMMARY = "DMI (Desktop Management Interface) table related utilities"
2HOMEPAGE = "http://www.nongnu.org/dmidecode/"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=393a5ca445f6965873eca0259a17f833"
5
6SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/dmidecode/${BP}.tar.bz2"
7
8COMPATIBLE_HOST = "(i.86|x86_64|aarch64|arm|powerpc|powerpc64).*-linux"
9
10do_install() {
11 oe_runmake DESTDIR="${D}" install
12}
13
14do_unpack_extra() {
15 sed -i -e '/^prefix/s:/usr/local:${exec_prefix}:' ${S}/Makefile
16}
17addtask unpack_extra after do_unpack before do_patch
18
19SRC_URI[md5sum] = "a406f3cbb27736491698697beeddb781"
20SRC_URI[sha256sum] = "913ff3055d563a62a420789b8ee33b038de9afa18ea61254760ddf8ab87a5088"