diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2024-08-12 22:08:53 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-08-14 10:19:24 -0400 |
commit | 142c97ff8ea5f2053bbb99823f5931fc8f3eb533 (patch) | |
tree | fea576e1c10429820c98b45d26d143f259bebe71 | |
parent | 8c4769623d072cf11c99c847c01be7047e4aa33c (diff) | |
download | meta-openembedded-142c97ff8ea5f2053bbb99823f5931fc8f3eb533.tar.gz |
hostapd: Only include the relevant parts from README in LIC_FILES_CHKSUM
Only include the lines from the README that cover the copyright and the
license text.
License-Update: Only include the relevant parts of the README
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb index 3383f6cac5..3c5f78f91a 100644 --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.10.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "User space daemon for extended IEEE 802.11 management" | |||
2 | HOMEPAGE = "http://w1.fi/hostapd/" | 2 | HOMEPAGE = "http://w1.fi/hostapd/" |
3 | SECTION = "kernel/userland" | 3 | SECTION = "kernel/userland" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://hostapd/README;md5=c905478466c90f1cefc0df987c40e172" | 5 | LIC_FILES_CHKSUM = "file://hostapd/README;beginline=5;endline=47;md5=aa03b8bd6216d1a7ca01fd4b89863073" |
6 | 6 | ||
7 | DEPENDS = "libnl openssl" | 7 | DEPENDS = "libnl openssl" |
8 | 8 | ||