diff options
Diffstat (limited to 'recipes-security/smw')
-rw-r--r-- | recipes-security/smw/keyctl-caam_git.bb | 2 | ||||
-rw-r--r-- | recipes-security/smw/smw_git.bb | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/recipes-security/smw/keyctl-caam_git.bb b/recipes-security/smw/keyctl-caam_git.bb index 25a5f656a..66ff7ecb0 100644 --- a/recipes-security/smw/keyctl-caam_git.bb +++ b/recipes-security/smw/keyctl-caam_git.bb | |||
@@ -11,8 +11,6 @@ SRC_URI = "git://github.com/nxp-imx/keyctl_caam.git;protocol=https;branch=${SRCB | |||
11 | 11 | ||
12 | SRCREV = "81dc06cdb9c4d0d4ba10459d85af9a8603774948" | 12 | SRCREV = "81dc06cdb9c4d0d4ba10459d85af9a8603774948" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | TARGET_CC_ARCH += "${LDFLAGS}" | 14 | TARGET_CC_ARCH += "${LDFLAGS}" |
17 | 15 | ||
18 | do_install () { | 16 | do_install () { |
diff --git a/recipes-security/smw/smw_git.bb b/recipes-security/smw/smw_git.bb index 3c1d04908..dbb59d2f3 100644 --- a/recipes-security/smw/smw_git.bb +++ b/recipes-security/smw/smw_git.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/nxp-imx/imx-smw.git;protocol=https;branch=release/ve | |||
19 | SRCREV_smw = "f0570b3e8cb5f68d54edc4f9dd7cb984f6f604ed" | 19 | SRCREV_smw = "f0570b3e8cb5f68d54edc4f9dd7cb984f6f604ed" |
20 | SRCREV_psa = "463cb95ada820bc6f758d50066cf8c0ed5cc3a02" | 20 | SRCREV_psa = "463cb95ada820bc6f758d50066cf8c0ed5cc3a02" |
21 | SRCREV_FORMAT = "smw_psa" | 21 | SRCREV_FORMAT = "smw_psa" |
22 | S = "${WORKDIR}/git/smw" | 22 | S = "${UNPACKDIR}/git/smw" |
23 | 23 | ||
24 | inherit cmake python3native | 24 | inherit cmake python3native |
25 | 25 | ||