aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/bats/bats_1.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test/bats/bats_1.4.1.bb')
-rw-r--r--meta-oe/recipes-test/bats/bats_1.4.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-test/bats/bats_1.4.1.bb b/meta-oe/recipes-test/bats/bats_1.4.1.bb
index 214f2af229..b300555494 100644
--- a/meta-oe/recipes-test/bats/bats_1.4.1.bb
+++ b/meta-oe/recipes-test/bats/bats_1.4.1.bb
@@ -19,8 +19,8 @@ do_install() {
${S}/install.sh ${D}${prefix} ${baselib}
}
-RDEPENDS_${PN} = "bash"
-FILES_${PN} += "${libdir}/bats-core/*"
+RDEPENDS:${PN} = "bash"
+FILES:${PN} += "${libdir}/bats-core/*"
PACKAGECONFIG ??= "pretty"
PACKAGECONFIG[pretty] = ",,,ncurses"