summaryrefslogtreecommitdiff
path: root/recipes-qt
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-22 09:26:59 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 14:41:47 +0200
commit71f6400f30faca8be1f2f00a333903ec069420a1 (patch)
treebee3ad07c9edf48cbf4fadb1df2e889dd4cb4681 /recipes-qt
parent6e30e70d9853d632f9d3d729cace233ed1262ba0 (diff)
recipes: remove unneeded RDEPENDS
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/qt4/qt4-x11-free-systemd.bb1
-rw-r--r--recipes-qt/qt5/qt5-x11-free-systemd.bb1
2 files changed, 0 insertions, 2 deletions
diff --git a/recipes-qt/qt4/qt4-x11-free-systemd.bb b/recipes-qt/qt4/qt4-x11-free-systemd.bb
index 426f632..568d354 100644
--- a/recipes-qt/qt4/qt4-x11-free-systemd.bb
+++ b/recipes-qt/qt4/qt4-x11-free-systemd.bb
@@ -1,6 +1,5 @@
SECTION = "x11/libs"
SUMMARY = "systemd qtdemo autostart"
-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-qt/qt5/qt5-x11-free-systemd.bb b/recipes-qt/qt5/qt5-x11-free-systemd.bb
index 304b711..3bf66e9 100644
--- a/recipes-qt/qt5/qt5-x11-free-systemd.bb
+++ b/recipes-qt/qt5/qt5-x11-free-systemd.bb
@@ -1,6 +1,5 @@
SECTION = "x11/libs"
SUMMARY = "systemd qtapplication autostart"
-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"