diff options
| author | Maciej Pijanowski <maciej.pijanowski@3mdeb.com> | 2020-11-25 20:38:36 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-11-25 12:05:13 -0800 |
| commit | 167592e6359e3b0808011d601bf1e674c5b63bdf (patch) | |
| tree | eefbef2747f3f3d72a69e0fa89deed7054d48ce8 /meta-oe/recipes-multimedia | |
| parent | 586c62727644e78d8d7074855a91a4b1374875be (diff) | |
| download | meta-openembedded-167592e6359e3b0808011d601bf1e674c5b63bdf.tar.gz | |
cdrkit: split into more packages
Mimic the Debian pacaking scheme to allow for more fine-grained
installation choice (install the binaries we need). Moreover, dirsplit
was moved to a separate package, as it pulls in perl interpreter.
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
| -rw-r--r-- | meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | 32 |
1 files changed, 31 insertions, 1 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 1c7f4c62e5..3344821fa0 100644 --- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb +++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb | |||
| @@ -18,7 +18,37 @@ SRC_URI[sha256sum] = "d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc7 | |||
| 18 | inherit cmake | 18 | inherit cmake |
| 19 | 19 | ||
| 20 | DEPENDS = "libcap file bzip2" | 20 | DEPENDS = "libcap file bzip2" |
| 21 | RDEPENDS_${PN} = "perl" | 21 | RDEPENDS_dirsplit = "perl" |
| 22 | |||
| 23 | PACKAGES =+ "dirsplit genisoimage icedax wodim" | ||
| 24 | |||
| 25 | FILES_dirsplit = " \ | ||
| 26 | ${bindir}/dirsplit \ | ||
| 27 | " | ||
| 28 | |||
| 29 | FILES_genisoimage = " \ | ||
| 30 | ${bindir}/devdump \ | ||
| 31 | ${bindir}/genisoimage \ | ||
| 32 | ${bindir}/isodebug \ | ||
| 33 | ${bindir}/isodump \ | ||
| 34 | ${bindir}/isoinfo \ | ||
| 35 | ${bindir}/isovfy \ | ||
| 36 | ${bindir}/mkisofs \ | ||
| 37 | " | ||
| 38 | |||
| 39 | FILES_icedax = " \ | ||
| 40 | ${bindir}/cdda2mp3 \ | ||
| 41 | ${bindir}/cdda2ogg \ | ||
| 42 | ${bindir}/icedax \ | ||
| 43 | ${bindir}/pitchplay \ | ||
| 44 | ${bindir}/readmult \ | ||
| 45 | " | ||
| 46 | |||
| 47 | FILES_wodim = " \ | ||
| 48 | ${bindir}/readom \ | ||
| 49 | ${bindir}/wodim \ | ||
| 50 | ${sbindir}/netscsid \ | ||
| 51 | " | ||
| 22 | 52 | ||
| 23 | do_install_append() { | 53 | do_install_append() { |
| 24 | ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs | 54 | ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs |
