From e46995adec82623342234e4a51bd8c12e6d62c3e Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Wed, 11 Jan 2012 19:44:33 +0800 Subject: 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 --- meta/recipes-extended/hdparm/hdparm_6.3.bb | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-extended/hdparm/hdparm_6.3.bb (limited to 'meta/recipes-extended/hdparm/hdparm_6.3.bb') 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 62ae4c0cc..000000000 --- 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 -} -- cgit v1.2.3