summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/unifdef
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-18 17:48:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-19 10:46:33 +0100
commit06bd5b3d10d479fce02cd1d5821faeb9afb4ebac (patch)
tree7c3b4773314df353fc0c9a3c6728316227a67031 /meta/recipes-devtools/unifdef
parentc6b335099224d590109a8bcda22bf54c597c7eee (diff)
downloadopenembedded-core-06bd5b3d10d479fce02cd1d5821faeb9afb4ebac.tar.gz
unifdef-native: Correct LICENSE
The header in sourcefile says its BSD licensed not GPL therefore make the correction Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/unifdef')
-rw-r--r--meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb4
1 files changed, 3 insertions, 1 deletions
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 1b9381646c..b1869fd4c9 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"