From: Chase Maupin Date: Thu, 21 Oct 2010 03:33:29 +0000 (+0000) Subject: x-load: update package LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6555e7fff69af54e2d6a6e3ad6b7238557b2374;p=openembedded.git x-load: update package LICENSE * Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin Signed-off-by: Khem Raj --- diff --git a/recipes/x-load/signgp.bb b/recipes/x-load/signgp.bb index 8ee36b5296..8eea85c320 100644 --- a/recipes/x-load/signgp.bb +++ b/recipes/x-load/signgp.bb @@ -1,4 +1,4 @@ -LICENSE = "BSD" +LICENSE = "NewBSD" DESCRIPTION = "Tool to sign omap3 x-loader images" PR = "r4" diff --git a/recipes/x-load/x-load.inc b/recipes/x-load/x-load.inc index 553ef58f33..4e981b70d8 100644 --- a/recipes/x-load/x-load.inc +++ b/recipes/x-load/x-load.inc @@ -1,7 +1,7 @@ DESCRIPTION = "x-load bootloader loader" SECTION = "bootloaders" PRIORITY = "optional" -LICENSE = "GPL" +LICENSE = "GPLv2+" DEPENDS = "signgp-native"