diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
| commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
| tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /recipes-devtools/cst | |
| parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
| download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz | |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/cst')
| -rw-r--r-- | recipes-devtools/cst/cst_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/cst/cst_git.bb b/recipes-devtools/cst/cst_git.bb index 9091350b5..71df0a352 100644 --- a/recipes-devtools/cst/cst_git.bb +++ b/recipes-devtools/cst/cst_git.bb | |||
| @@ -5,10 +5,10 @@ LICENSE = "BSD" | |||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" |
| 6 | 6 | ||
| 7 | DEPENDS += "openssl cst-native" | 7 | DEPENDS += "openssl cst-native" |
| 8 | RDEPENDS_${PN} = "bash" | 8 | RDEPENDS:${PN} = "bash" |
| 9 | 9 | ||
| 10 | GENKEYS ?= "${STAGING_BINDIR_NATIVE}/cst/gen_keys" | 10 | GENKEYS ?= "${STAGING_BINDIR_NATIVE}/cst/gen_keys" |
| 11 | GENKEYS_class-native = "./gen_keys" | 11 | GENKEYS:class-native = "./gen_keys" |
| 12 | 12 | ||
| 13 | inherit kernel-arch | 13 | inherit kernel-arch |
| 14 | 14 | ||
| @@ -38,5 +38,5 @@ do_install () { | |||
| 38 | fi | 38 | fi |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | FILES_${PN}-dbg += "${bindir}/cst/.debug" | 41 | FILES:${PN}-dbg += "${bindir}/cst/.debug" |
| 42 | BBCLASSEXTEND = "native nativesdk" | 42 | BBCLASSEXTEND = "native nativesdk" |
