]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
unifdef-native: Correct LICENSE
authorKhem Raj <raj.khem@gmail.com>
Sun, 19 Aug 2012 00:48:15 +0000 (17:48 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Aug 2012 09:46:33 +0000 (10:46 +0100)
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>
meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb

index 1b9381646c9ced843df9fdc6b89d6a51ee7f781e..b1869fd4c9052a4a33d49d736f4106c0995ba107 100644 (file)
@@ -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"