From 533de88306eebc368b6f6bc684012e5ac5df570f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 27 Jun 2023 15:12:02 +0800 Subject: libburn: upgrade 1.5.4 -> 1.5.6 Changelog: =========== * Bug fix: Overburning with cdrskin option -force ended by a libburn error * New API call burn_write_opts_set_bdr_obs_exempt() * New cdrskin option --bdr_obs_exempt * Officially enabled overburning with burn_write_opts_set_force(,1) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-filesystems/burnia/libburn_1.5.4.bb | 13 ------------- .../recipes-filesystems/burnia/libburn_1.5.6.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-filesystems/recipes-filesystems/burnia/libburn_1.5.4.bb create mode 100644 meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb diff --git a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.4.bb b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.4.bb deleted file mode 100644 index 4f8c183f59..0000000000 --- a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.4.bb +++ /dev/null @@ -1,13 +0,0 @@ -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" diff --git a/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb new file mode 100644 index 0000000000..e0f6664ab3 --- /dev/null +++ b/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb @@ -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] = "7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b" + +inherit autotools pkgconfig lib_package + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf