summaryrefslogtreecommitdiff
path: root/packages/hdparm/hdparm_6.9.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-03-07 02:39:44 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-03-07 02:39:44 +0000
commita4f387cd021a1609192a230ac88147bdd9cd7011 (patch)
treec9ef0e176d6175c5ed872bc32670ae1ec05512ce /packages/hdparm/hdparm_6.9.bb
parent9338aae8d11d18af9758e0d4d6a091cbe5026f6b (diff)
parentef577a4a45dc409f13b78925308dd25c646e92ce (diff)
merge of '67610d438a2b24071b341922d01602d41bf4da8f'
and '7824a9c2a0a95d7eb46cd065355bda4d7a16780a'
Diffstat (limited to 'packages/hdparm/hdparm_6.9.bb')
-rw-r--r--packages/hdparm/hdparm_6.9.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/hdparm/hdparm_6.9.bb b/packages/hdparm/hdparm_6.9.bb
new file mode 100644
index 0000000000..94d1e6e9bf
--- /dev/null
+++ b/packages/hdparm/hdparm_6.9.bb
@@ -0,0 +1,14 @@
+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
+}