summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file/file_5.37.bb
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-07 13:08:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-15 14:16:11 +0100
commit87300bd679665a41a0d99eb819afcc4c4a268443 (patch)
tree2e2e1a5e296fa793411d369098569ddcec2899bc /meta/recipes-devtools/file/file_5.37.bb
parentfb8613fc4ed361c953087207b34b97ca23a8d4e4 (diff)
downloadpoky-87300bd679665a41a0d99eb819afcc4c4a268443.tar.gz
file: Clarify BSD license variant
The license of file is BSD-2-Clause. (From OE-Core rev: 2bafc93d58adc9e869b873737e982192b191d1a4) Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.37.bb')
-rw-r--r--meta/recipes-devtools/file/file_5.37.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.37.bb b/meta/recipes-devtools/file/file_5.37.bb
index 803aa9a271..a840dbc012 100644
--- a/meta/recipes-devtools/file/file_5.37.bb
+++ b/meta/recipes-devtools/file/file_5.37.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "http://www.darwinsys.com/file/"
5SECTION = "console/utils" 5SECTION = "console/utils"
6 6
7# two clause BSD 7# two clause BSD
8LICENSE = "BSD" 8LICENSE = "BSD-2-Clause"
9LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b" 9LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=0251eaec1188b20d9a72c502ecfdda1b"
10 10
11DEPENDS = "zlib file-replacement-native" 11DEPENDS = "zlib file-replacement-native"