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:52:58 +0000
commite46995adec82623342234e4a51bd8c12e6d62c3e (patch)
treeb5cdbde93ca4ce47898d85ca110c9ae76250e694 /meta/recipes-extended/hdparm/hdparm_6.3.bb
parent99fdc0626d2e0f5a4a8fbaf0b1de86437966260f (diff)
downloadopenembedded-core-e46995adec82623342234e4a51bd8c12e6d62c3e.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. Signed-off-by: Shane Wang <shane.wang@intel.com>
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 @@
-SUMMARY = "Utility for displaying and setting hard disk parameters"
-DESCRIPTION = "hdparm is a system utility for viewing \
-and manipulating various IDE drive and driver parameters."
-SECTION = "console/utils"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/hdparm-${PV}.tar.gz \
- file://bswap.patch \
- file://uclibc.patch"
-
-SRC_URI[md5sum] = "0c12672f3a09c14ad0b0882f15fc9389"
-SRC_URI[sha256sum] = "08688a6a46ba495494bf838f8f26103e797584c1888eca94e43a171e1b37246d"
-
-do_install () {
- install -d ${D}/${sbindir} ${D}/${mandir}/man8
- oe_runmake 'DESTDIR=${D}' install
-}