diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-05-07 23:01:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-08 23:00:32 +0100 |
commit | 602667a2b87947cec538d42034d21e0610dd5728 (patch) | |
tree | 228ce12436c50e04b420285a975e594fff0728aa /meta/recipes-connectivity | |
parent | 9d3a11aa2a8a379a60c61d1673418f9efb54a95d (diff) | |
download | poky-602667a2b87947cec538d42034d21e0610dd5728.tar.gz |
wpa-supplicant: update to 2.8
License checksums were changed due to modified copyright years.
(From OE-Core rev: d6df8c1a7766e5df6351bb56f905664394cbdcc0)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.8.bb (renamed from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.8.bb index fe5fa2b82e..bd4167c314 100644 --- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.7.bb +++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.8.bb | |||
@@ -3,9 +3,9 @@ HOMEPAGE = "http://w1.fi/wpa_supplicant/" | |||
3 | BUGTRACKER = "http://w1.fi/security/" | 3 | BUGTRACKER = "http://w1.fi/security/" |
4 | SECTION = "network" | 4 | SECTION = "network" |
5 | LICENSE = "BSD" | 5 | LICENSE = "BSD" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a3791c270ad6bb026707d17bf750e5ef \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=279b4f5abb9c153c285221855ddb78cc \ |
7 | file://README;beginline=1;endline=56;md5=495cbce6008253de4b4d8f4cdfae9f4f \ | 7 | file://README;beginline=1;endline=56;md5=e7d3dbb01f75f0b9799e192731d1e1ff \ |
8 | file://wpa_supplicant/wpa_supplicant.c;beginline=1;endline=12;md5=a5687903a31b8679e6a06b3afa5c819e" | 8 | file://wpa_supplicant/wpa_supplicant.c;beginline=1;endline=12;md5=0a8b56d3543498b742b9c0e94cc2d18b" |
9 | DEPENDS = "dbus libnl" | 9 | DEPENDS = "dbus libnl" |
10 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" | 10 | RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli" |
11 | 11 | ||
@@ -26,8 +26,8 @@ SRC_URI = "http://w1.fi/releases/wpa_supplicant-${PV}.tar.gz \ | |||
26 | file://99_wpa_supplicant \ | 26 | file://99_wpa_supplicant \ |
27 | file://0001-replace-systemd-install-Alias-with-WantedBy.patch \ | 27 | file://0001-replace-systemd-install-Alias-with-WantedBy.patch \ |
28 | " | 28 | " |
29 | SRC_URI[md5sum] = "a68538fb62766f40f890125026c42c10" | 29 | SRC_URI[md5sum] = "0af5998c5d924e985cab16b9a1c77904" |
30 | SRC_URI[sha256sum] = "76ea6b06b7a2ea8e6d9eb1a9166166f1656e6d48c7508914f592100c95c73074" | 30 | SRC_URI[sha256sum] = "a689336a12a99151b9de5e25bfccadb88438f4f4438eb8db331cd94346fd3d96" |
31 | 31 | ||
32 | CVE_PRODUCT = "wpa_supplicant" | 32 | CVE_PRODUCT = "wpa_supplicant" |
33 | 33 | ||