summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2013-02-10 19:55:27 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2013-03-13 19:49:20 +0200
commitcf25e6fc900a438225779ddb2eacb844a1d55ef3 (patch)
tree24469eeca2e9acf23130489929d5110a6762e012
parent7da69cff7c2b2a740bd88a10c6fbc3a171d0066f (diff)
downloadmeta-raspberrypi-cf25e6fc900a438225779ddb2eacb844a1d55ef3.tar.gz
rpi-first-run-wizard: Fix RDEPENDS warning
WARNING: QA Issue: [...]/rpi-first-run-wizard.bb: Variable RDEPENDS is set as not being package specific, please fix this. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r--recipes-extra/startup/rpi-first-run-wizard.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extra/startup/rpi-first-run-wizard.bb b/recipes-extra/startup/rpi-first-run-wizard.bb
index c5cef7c..6ede56e 100644
--- a/recipes-extra/startup/rpi-first-run-wizard.bb
+++ b/recipes-extra/startup/rpi-first-run-wizard.bb
@@ -3,11 +3,11 @@ LICENSE = "GPLV2"
3LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5DEPENDS = "zenity dbus" 5DEPENDS = "zenity dbus"
6RDEPENDS = "slim sudo zenity dbus" 6RDEPENDS_${PN} = "slim sudo zenity dbus"
7 7
8COMPATIBLE_MACHINE = "raspberrypi" 8COMPATIBLE_MACHINE = "raspberrypi"
9 9
10PR = "r1" 10PR = "r2"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 file://LICENSE \ 13 file://LICENSE \