forked from ni/meta-nilrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathluksmeta_10.bb
More file actions
29 lines (21 loc) · 815 Bytes
/
luksmeta_10.bb
File metadata and controls
29 lines (21 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "LUKSMeta"
DESCRIPTION = "Welcome to LUKSMeta! LUKSMeta is a simple library for storing \
metadata in the LUKSv1 header. This library is licensed under the GNU LGPLv2+."
HOMEPAGE = "https://github.com/latchset/luksmeta"
SECTION = "security"
LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=4e9dfcb21c14eb0c40ae8ba436d3bb7a \
"
DEPENDS = "\
cryptsetup \
"
SRC_URI = "\
https://github.com/latchset/luksmeta/releases/download/v10/luksmeta-10.tar.bz2 \
"
SRC_URI[sha256sum] = "a842538ba39680c8319c41dac0bcc082fe40fb43342561761925c0daa1a48f28"
inherit autotools pkgconfig
# ==============================================================================
# PACKAGING
# ==============================================================================
BBCLASSEXTEND = "native"