diff options
-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 \ |