libburn: move to meta-filesystems

This recipe is very much in the remit of meta-filesystems, so move the
recipe and update it. It ships a cdrecord wrapper so inherit lib_package,
and the license is GPLv2 or later not GPLv2 only, for example:

https://dev.lovelyhq.com/libburnia/libburn/src/branch/master/libburn/source.c

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2023-05-09 14:36:30 +01:00
committed by Khem Raj
parent d63a3a9479
commit 5f64e51e5e
4 changed files with 14 additions and 12 deletions
@@ -0,0 +1,13 @@
SUMMARY = "library to write an ISO-9660 file system to physical media"
HOMEPAGE = "https://libburnia-project.org/"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
file://COPYRIGHT;md5=a91b9b862895b64e68e5b321873c9111"
SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
SRC_URI[sha256sum] = "525059d10759c5cb8148eebc863bb510e311c663603da7bd2d21c46b7cf63b54"
inherit autotools pkgconfig lib_package
BBCLASSEXTEND = "native"
@@ -19,6 +19,7 @@ RDEPENDS:packagegroup-meta-filesystems = "\
RDEPENDS:packagegroup-meta-filesystems = "\ RDEPENDS:packagegroup-meta-filesystems = "\
ifuse \ ifuse \
libisofs \ libisofs \
libburn \
logfsprogs \ logfsprogs \
fuse-exfat \ fuse-exfat \
owfs \ owfs \
@@ -667,7 +667,6 @@ RDEPENDS:packagegroup-meta-oe-multimedia ="\
jack-server \ jack-server \
jack-utils \ jack-utils \
libass \ libass \
libburn \
libcdio-paranoia \ libcdio-paranoia \
libcdio \ libcdio \
${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "libmad", "", d)} \ ${@bb.utils.contains("LICENSE_FLAGS_ACCEPTED", "commercial", "libmad", "", d)} \
@@ -1,11 +0,0 @@
SUMMARY = "Library for reading, mastering and writing optical discs"
HOMEPAGE = "http://libburnia-project.org/"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
SRC_URI = "http://files.libburnia-project.org/releases/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "454d03ce31addb5b7dca62d213c9660e"
SRC_URI[sha256sum] = "525059d10759c5cb8148eebc863bb510e311c663603da7bd2d21c46b7cf63b54"
inherit autotools pkgconfig