diff options
Diffstat (limited to 'meta/recipes-extended/hdparm/hdparm_9.51.bb')
| -rw-r--r-- | meta/recipes-extended/hdparm/hdparm_9.51.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_9.51.bb b/meta/recipes-extended/hdparm/hdparm_9.51.bb new file mode 100644 index 0000000000..fa009278b6 --- /dev/null +++ b/meta/recipes-extended/hdparm/hdparm_9.51.bb | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | SUMMARY = "Utility for viewing/manipulating IDE disk drive/driver parameters" | ||
| 2 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ | ||
| 3 | and manipulating various IDE drive and driver parameters." | ||
| 4 | SECTION = "console/utils" | ||
| 5 | |||
| 6 | LICENSE = "BSD & GPLv2" | ||
| 7 | LICENSE_${PN} = "BSD" | ||
| 8 | LICENSE_${PN}-dbg = "BSD" | ||
| 9 | LICENSE_wiper = "GPLv2" | ||
| 10 | |||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ | ||
| 12 | file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \ | ||
| 13 | file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ | ||
| 14 | file://wiper/wiper.sh;beginline=7;endline=31;md5=b7bc642addc152ea307505bf1a296f09" | ||
| 15 | |||
| 16 | |||
| 17 | PACKAGES =+ "wiper" | ||
| 18 | |||
| 19 | FILES_wiper = "${bindir}/wiper.sh" | ||
| 20 | |||
| 21 | RDEPENDS_wiper = "bash gawk stat" | ||
| 22 | |||
| 23 | SRC_URI = "${SOURCEFORGE_MIRROR}/hdparm/${BP}.tar.gz" | ||
| 24 | |||
| 25 | SRC_URI[md5sum] = "8fe0a71db02f7ffc602d14a69f766cff" | ||
| 26 | SRC_URI[sha256sum] = "1afad8891ecbe644c283f7d725157660ebf8bd5b4d9d67232afd45f83d2d5d91" | ||
| 27 | |||
| 28 | EXTRA_OEMAKE = 'STRIP="echo" LDFLAGS="${LDFLAGS}"' | ||
| 29 | |||
| 30 | inherit update-alternatives | ||
| 31 | |||
| 32 | ALTERNATIVE_${PN} = "hdparm" | ||
| 33 | ALTERNATIVE_LINK_NAME[hdparm] = "${base_sbindir}/hdparm" | ||
| 34 | ALTERNATIVE_PRIORITY = "100" | ||
| 35 | |||
| 36 | do_install () { | ||
| 37 | install -d ${D}/${base_sbindir} ${D}/${mandir}/man8 ${D}/${bindir} | ||
| 38 | oe_runmake 'DESTDIR=${D}' 'sbindir=${base_sbindir}' install | ||
| 39 | cp ${S}/wiper/wiper.sh ${D}/${bindir} | ||
| 40 | } | ||
