summaryrefslogtreecommitdiffstats
path: root/recipes-security/smw/crypto-af-alg_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/smw/crypto-af-alg_git.bb')
-rw-r--r--recipes-security/smw/crypto-af-alg_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-security/smw/crypto-af-alg_git.bb b/recipes-security/smw/crypto-af-alg_git.bb
index 4101776a5..3ec485b3b 100644
--- a/recipes-security/smw/crypto-af-alg_git.bb
+++ b/recipes-security/smw/crypto-af-alg_git.bb
@@ -2,6 +2,7 @@
2 2
3SUMMARY = "NXP i.MX CRYPTO AF_ALG" 3SUMMARY = "NXP i.MX CRYPTO AF_ALG"
4DESCRIPTION = "NXP i.MX crypto af alg tool to perform symmetric operation" 4DESCRIPTION = "NXP i.MX crypto af alg tool to perform symmetric operation"
5HOMEPAGE = "https://github.com/nxp-imx/crypto_af_alg"
5SECTION = "base" 6SECTION = "base"
6LICENSE = "BSD-3-Clause" 7LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=4ef68f113b9400b1140be9b69208a816" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=4ef68f113b9400b1140be9b69208a816"
@@ -15,7 +16,7 @@ SRCREV = "2fb11a600af90c80b8bb23368d1d6831c5deb973"
15TARGET_CC_ARCH += "${LDFLAGS}" 16TARGET_CC_ARCH += "${LDFLAGS}"
16 17
17do_install () { 18do_install () {
18 oe_runmake DESTDIR=${D} install 19 oe_runmake DESTDIR=${D} install
19} 20}
20 21
21COMPATIBLE_MACHINE = "(imx-nxp-bsp)" 22COMPATIBLE_MACHINE = "(imx-nxp-bsp)"