Thanks Maciej this one looks good but it fails to apply on master-next,
can you rebase and resend please
On 11/25/20 10:55 AM, Maciej Pijanowski wrote:
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 <[email protected]>
---
.../packagegroups/packagegroup-meta-oe.bb | 2 +-
.../cdrkit/cdrkit_1.1.11.bb | 32 ++++++++++++++++++-
2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
index 8358e933d712..4f12d4d3bdda 100644
--- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
@@ -207,7 +207,7 @@ RDEPENDS_packagegroup-meta-oe-kernel_remove_riscv64 = "crash
oprofile"
RDEPENDS_packagegroup-meta-oe-kernel_remove_riscv32 = "crash oprofile"
RDEPENDS_packagegroup-meta-oe-multimedia ="\
- alsa-oss audiofile cdrkit id3lib \
+ alsa-oss audiofile dirsplit genisoimage icedax wodim id3lib \
a2jmidid jack libass libburn libcdio libcdio-paranoia \
libdvdread libmms libmodplug libopus live555 \
mplayer-common opus-tools \
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 3b10e978ef79..132e8f26b88c 100644
--- a/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb
+++ b/meta-oe/recipes-multimedia/cdrkit/cdrkit_1.1.11.bb
@@ -17,7 +17,37 @@ SRC_URI[sha256sum] =
"d1c030756ecc182defee9fe885638c1785d35a2c2a297b4604c0e0dcc7
inherit cmake
DEPENDS = "libcap file bzip2"
-RDEPENDS_${PN} = "perl"
+RDEPENDS_dirsplit = "perl"
+
+PACKAGES =+ "dirsplit genisoimage icedax wodim"
+
+FILES_dirsplit = " \
+ ${bindir}/dirsplit \
+"
+
+FILES_genisoimage = " \
+ ${bindir}/devdump \
+ ${bindir}/genisoimage \
+ ${bindir}/isodebug \
+ ${bindir}/isodump \
+ ${bindir}/isoinfo \
+ ${bindir}/isovfy \
+ ${bindir}/mkisofs \
+"
+
+FILES_icedax = " \
+ ${bindir}/cdda2mp3 \
+ ${bindir}/cdda2ogg \
+ ${bindir}/icedax \
+ ${bindir}/pitchplay \
+ ${bindir}/readmult \
+"
+
+FILES_wodim = " \
+ ${bindir}/readom \
+ ${bindir}/wodim \
+ ${sbindir}/netscsid \
+"
do_install_append() {
ln -sf ${bindir}/genisoimage ${D}${bindir}/mkisofs
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88102):
https://lists.openembedded.org/g/openembedded-devel/message/88102
Mute This Topic: https://lists.openembedded.org/mt/78506503/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-