diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-support/sdparm | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/sdparm')
| -rw-r--r-- | meta-oe/recipes-support/sdparm/sdparm_1.12.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.12.bb b/meta-oe/recipes-support/sdparm/sdparm_1.12.bb index d0a4a0467d..a5f98e6723 100644 --- a/meta-oe/recipes-support/sdparm/sdparm_1.12.bb +++ b/meta-oe/recipes-support/sdparm/sdparm_1.12.bb | |||
| @@ -15,7 +15,7 @@ MIRRORS += "http://sg.danny.cz/sg/p https://fossies.org/linux/misc" | |||
| 15 | UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz" | 15 | UPSTREAM_CHECK_REGEX = "sdparm-(?P<pver>\d+(\.\d+)+)\.tgz" |
| 16 | 16 | ||
| 17 | PACKAGES =+ "${PN}-scripts" | 17 | PACKAGES =+ "${PN}-scripts" |
| 18 | RDEPENDS_${PN}-scripts += "bash ${PN}" | 18 | RDEPENDS:${PN}-scripts += "bash ${PN}" |
| 19 | 19 | ||
| 20 | SRC_URI[md5sum] = "2902fd29e6834fd62c16bb5d1ac53c7e" | 20 | SRC_URI[md5sum] = "2902fd29e6834fd62c16bb5d1ac53c7e" |
| 21 | SRC_URI[sha256sum] = "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7ca3a124" | 21 | SRC_URI[sha256sum] = "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7ca3a124" |
| @@ -23,4 +23,4 @@ SRC_URI[sha256sum] = "e7f84247069da9a0c293963948d8aba8e5897a13e35e5476c8258acb7c | |||
| 23 | inherit autotools | 23 | inherit autotools |
| 24 | 24 | ||
| 25 | # Put the bash scripts to ${PN}-scripts | 25 | # Put the bash scripts to ${PN}-scripts |
| 26 | FILES_${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp" | 26 | FILES:${PN}-scripts = "${bindir}/sas_disk_blink ${bindir}/scsi_ch_swp" |
