summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-09-09 12:14:57 -0700
committerArmin Kuster <akuster808@gmail.com>2018-09-17 21:08:19 -0700
commit9ef4c6649819603c7c00318b323b6ab4f941d0d0 (patch)
tree9fb363b4935f8b0f8fc7fe6c0ec98384fd48a940
parent561d0806a9d4e6a954bc19bf951dc69f4e40d3eb (diff)
downloadmeta-security-9ef4c6649819603c7c00318b323b6ab4f941d0d0.tar.gz
fscryptctl: update to tip
fix mkfs.ext4 invocation Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/fscryptctl/fscryptctl_0.1.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/fscryptctl/fscryptctl_0.1.0.bb b/recipes-security/fscryptctl/fscryptctl_0.1.0.bb
index 4f0b12c..8847a0f 100644
--- a/recipes-security/fscryptctl/fscryptctl_0.1.0.bb
+++ b/recipes-security/fscryptctl/fscryptctl_0.1.0.bb
@@ -9,7 +9,7 @@ SECTION = "base"
9LICENSE = "Apache-2.0" 9LICENSE = "Apache-2.0"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
11 11
12SRCREV = "e4c4d0984dee2531897e13c32a18d5e54a2a4aa6" 12SRCREV = "142326810eb19d6794793db6d24d0775a15aa8e5"
13SRC_URI = "git://github.com/google/fscryptctl.git" 13SRC_URI = "git://github.com/google/fscryptctl.git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"