diff options
| author | Davide Gardenal <davidegarde2000@gmail.com> | 2022-04-04 14:57:53 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-04-07 10:26:45 -0700 |
| commit | 498ca39cd69db8da0a03b30a865535d1ab047367 (patch) | |
| tree | 6f7d10ab0a641c6fe7d3b2aa12d7653cb49a5ed9 | |
| parent | e92fad507a473ad7494b45e08c801d58b60b1539 (diff) | |
| download | meta-security-498ca39cd69db8da0a03b30a865535d1ab047367.tar.gz | |
fscrypt: update dependecy from go-dep-native to go-native
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/fscrypt/fscrypt_1.0.0.bb | 2 |
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 | |||
| 11 | BBCLASSEXTEND = "native nativesdk" | 11 | BBCLASSEXTEND = "native nativesdk" |
| 12 | 12 | ||
| 13 | # fscrypt depends on go and libpam | 13 | # fscrypt depends on go and libpam |
| 14 | DEPENDS += "go-dep-native libpam" | 14 | DEPENDS += "go-native libpam" |
| 15 | 15 | ||
| 16 | SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4" | 16 | SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4" |
| 17 | SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https" | 17 | SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https" |
