[OE-core] [PATCH V3] unifdef-native: Correct LICENSE

Khem Raj raj.khem at gmail.com
Sun Aug 19 00:48:15 UTC 2012


The header in sourcefile says its BSD licensed
not GPL therefore make the correction

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../unifdef/unifdef-native_2.6.18+git.bb           |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
index 1b93816..b1869fd 100644
--- a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
+++ b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb
@@ -1,6 +1,8 @@
 DESCRIPTION = "Kernel header preprocessor"
 SECTION = "devel"
-LICENSE = "GPL"
+LICENSE = "BSD-2-Clause"
+
+PR = "r1"
 
 LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=1a33f5c39aa718a89058721df61979bd"
 
-- 
1.7.9.5





More information about the Openembedded-core mailing list