diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-23 15:15:52 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 91ebe6f2dbc6cfead0c4da9ab08e062dba9da80d (patch) | |
tree | 9af37b21644acfd7405796a50b7514b8faa8b3b7 | |
parent | 6489f7159768dfcd2a451ef3fefaef6c5de74933 (diff) | |
download | meta-openembedded-91ebe6f2dbc6cfead0c4da9ab08e062dba9da80d.tar.gz |
rfkill: Clarify BSD license variant
The License of rfkill is BSD-0-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb b/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb index 3e644760ce..5c19e65b0e 100644 --- a/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb +++ b/meta-oe/recipes-connectivity/rfkill/rfkill_0.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Radio enable/disable command line utility" | 1 | SUMMARY = "Radio enable/disable command line utility" |
2 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" | 2 | HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/rfkill" |
3 | SECTION = "base" | 3 | SECTION = "base" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-0-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c6036d0eb7edbfced28c4160e5d3fa94" |
6 | 6 | ||
7 | SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ | 7 | SRC_URI = "http://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.bz2 \ |