From 8ad03b9533d6e0361a30a2795ffb90a4ce8db87e Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Tue, 12 Mar 2013 22:00:24 +0100 Subject: Use right license name for GPLv2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes the license name for bcm2835 and rpi-first-run-wizard. Signed-off-by: Eric Bénard Signed-off-by: Andrei Gherzan --- recipes-bcm/bcm2835/bcm2835_1.8.bb | 2 +- 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" HOMEPAGE = "http://www.open.com.au/mikem/bcm2835" AUTHOR = "Mike McCauley (mikem@open.com.au)" -LICENSE = "GPL-2.0" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 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 @@ DESCRIPTION = "Scripts to support a first run wizard on the Raspberry Pi." -LICENSE = "GPLV2" +LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" DEPENDS = "zenity dbus" -- cgit v1.2.3-54-g00ecf