[meta-security] fscrypt: update dependecy from go-dep-native to go-native

Message ID 20220404125753.43887-1-davide.gardenal@huawei.com
State Accepted, archived
Delegated to: Armin Kuster
Headers show
Series [meta-security] fscrypt: update dependecy from go-dep-native to go-native | expand

Commit Message

Davide Gardenal April 4, 2022, 12:57 p.m. UTC
Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
---
 recipes-security/fscrypt/fscrypt_1.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

akuster808 April 7, 2022, 5:33 p.m. UTC | #1
merged

thanks,
-armin

On 4/4/22 05:57, Davide Gardenal wrote:
> Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com>
> ---
>   recipes-security/fscrypt/fscrypt_1.0.0.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>   BBCLASSEXTEND = "native nativesdk"
>   
>   # fscrypt depends on go and libpam
> -DEPENDS += "go-dep-native libpam"
> +DEPENDS += "go-native libpam"
>   
>   SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
>   SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#56658): https://lists.yoctoproject.org/g/yocto/message/56658
> Mute This Topic: https://lists.yoctoproject.org/mt/90240814/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

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
 BBCLASSEXTEND = "native nativesdk"
 
 # fscrypt depends on go and libpam
-DEPENDS += "go-dep-native libpam"
+DEPENDS += "go-native libpam"
 
 SRCREV = "92b1e9a8670ccd3916a7d24a06cab1e4c9815bc4"
 SRC_URI = "git://github.com/google/fscrypt.git;branch=master;protocol=https"