summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/hdparm/hdparm_6.3.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-11 19:44:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-17 14:53:17 +0000
commit573daf67349d12576fabbdeee403786fc7ef479b (patch)
treee7908ac3f75b01d2dec98506a7d8535f3f1bcc95 /meta/recipes-extended/hdparm/hdparm_6.3.bb
parent7a20966e0557c0792c943945143b71a69fd621a8 (diff)
downloadpoky-573daf67349d12576fabbdeee403786fc7ef479b.tar.gz
hdparm: upgrade to 9.37
The patch was imported from the OpenEmbedded server (http://git.openembedded.org/openembedded/tree/recipes/hdparm) as of commit id 4d2cb79dcecd056742f411a328f9f1f1113bf689. And changes include: - upgrade to the latest version 9.37 from 9.35. - added license checksum. - the license for wiper which is in hdparm is GPLv2. (From OE-Core rev: e46995adec82623342234e4a51bd8c12e6d62c3e) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/hdparm/hdparm_6.3.bb')
-rw-r--r--meta/recipes-extended/hdparm/hdparm_6.3.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_6.3.bb b/meta/recipes-extended/hdparm/hdparm_6.3.bb
deleted file mode 100644
index 62ae4c0cc8..0000000000
--- a/meta/recipes-extended/hdparm/hdparm_6.3.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1SUMMARY = "Utility for displaying and setting hard disk parameters"
2DESCRIPTION = "hdparm is a system utility for viewing \
3and manipulating various IDE drive and driver parameters."
4SECTION = "console/utils"
5LICENSE = "BSD"
6LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24"
7
8SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
9 file://bswap.patch \
10 file://uclibc.patch"
11
12SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389"
13SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d"
14
15do_install () {
16 install -d ${D}/${sbindir} ${D}/${mandir}/man8
17 oe_runmake 'DESTDIR=${D}' install
18}