1SUMMARY = "library to create an ISO-9660 filesystem" 2HOMEPAGE = "https://libburnia-project.org/" 3 4LICENSE = "GPL-2.0-or-later" 5LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ 6 file://COPYRIGHT;md5=1c1e5a960562d65f6449bb1d21e1dffc" 7 8SRC_URI = "http://files.libburnia-project.org/releases/${BP}.tar.gz" 9SRC_URI[sha256sum] = "0152d66a9d340b659fe9c880eb9190f3570fb477ac07cf52e8bcd134a1d30d70" 10 11DEPENDS = "acl zlib" 12 13inherit autotools 14 15BBCLASSEXTEND = "native" 16