diff options
| author | Khem Raj <raj.khem@gmail.com> | 2012-08-18 17:48:15 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 10:46:39 +0100 |
| commit | dbda8b5f486b397f29666fb740b00d9a10875915 (patch) | |
| tree | ec00c5e9510e0b1c28472b75a93d61f539dd374e | |
| parent | d48235e3c26df8b8947e0b600ea33df47bf9682a (diff) | |
| download | poky-dbda8b5f486b397f29666fb740b00d9a10875915.tar.gz | |
unifdef-native: Correct LICENSE
The header in sourcefile says its BSD licensed
not GPL therefore make the correction
(From OE-Core rev: 06bd5b3d10d479fce02cd1d5821faeb9afb4ebac)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/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 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 @@ | |||
| 1 | DESCRIPTION = "Kernel header preprocessor" | 1 | DESCRIPTION = "Kernel header preprocessor" |
| 2 | SECTION = "devel" | 2 | SECTION = "devel" |
| 3 | LICENSE = "GPL" | 3 | LICENSE = "BSD-2-Clause" |
| 4 | |||
| 5 | PR = "r1" | ||
| 4 | 6 | ||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=1a33f5c39aa718a89058721df61979bd" | 7 | LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=1a33f5c39aa718a89058721df61979bd" |
| 6 | 8 | ||
