From 9871f9b6ae69431a9d7e9760d79aa0db619b7744 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 18 Aug 2012 17:48:15 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 2.7.4