diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2013-02-10 19:55:27 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-03-13 19:49:20 +0200 |
commit | cf25e6fc900a438225779ddb2eacb844a1d55ef3 (patch) | |
tree | 24469eeca2e9acf23130489929d5110a6762e012 | |
parent | 7da69cff7c2b2a740bd88a10c6fbc3a171d0066f (diff) | |
download | meta-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.bb | 4 |
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" | |||
3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | DEPENDS = "zenity dbus" | 5 | DEPENDS = "zenity dbus" |
6 | RDEPENDS = "slim sudo zenity dbus" | 6 | RDEPENDS_${PN} = "slim sudo zenity dbus" |
7 | 7 | ||
8 | COMPATIBLE_MACHINE = "raspberrypi" | 8 | COMPATIBLE_MACHINE = "raspberrypi" |
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r2" |
11 | 11 | ||
12 | SRC_URI = " \ | 12 | SRC_URI = " \ |
13 | file://LICENSE \ | 13 | file://LICENSE \ |