summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/socketcan/can-utils_git.bb2
-rw-r--r--meta-oe/recipes-support/dstat/dstat_0.7.4.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index 95086ad211..06c3182dba 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
@@ -48,5 +48,5 @@ ALTERNATIVE_LINK_NAME[cansequence] = "${bindir}/cansequence"
48 48
49# busybox ip fails to configure can interfaces, so we need iproute2 to do so. 49# busybox ip fails to configure can interfaces, so we need iproute2 to do so.
50# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver. 50# See details in http://www.armadeus.com/wiki/index.php?title=CAN_bus_Linux_driver.
51RRECOMMENDS:${PN} += "iproute2" 51RRECOMMENDS_${PN} += "iproute2"
52 52
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() {
21 oe_runmake 'DESTDIR=${D}' install 21 oe_runmake 'DESTDIR=${D}' install
22} 22}
23 23
24RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin" 24RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"