summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/fscrypt/fscrypt_1.0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/fscrypt/fscrypt_1.0.0.bb b/recipes-security/fscrypt/fscrypt_1.0.0.bb
index 66bf429..663d8e2 100644
--- a/recipes-security/fscrypt/fscrypt_1.0.0.bb
+++ b/recipes-security/fscrypt/fscrypt_1.0.0.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=3b83ef96387f14655fc854dd
11BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
12 12
13# fscrypt depends on go and libpam 13# fscrypt depends on go and libpam
14DEPENDS += "go-dep-native libpam" 14DEPENDS += "go-native libpam"
15 15
16SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4" 16SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
17SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https" 17SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"