blob: e0f6664ab3a150dc4a1cd6b251fc6e3182ca6a15 [file] [log] [blame]
Andrew Geissler3eeda902023-05-19 10:14:02 -05001SUMMARY = "library to write an ISO-9660 file system to physical media"
2HOMEPAGE = "https://libburnia-project.org/"
3
4LICENSE = "GPL-2.0-or-later"
5LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \
6 file://COPYRIGHT;md5=a91b9b862895b64e68e5b321873c9111"
7
8SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz"
Andrew Geissler8f840682023-07-21 09:09:43 -05009SRC_URI[sha256sum] = "7295491b4be5eeac5e7a3fb2067e236e2955ffdc6bbd45f546466edee321644b"
Andrew Geissler3eeda902023-05-19 10:14:02 -050010
11inherit autotools pkgconfig lib_package
12
13BBCLASSEXTEND = "native"