From 71f6400f30faca8be1f2f00a333903ec069420a1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 22 Mar 2017 09:26:59 +0100 Subject: recipes: remove unneeded RDEPENDS Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher Acked-by: Marcel Ziswiler --- recipes-graphics/scrot/giblib_1.2.4.bb | 2 +- recipes-graphics/scrot/scrot_0.8.bb | 3 ++- recipes-multimedia/hda-verb/hda-verb_git.bb | 1 - recipes-qt/qt4/qt4-x11-free-systemd.bb | 1 - recipes-qt/qt5/qt5-x11-free-systemd.bb | 1 - recipes-support/gpio-tool/gpio-tool.bb | 1 - 6 files changed, 3 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/scrot/giblib_1.2.4.bb b/recipes-graphics/scrot/giblib_1.2.4.bb index 655eea8..fbcb6fa 100644 --- a/recipes-graphics/scrot/giblib_1.2.4.bb +++ b/recipes-graphics/scrot/giblib_1.2.4.bb @@ -2,7 +2,7 @@ SECTION = "graphic/utils" SUMMARY = "giblib is a simple library which wraps imlib2" HOMEPAGE = "http://linuxbrit.co.uk/software/" LICENSE ="BSD" -RDEPENDS_${PN} = "imlib2" + DEPENDS = "imlib2" MIRRORS_prepend () { diff --git a/recipes-graphics/scrot/scrot_0.8.bb b/recipes-graphics/scrot/scrot_0.8.bb index 8f234b2..63b167a 100644 --- a/recipes-graphics/scrot/scrot_0.8.bb +++ b/recipes-graphics/scrot/scrot_0.8.bb @@ -3,7 +3,8 @@ SUMMARY = "scrot (SCReen shOT), screen capture utility" DESCRIPTION = "scrot (SCReen shOT) is a simple commandline screen capture utility that uses imlib2 to grab and save images" HOMEPAGE = "http://linuxbrit.co.uk/software/" LICENSE ="BSD" -RDEPENDS_${PN} = "imlib2 giblib imlib2-loaders" + +RDEPENDS_${PN} = "imlib2-loaders" DEPENDS = "imlib2 giblib" MIRRORS_prepend () { diff --git a/recipes-multimedia/hda-verb/hda-verb_git.bb b/recipes-multimedia/hda-verb/hda-verb_git.bb index 7268430..27288fa 100644 --- a/recipes-multimedia/hda-verb/hda-verb_git.bb +++ b/recipes-multimedia/hda-verb/hda-verb_git.bb @@ -2,7 +2,6 @@ SECTION = "multimedia" SUMMARY = "hda-verb sendS HD-audio commands to ALSA HDA devices" HOMEPAGE = "" LICENSE ="GPLv2+" -RDEPENDS_${PN} = "" SRCREV = "4bf54c5003af304e9da8ef40475a481086d80d85" SRC_URI = "git://git.alsa-project.org/alsa-tools.git;protocol=git" 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" diff --git a/recipes-support/gpio-tool/gpio-tool.bb b/recipes-support/gpio-tool/gpio-tool.bb index 071cd9f..f083be3 100644 --- a/recipes-support/gpio-tool/gpio-tool.bb +++ b/recipes-support/gpio-tool/gpio-tool.bb @@ -6,7 +6,6 @@ PR = "r3" PACKAGE_ARCH = "${MACHINE_ARCH}" DEPENDS = "gtk+" -RDEPENDS_${PN} = "gtk+" SRC_URI = "file://gpio-tool" SRC_URI += "file://gpio-tool.desktop" -- cgit v1.2.3