blob: 4f8c183f59be294052659106183ac44327e0d64e [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"
9SRC_URI[sha256sum] = "525059d10759c5cb8148eebc863bb510e311c663603da7bd2d21c46b7cf63b54"
10
11inherit autotools pkgconfig lib_package
12
13BBCLASSEXTEND = "native"