summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/hdparm/hdparm_6.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/hdparm/hdparm_6.1.bb')
-rw-r--r--openembedded/packages/hdparm/hdparm_6.1.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/openembedded/packages/hdparm/hdparm_6.1.bb b/openembedded/packages/hdparm/hdparm_6.1.bb
deleted file mode 100644
index a917289513..0000000000
--- a/openembedded/packages/hdparm/hdparm_6.1.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "hdparm is a Linux shell utility for viewing \
2and manipulating various IDE drive and driver parameters."
3SECTION = "console/utils"
4PRIORITY = "optional"
5LICENSE = "BSD"
6
7SRC_URI = "http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz \
8 file://bswap.patch;patch=1 \
9 file://uclibc.patch;patch=1"
10
11do_install () {
12 install -d ${D}/${sbindir} ${D}/${mandir}/man8
13 oe_runmake 'DESTDIR=${D}' install
14}