Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 1 | SUMMARY = "fetch and change SCSI mode pages" |
| 2 | DESCRIPTION = "The sdparm utility accesses and optionally modifies \ |
| 3 | SCSI devices' mode page and inquiry data." |
| 4 | HOMEPAGE = "http://sg.danny.cz/sg/sdparm.html" |
| 5 | SECTION = "console/utils" |
| 6 | LICENSE = "BSD" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=ecab6c36b7ba82c675581dd0afde36f7 \ |
| 8 | file://lib/BSD_LICENSE;md5=1d52f4a66f1e0ed96776bf354ab7a2ed" |
| 9 | DEPENDS="sg3-utils" |
| 10 | SRC_URI = "http://sg.danny.cz/sg/p/${BPN}-${PV}.tgz \ |
| 11 | file://make-sysroot-work.patch \ |
| 12 | " |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 13 | MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 14 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame^] | 15 | UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz" |
| 16 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 17 | PACKAGES =+ "${PN}-scripts" |
| 18 | RDEPENDS_${PN}-scripts += "bash ${PN}" |
| 19 | |
| 20 | SRC_URI[md5sum] = "bdae64375376ce8fe4bf9521c1db858f" |
| 21 | SRC_URI[sha256sum] = "1ea1ed1bb1ee2aef62392618fa42da9ed027d5e655f174525c39235778292ab3" |
| 22 | |
| 23 | inherit autotools |
| 24 | |
| 25 | # Put the bash scripts to ${PN}-scripts |
| 26 | FILES_${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp" |