summaryrefslogtreecommitdiff
path: root/openembedded/packages/hdparm/hdparm_6.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/hdparm/hdparm_6.3.bb')
-rw-r--r--openembedded/packages/hdparm/hdparm_6.3.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/openembedded/packages/hdparm/hdparm_6.3.bb b/openembedded/packages/hdparm/hdparm_6.3.bb
deleted file mode 100644
index 94d1e6e9b..000000000
--- a/openembedded/packages/hdparm/hdparm_6.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-DESCRIPTION = "hdparm is a Linux shell utility for viewing \
-and manipulating various IDE drive and driver parameters."
-SECTION = "console/utils"
-PRIORITY = "optional"
-LICENSE = "BSD"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
- file://bswap.patch;patch=1 \
- file://uclibc.patch;patch=1"
-
-do_install () {
- install -d ${D}/${sbindir} ${D}/${mandir}/man8
- oe_runmake 'DESTDIR=${D}' install
-}