summaryrefslogtreecommitdiff
path: root/hdparm
diff options
context:
space:
mode:
Diffstat (limited to 'hdparm')
-rw-r--r--hdparm/hdparm_5.4.oe9
1 files changed, 9 insertions, 0 deletions
diff --git a/hdparm/hdparm_5.4.oe b/hdparm/hdparm_5.4.oe
index e69de29bb2..7b11465fcf 100644
--- a/hdparm/hdparm_5.4.oe
+++ b/hdparm/hdparm_5.4.oe
@@ -0,0 +1,9 @@
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+
+SRC_URI = http://www.ibiblio.org/pub/Linux/system/hardware/hdparm-${PV}.tar.gz
+
+do_install () {
+ install -d ${D}/sbin ${D}/${mandir}/man8
+ oe_runmake 'DESTDIR=${D}' install
+}