diff options
Diffstat (limited to 'recipes-devtools/cst/cst_git.bb')
| -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" |
