diff options
author | Eric Bénard <eric@eukrea.com> | 2013-03-12 22:00:24 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2013-05-01 22:10:15 +0200 |
commit | 8ad03b9533d6e0361a30a2795ffb90a4ce8db87e (patch) | |
tree | fa590bfd85d9cbdea01363d08589592183a032f8 | |
parent | fe5cd81d27a1b96516c2e970766d2d19eebb359b (diff) | |
download | meta-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>
-rw-r--r-- | recipes-bcm/bcm2835/bcm2835_1.8.bb | 2 | ||||
-rw-r--r-- | recipes-extra/startup/rpi-first-run-wizard.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bcm/bcm2835/bcm2835_1.8.bb b/recipes-bcm/bcm2835/bcm2835_1.8.bb index d9681e5..40f9be5 100644 --- a/recipes-bcm/bcm2835/bcm2835_1.8.bb +++ b/recipes-bcm/bcm2835/bcm2835_1.8.bb | |||
@@ -5,7 +5,7 @@ SECTION = "base" | |||
5 | HOMEPAGE = "http://www.open.com.au/mikem/bcm2835" | 5 | HOMEPAGE = "http://www.open.com.au/mikem/bcm2835" |
6 | AUTHOR = "Mike McCauley (mikem@open.com.au)" | 6 | AUTHOR = "Mike McCauley (mikem@open.com.au)" |
7 | 7 | ||
8 | LICENSE = "GPL-2.0" | 8 | LICENSE = "GPLv2" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
10 | 10 | ||
11 | PR = "r0" | 11 | PR = "r0" |
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 @@ | |||
1 | DESCRIPTION = "Scripts to support a first run wizard on the Raspberry Pi." | 1 | DESCRIPTION = "Scripts to support a first run wizard on the Raspberry Pi." |
2 | LICENSE = "GPLV2" | 2 | 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" |