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-multimedia/cdrkit | |
| 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-multimedia/cdrkit')
| -rw-r--r-- | meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb index 54d396343d..c89204062e 100644 --- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb +++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/c/${BPN}/${BPN}_${PV}.orig.tar.gz \ | |||
| 12 | file://0002-Do-not-use-rcmd-on-build-with-musl.patch \ | 12 | file://0002-Do-not-use-rcmd-on-build-with-musl.patch \ |
| 13 | file://0001-genisoimage-Add-missing-extern-definition.patch \ | 13 | file://0001-genisoimage-Add-missing-extern-definition.patch \ |
| 14 | " | 14 | " |
| 15 | SRC_URI_append_class-nativesdk = " \ | 15 | SRC_URI:append:class-nativesdk = " \ |
| 16 | file://0001-install-netscsid-to-bin-for-nativesdk.patch \ | 16 | file://0001-install-netscsid-to-bin-for-nativesdk.patch \ |
| 17 | " | 17 | " |
| 18 | SRC_URI[md5sum] = "efe08e2f3ca478486037b053acd512e9" | 18 | SRC_URI[md5sum] = "efe08e2f3ca478486037b053acd512e9" |
| @@ -21,15 +21,15 @@ SRC_URI[sha256sum] = "d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc7 | |||
| 21 | inherit cmake | 21 | inherit cmake |
| 22 | 22 | ||
| 23 | DEPENDS = "libcap file bzip2" | 23 | DEPENDS = "libcap file bzip2" |
| 24 | RDEPENDS_dirsplit = "perl" | 24 | RDEPENDS:dirsplit = "perl" |
| 25 | 25 | ||
| 26 | PACKAGES =+ "dirsplit genisoimage icedax wodim" | 26 | PACKAGES =+ "dirsplit genisoimage icedax wodim" |
| 27 | 27 | ||
| 28 | FILES_dirsplit = " \ | 28 | FILES:dirsplit = " \ |
| 29 | ${bindir}/dirsplit \ | 29 | ${bindir}/dirsplit \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | FILES_genisoimage = " \ | 32 | FILES:genisoimage = " \ |
| 33 | ${bindir}/devdump \ | 33 | ${bindir}/devdump \ |
| 34 | ${bindir}/genisoimage \ | 34 | ${bindir}/genisoimage \ |
| 35 | ${bindir}/isodebug \ | 35 | ${bindir}/isodebug \ |
| @@ -39,7 +39,7 @@ FILES_genisoimage = " \ | |||
| 39 | ${bindir}/mkisofs \ | 39 | ${bindir}/mkisofs \ |
| 40 | " | 40 | " |
| 41 | 41 | ||
| 42 | FILES_icedax = " \ | 42 | FILES:icedax = " \ |
| 43 | ${bindir}/cdda2mp3 \ | 43 | ${bindir}/cdda2mp3 \ |
| 44 | ${bindir}/cdda2ogg \ | 44 | ${bindir}/cdda2ogg \ |
| 45 | ${bindir}/icedax \ | 45 | ${bindir}/icedax \ |
| @@ -47,13 +47,13 @@ FILES_icedax = " \ | |||
| 47 | ${bindir}/readmult \ | 47 | ${bindir}/readmult \ |
| 48 | " | 48 | " |
| 49 | 49 | ||
| 50 | FILES_wodim = " \ | 50 | FILES:wodim = " \ |
| 51 | ${bindir}/readom \ | 51 | ${bindir}/readom \ |
| 52 | ${bindir}/wodim \ | 52 | ${bindir}/wodim \ |
| 53 | ${sbindir}/netscsid \ | 53 | ${sbindir}/netscsid \ |
| 54 | " | 54 | " |
| 55 | 55 | ||
| 56 | do_install_append() { | 56 | do_install:append() { |
| 57 | ln -sf --relative ${D}${bindir}/genisoimage ${D}${bindir}/mkisofs | 57 | ln -sf --relative ${D}${bindir}/genisoimage ${D}${bindir}/mkisofs |
| 58 | } | 58 | } |
| 59 | 59 | ||
