summaryrefslogtreecommitdiffstats
path: root/recipes-security/fscryptctl/fscryptctl_0.1.0.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-02-28 19:19:17 +0000
committerArmin Kuster <akuster808@gmail.com>2021-03-02 11:56:27 -0800
commitd7391ab934745af9949292998d2a17d487c94278 (patch)
treee83095dd58e4ab1ca844b89917753ac4739ebb31 /recipes-security/fscryptctl/fscryptctl_0.1.0.bb
parent0b9dba242f681f7ec4f4a495d43214ee7d78f501 (diff)
downloadmeta-security-d7391ab934745af9949292998d2a17d487c94278.tar.gz
fscryptctl: upgrade 0.1.0 -> 1.0.0
Diffstat (limited to 'recipes-security/fscryptctl/fscryptctl_0.1.0.bb')
-rw-r--r--recipes-security/fscryptctl/fscryptctl_0.1.0.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-security/fscryptctl/fscryptctl_0.1.0.bb b/recipes-security/fscryptctl/fscryptctl_0.1.0.bb
deleted file mode 100644
index 8847a0f..0000000
--- a/recipes-security/fscryptctl/fscryptctl_0.1.0.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1SUMMARY = "low-level tool handling Linux filesystem encryption"
2DESCIPTION = "fscryptctl is a low-level tool written in C that handles raw keys and manages \
3policies for Linux filesystem encryption (https://lwn.net/Articles/639427). \
4For a tool that presents a higher level interface and manages metadata, key \
5generation, key wrapping, PAM integration, and passphrase hashing, see \
6fscrypt (https://github.com/google/fscrypt)."
7HOMEPAGE = "https://github.com/google/fscryptctl"
8SECTION = "base"
9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11
12SRCREV = "142326810eb19d6794793db6d24d0775a15aa8e5"
13SRC_URI = "git://github.com/google/fscryptctl.git"
14
15S = "${WORKDIR}/git"
16
17do_install() {
18 oe_runmake DESTDIR=${D}${bindir} install
19}
20
21RRECOMMENDS_${PN} += "\
22 keyutils \
23 kernel-module-cbc \
24 kernel-module-cts \
25 kernel-module-ecb \
26 kernel-module-xts \
27"