diff options
| -rw-r--r-- | meta-oe/recipes-support/sdparm/sdparm_1.08.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.08.bb b/meta-oe/recipes-support/sdparm/sdparm_1.08.bb index 713e451fa9..b603a56824 100644 --- a/meta-oe/recipes-support/sdparm/sdparm_1.08.bb +++ b/meta-oe/recipes-support/sdparm/sdparm_1.08.bb | |||
| @@ -11,7 +11,13 @@ SRC_URI = "http://sg.danny.cz/sg/p/${BPN}-${PV}.tgz \ | |||
| 11 | file://make-sysroot-work.patch \ | 11 | file://make-sysroot-work.patch \ |
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | PACKAGES =+ "${PN}-scripts" | ||
| 15 | RDEPENDS_${PN}-scripts += "bash ${PN}" | ||
| 16 | |||
| 14 | SRC_URI[md5sum] = "be5786f37499018ef44f409597c92d42" | 17 | SRC_URI[md5sum] = "be5786f37499018ef44f409597c92d42" |
| 15 | SRC_URI[sha256sum] = "376b78a414b1a9c47f3f13dbeb963e7a3ec7be126f83927d6856b5f7ac425e57" | 18 | SRC_URI[sha256sum] = "376b78a414b1a9c47f3f13dbeb963e7a3ec7be126f83927d6856b5f7ac425e57" |
| 16 | 19 | ||
| 17 | inherit autotools | 20 | inherit autotools |
| 21 | |||
| 22 | # Put the bash scripts to ${PN}-scripts | ||
| 23 | FILES_${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp" | ||
