| Submitter | Koen Kooi |
|---|---|
| Date | March 7, 2013, 9:50 a.m. |
| Message ID | <1362649839-9160-2-git-send-email-koen@dominion.thruhere.net> |
| Download | mbox | patch |
| Permalink | /patch/45625/ |
| State | Accepted, archived |
| Headers | show |
Comments
Patch
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"
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@dominion.thruhere.net> --- recipes-kde-apps/ark_git.bb | 2 +- recipes-kde-apps/gwenview_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)