Skip to content

Commit 7fddcde

Browse files
committed
Use old override syntax
- can-utils and dstat recipes were using the colon override syntax introduced in honister - revert back to underline override notation
1 parent 0b0ab6a commit 7fddcde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meta-oe/recipes-extended/socketcan/can-utils_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
4848

4949
# busybox ip fails to configure can interfaces, so we need iproute2 to do so.
5050
# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
51-
RRECOMMENDS:${PN} += "iproute2"
51+
RRECOMMENDS_${PN} += "iproute2"
5252

meta-oe/recipes-support/dstat/dstat_0.7.4.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ do_install() {
2121
oe_runmake 'DESTDIR=${D}' install
2222
}
2323

24-
RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
24+
RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"

0 commit comments

Comments
 (0)