summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/hdparm/hdparm_6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/hdparm/hdparm_6.3.bb')
-rw-r--r--meta/recipes-extended/hdparm/hdparm_6.3.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb
deleted file mode 100644
index 62ae4c0cc8..0000000000
--- a/meta/recipes-extended/hdparm/hdparm_6.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Utility for displaying and setting hard disk parameters"
2DESCRIPTION = "hdparm is a system utility for viewing \
3and manipulating various IDE drive and driver parameters."
4SECTION = "console/utils"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
9 file://bswap.patch \
10 file://uclibc.patch"
11
12SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389"
13SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d"
14
15do_install () {
16 install -d ${D}/${sbindir} ${D}/${mandir}/man8
17 oe_runmake 'DESTDIR=${D}' install
18}