diff options
author | Alexander Kanavin <alex@linutronix.de> | 2025-01-08 09:42:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-10 11:10:00 +0000 |
commit | 9c80c18f829b35497f6cdd3871af66a2621d5478 (patch) | |
tree | 1607216d7502df47a94c805717a7ce33ddad7503 | |
parent | 6ffd1a58f9dbcc191a83a96f8df4598ce8190baa (diff) | |
download | poky-9c80c18f829b35497f6cdd3871af66a2621d5478.tar.gz |
ppp: update 2.5.1 -> 2.5.2
License-Update: BSD items clarified to be 2-clause:
https://github.com/ppp-project/ppp/commit/d4ec06ec5839350bd728da0e92a8cb2e1c37d880
passprompt plugin removed upstream.
Add an enable a multilink option, as the build breaks without it at the linking
step (upstream presumably didn't test that it works): https://github.com/ppp-project/ppp/issues/541
(From OE-Core rev: e6ea3ade8f3977ec93c68229d2660bbc335a80a6)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/ppp/ppp_2.5.2.bb (renamed from meta/recipes-connectivity/ppp/ppp_2.5.1.bb) | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.5.1.bb b/meta/recipes-connectivity/ppp/ppp_2.5.2.bb index 89c9789b87..9ea99cc15a 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.5.1.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.5.2.bb | |||
@@ -5,11 +5,11 @@ SECTION = "console/network" | |||
5 | HOMEPAGE = "http://samba.org/ppp/" | 5 | HOMEPAGE = "http://samba.org/ppp/" |
6 | BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs" | 6 | BUGTRACKER = "http://ppp.samba.org/cgi-bin/ppp-bugs" |
7 | DEPENDS = "libpcap virtual/crypt" | 7 | DEPENDS = "libpcap virtual/crypt" |
8 | LICENSE = "BSD-3-Clause & BSD-3-Clause-Attribution & GPL-2.0-or-later & LGPL-2.0-or-later & PD & RSA-MD & MIT" | 8 | LICENSE = "BSD-2-Clause & GPL-2.0-or-later & LGPL-2.0-or-later & PD & RSA-MD & MIT" |
9 | LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=29;md5=1bea10e81fc6f2df105b1f8b733cb149 \ | 9 | LIC_FILES_CHKSUM = "file://pppd/ccp.c;beginline=1;endline=25;md5=f0463bd67ae70535c709fca554089bd8 \ |
10 | file://pppd/plugins/passprompt.c;beginline=1;endline=10;md5=3bcbcdbf0e369c9a3e0b8c8275b065d8 \ | ||
11 | file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \ | 10 | file://pppd/tdb.c;beginline=1;endline=27;md5=4ca3a9991b011038d085d6675ae7c4e6 \ |
12 | file://chat/chat.c;beginline=1;endline=1;md5=234d7d4edd08962c0144e4604050e0b6" | 11 | file://chat/chat.c;beginline=1;endline=1;md5=234d7d4edd08962c0144e4604050e0b6 \ |
12 | " | ||
13 | 13 | ||
14 | SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \ | 14 | SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \ |
15 | file://pon \ | 15 | file://pon \ |
@@ -25,13 +25,14 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \ | |||
25 | file://ppp@.service \ | 25 | file://ppp@.service \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[sha256sum] = "733b7f5840b613da4eab0429a5081293275f06ba8b528e1b8eea6964faf0243a" | 28 | SRC_URI[sha256sum] = "47da358de54a10cb10bf6ff2cf9b1c03c0d3555518f6182e8f701b8e55733cb2" |
29 | 29 | ||
30 | inherit autotools pkgconfig systemd | 30 | inherit autotools pkgconfig systemd |
31 | 31 | ||
32 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} openssl" | 32 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} openssl multilink" |
33 | PACKAGECONFIG[pam] = "--with-pam=yes,--with-pam=no,libpam" | 33 | PACKAGECONFIG[pam] = "--with-pam=yes,--with-pam=no,libpam" |
34 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" | 34 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" |
35 | PACKAGECONFIG[multilink] = "--enable-multilink,--disable-multilink" | ||
35 | 36 | ||
36 | do_install:append () { | 37 | do_install:append () { |
37 | mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d | 38 | mkdir -p ${D}${bindir}/ ${D}${sysconfdir}/init.d |