summaryrefslogtreecommitdiffstats
path: root/recipes-extra
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2013-03-12 22:00:24 +0100
committerAndrei Gherzan <andrei@gherzan.ro>2013-05-01 22:10:15 +0200
commit8ad03b9533d6e0361a30a2795ffb90a4ce8db87e (patch)
treefa590bfd85d9cbdea01363d08589592183a032f8 /recipes-extra
parentfe5cd81d27a1b96516c2e970766d2d19eebb359b (diff)
downloadmeta-raspberrypi-8ad03b9533d6e0361a30a2795ffb90a4ce8db87e.tar.gz
Use right license name for GPLv2
This patch fixes the license name for bcm2835 and rpi-first-run-wizard. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'recipes-extra')
-rw-r--r--recipes-extra/startup/rpi-first-run-wizard.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extra/startup/rpi-first-run-wizard.bb b/recipes-extra/startup/rpi-first-run-wizard.bb
index 6ede56e..40f9785 100644
--- a/recipes-extra/startup/rpi-first-run-wizard.bb
+++ b/recipes-extra/startup/rpi-first-run-wizard.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "Scripts to support a first run wizard on the Raspberry Pi." 1DESCRIPTION = "Scripts to support a first run wizard on the Raspberry Pi."
2LICENSE = "GPLV2" 2LICENSE = "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"