summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/hdparm
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2005-12-15 17:49:29 +0000
committerRichard Purdie <richard@openedhand.com>2005-12-15 17:49:29 +0000
commitb38f2a5935beaa588b90eec63fa5ab56d084f822 (patch)
tree358c07f87962e3e7085e32670b7a5b0331b1336b /openembedded/packages/hdparm
parent8ae1a27297e98101b5810fdd8f447e3704b20e9e (diff)
downloadpoky-b38f2a5935beaa588b90eec63fa5ab56d084f822.tar.gz
Merging with Openembedded
git-svn-id: https://svn.o-hand.com/repos/poky@197 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/hdparm')
-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}