On Wed, Nov 25, 2020 at 6:37 AM Maciej Pijanowski
<[email protected]> 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]>
> ---
> .../cdrkit/cdrkit_1.1.11.bb | 32 ++++++++++++++++++-
> 1 file changed, 31 insertions(+), 1 deletion(-)
>
> 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"
> +
this also should be reflected in packagegroup-meta-oe recipe
> +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
> --
> 2.25.1
>
>
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#88100):
https://lists.openembedded.org/g/openembedded-devel/message/88100
Mute This Topic: https://lists.openembedded.org/mt/78500465/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-