aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
diff options
context:
space:
mode:
authorOtto Esko <otto.esko@gmail.com>2021-11-13 15:13:06 +0200
committerArmin Kuster <akuster808@gmail.com>2021-11-16 05:30:44 -0800
commit93befa6cf5599979ebe14ded6e1829963faa367c (patch)
treea89129049ecf40a11069f6596335d4fb7dfedc30 /meta-oe/recipes-support/dstat/dstat_0.7.4.bb
parent7fbb2767186a4db729efe4f440cc9a992f2ab183 (diff)
downloadmeta-openembedded-contrib-93befa6cf5599979ebe14ded6e1829963faa367c.tar.gz
Use old override syntax
- can-utils and dstat recipes were using the colon override syntax introduced in honister - revert back to underline override notation Signed-off-by: Otto Esko <otto.esko@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/dstat/dstat_0.7.4.bb')
-rw-r--r--meta-oe/recipes-support/dstat/dstat_0.7.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
index bc73f639bd..18c3cdf82c 100644
--- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
+++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
@@ -21,4 +21,4 @@ do_install() {
oe_runmake 'DESTDIR=${D}' install
}
-RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
+RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"