aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vlan
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/vlan')
-rw-r--r--recipes/vlan/vlan_1.8.bb2
-rw-r--r--recipes/vlan/vlan_1.9.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/vlan/vlan_1.8.bb b/recipes/vlan/vlan_1.8.bb
index 697043ab3f..15ae499e0c 100644
--- a/recipes/vlan/vlan_1.8.bb
+++ b/recipes/vlan/vlan_1.8.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "802.1q vlan support program"
-RRECOMMENDS = "kernel-module-8021q"
+RRECOMMENDS_${PN} = "kernel-module-8021q"
PR = "r2"
S = "${WORKDIR}/vlan/"
diff --git a/recipes/vlan/vlan_1.9.bb b/recipes/vlan/vlan_1.9.bb
index 4382a91e1f..2ca38d4d0f 100644
--- a/recipes/vlan/vlan_1.9.bb
+++ b/recipes/vlan/vlan_1.9.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "802.1q vlan support program"
-RRECOMMENDS = "kernel-module-8021q"
+RRECOMMENDS_${PN} = "kernel-module-8021q"
PR = "r0"
S = "${WORKDIR}/vlan/"