summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-filesystems/burnia/libburn_1.5.6.bb
blob: e84a60a543608ed07f513ac8df06fdcd3616d346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
           file://0001-Bug-fix-Faulty-signal-handler-prototype-spoiled-comp.patch"

SRC_URI[sha256sum] = "7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b"

inherit autotools pkgconfig lib_package

BBCLASSEXTEND = "native"