mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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:
@@ -667,7 +667,6 @@ RDEPENDS:packagegroup-meta-oe-multimedia ="\
|
||||
jack-server \
|
||||
jack-utils \
|
||||
libass \
|
||||
libburn \
|
||||
libcdio-paranoia \
|
||||
libcdio \
|
||||
${@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
|
||||
Reference in New Issue
Block a user