From 28e9189240ed7923a909c39b28ab2ff90edbed5e Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 14 May 2012 00:28:27 +0100 Subject: Fix unqualified LICENSE for core recipes Fix unqualified "GPL" and "LGPL" values in the LICENSE field for core Opie recipes. Signed-off-by: Paul Eggleton --- recipes-opie/libqpe/libqpe-opie.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-opie/libqpe') diff --git a/recipes-opie/libqpe/libqpe-opie.inc b/recipes-opie/libqpe/libqpe-opie.inc index ea83f98..903af8e 100644 --- a/recipes-opie/libqpe/libqpe-opie.inc +++ b/recipes-opie/libqpe/libqpe-opie.inc @@ -2,12 +2,12 @@ DESCRIPTION = "Base library for the Qt/Embedded based palmtop environments" HOMEPAGE = "http://www.trolltech.com" AUTHOR = "The Trolls" SECTION = "opie/libs" -LICENSE = "GPL" +LICENSE = "GPLv2" # FIXME stopgap until split archives have license files included LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" DEPENDS = "uicmoc-native virtual/libqte2 sysfsutils" PROVIDES = "virtual/libqpe1" -INC_PR = "r10" +INC_PR = "r11" S = "${WORKDIR}/library" inherit palmtop -- cgit 1.2.3-korg