From cf25e6fc900a438225779ddb2eacb844a1d55ef3 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sun, 10 Feb 2013 19:55:27 +0200 Subject: 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 --- recipes-extra/startup/rpi-first-run-wizard.bb | 4 ++-- 1 file 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" LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "zenity dbus" -RDEPENDS = "slim sudo zenity dbus" +RDEPENDS_${PN} = "slim sudo zenity dbus" COMPATIBLE_MACHINE = "raspberrypi" -PR = "r1" +PR = "r2" SRC_URI = " \ file://LICENSE \ -- cgit v1.2.3-54-g00ecf