| Submitter | Khem Raj |
|---|---|
| Date | Aug. 19, 2012, 12:48 a.m. |
| Message ID | <1345337295-11206-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/34881/ |
| State | Accepted |
| Commit | 06bd5b3d10d479fce02cd1d5821faeb9afb4ebac |
| Headers | show |
Comments
On Sat, 2012-08-18 at 17:48 -0700, Khem Raj wrote: > The header in sourcefile says its BSD licensed > not GPL therefore make the correction > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../unifdef/unifdef-native_2.6.18+git.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Merged to master, thanks. Richard
Patch
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"
The header in sourcefile says its BSD licensed not GPL therefore make the correction Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../unifdef/unifdef-native_2.6.18+git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)