summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-28 10:07:13 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:02:29 +0200
commit3bddf3726b30d231abe07e22979d6ad42cb06592 (patch)
treeaa51d2a69caea42b0d5db11e2ab1f4c94f81036c
parent111921b121117f009668d0cdc2bfb30e0aef52ff (diff)
recipes: remove unneeded RDEPENDS
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-core/usb-rndis/usb-rndis-systemd.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/usb-rndis/usb-rndis-systemd.bb b/recipes-core/usb-rndis/usb-rndis-systemd.bb
index 1ea8090..ae8f8c3 100644
--- a/recipes-core/usb-rndis/usb-rndis-systemd.bb
+++ b/recipes-core/usb-rndis/usb-rndis-systemd.bb
@@ -1,6 +1,5 @@
SECTION = "network"
SUMMARY = "RNDIS usb client configuration and startup"
-RDEPENDS_${PN} = ""
# The license is meant for this recipe and the files it installs.
# RNDIS is part of the kernel, systemd-networkd is part of systemd
LICENSE = "MIT"
@@ -47,4 +46,3 @@ NATIVE_SYSTEMD_SUPPORT = "1"
SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "usb-rndis.service"
SYSTEMD_AUTO_ENABLE_mx6 = "disable"
-