summaryrefslogtreecommitdiff
path: root/packages/dmidecode
diff options
context:
space:
mode:
Diffstat (limited to 'packages/dmidecode')
-rw-r--r--packages/dmidecode/dmidecode_2.9.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/dmidecode/dmidecode_2.9.bb b/packages/dmidecode/dmidecode_2.9.bb
deleted file mode 100644
index 2186120498..0000000000
--- a/packages/dmidecode/dmidecode_2.9.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "DMI (Desktop Management Interface) table related utilities"
-HOMEPAGE = "http://www.nongnu.org/dmidecode/"
-LICENSE = "GPLv2"
-PR = "r0"
-
-SRC_URI = "http://savannah.nongnu.org/download/dmidecode/${P}.tar.bz2"
-
-COMPATIBLE_HOST = "i.86.*-linux"
-
-do_unpack_extra() {
- sed -i \
- -e '/^prefix/s:/usr/local:/usr:' \
- Makefile
-}
-addtask unpack_extra after do_unpack before do_patch
-
-do_install() {
- oe_runmake DESTDIR="${D}" install
-}