summaryrefslogtreecommitdiff
path: root/recipes-core
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-02-28 09:59:13 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:12:11 +0200
commitbbf3e5a5a0cfaa111db5c695f0471d82950d49f9 (patch)
tree75e05f060dc6996eea249630e2c8f12fa483a0d0 /recipes-core
parentcd14ac8b9157cc2f72f7f785b6fee6e87b0987e0 (diff)
recipes: remove unneeded RDEPENDS
The 'rdepending' packages are picked up automatically by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/hdmi-hotplug/hdmi-hotplug.bb1
-rw-r--r--recipes-core/nv-conf/nv-conf-systemd.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/hdmi-hotplug/hdmi-hotplug.bb b/recipes-core/hdmi-hotplug/hdmi-hotplug.bb
index 8906c1a..bc18e21 100644
--- a/recipes-core/hdmi-hotplug/hdmi-hotplug.bb
+++ b/recipes-core/hdmi-hotplug/hdmi-hotplug.bb
@@ -1,6 +1,5 @@
SECTION = "core"
SUMMARY = "Use xrandr after a HDMI hotplug event to switch the display on"
-RDEPENDS_${PN} = ""
# The license is meant for this recipe and the files it installs.
# RNDIS is part of the kernel, udhcpd is part of busybox
LICENSE = "MIT"
diff --git a/recipes-core/nv-conf/nv-conf-systemd.bb b/recipes-core/nv-conf/nv-conf-systemd.bb
index c592bc3..f31bebf 100644
--- a/recipes-core/nv-conf/nv-conf-systemd.bb
+++ b/recipes-core/nv-conf/nv-conf-systemd.bb
@@ -1,6 +1,5 @@
SECTION = "sysinit"
SUMMARY = "NVIDIA T30 CPU hot-plug configuration and startup"
-RDEPENDS_${PN} = ""
# The license is meant for this recipe and the files it installs.
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"