[oe-commits] Khem Raj : unifdef-native: Correct LICENSE

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 09:51:40 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 06bd5b3d10d479fce02cd1d5821faeb9afb4ebac
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=06bd5b3d10d479fce02cd1d5821faeb9afb4ebac

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Aug 18 17:48:15 2012 -0700

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 at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../unifdef/unifdef-native_2.6.18+git.bb           |    4 +++-
 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 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"
 





More information about the Openembedded-commits mailing list