[oe] [meta-kde][PATCH 2/3] ark, gwenview: fix RDEPENDS

Koen Kooi koen at dominion.thruhere.net
Thu Mar 7 09:50:38 UTC 2013


ERROR: QA Issue: /build/setup-scripts/sources/meta-kde/recipes-kde-apps/gwenview_git.bb: Variable RDEPENDS is set as not being package specific, please fix this.                                                                             | ETA:  --:--:--
ERROR: QA Issue: /build/setup-scripts/sources/meta-kde/recipes-kde-apps/ark_git.bb: Variable RDEPENDS is set as not being package specific, please fix this.

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 recipes-kde-apps/ark_git.bb      | 2 +-
 recipes-kde-apps/gwenview_git.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kde-apps/ark_git.bb b/recipes-kde-apps/ark_git.bb
index f33d8b1..844bc3f 100644
--- a/recipes-kde-apps/ark_git.bb
+++ b/recipes-kde-apps/ark_git.bb
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
 inherit kde_cmake kde_rdepends kde_without_docs
 
 # for videos?
-RDEPENDS = "libqtphonon4"
+RDEPENDS_${PN} = "libqtphonon4"
 
 FILES_${PN} += "\
     ${libdir}/kde4/*.so \
diff --git a/recipes-kde-apps/gwenview_git.bb b/recipes-kde-apps/gwenview_git.bb
index 0fb85d8..1068aba 100644
--- a/recipes-kde-apps/gwenview_git.bb
+++ b/recipes-kde-apps/gwenview_git.bb
@@ -15,7 +15,7 @@ S = "${WORKDIR}/git"
 inherit kde_cmake kde_rdepends kde_without_docs
 
 # for videos?
-RDEPENDS = "libqtphonon4"
+RDEPENDS_${PN} = "libqtphonon4"
 
 FILES_${PN} += "${datadir} \
     ${libdir}/kde4/*.so"
-- 
1.8.1.4





More information about the Openembedded-devel mailing list