diff options
Diffstat (limited to 'meta/recipes-connectivity/ppp/ppp_2.5.2.bb')
| -rw-r--r-- | meta/recipes-connectivity/ppp/ppp_2.5.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ppp/ppp_2.5.2.bb b/meta/recipes-connectivity/ppp/ppp_2.5.2.bb index 5565ce51cf..aed4a9a770 100644 --- a/meta/recipes-connectivity/ppp/ppp_2.5.2.bb +++ b/meta/recipes-connectivity/ppp/ppp_2.5.2.bb | |||
| @@ -24,13 +24,14 @@ SRC_URI = "https://download.samba.org/pub/${BPN}/${BP}.tar.gz \ | |||
| 24 | file://provider \ | 24 | file://provider \ |
| 25 | file://ppp@.service \ | 25 | file://ppp@.service \ |
| 26 | file://0001-pppdump-Fixed-building-with-GCC-15-548.patch \ | 26 | file://0001-pppdump-Fixed-building-with-GCC-15-548.patch \ |
| 27 | file://0001-pppd-pppdconf.h-remove-erroneous-generated-header.patch \ | ||
| 27 | " | 28 | " |
| 28 | 29 | ||
| 29 | SRC_URI[sha256sum] = "47da358de54a10cb10bf6ff2cf9b1c03c0d3555518f6182e8f701b8e55733cb2" | 30 | SRC_URI[sha256sum] = "47da358de54a10cb10bf6ff2cf9b1c03c0d3555518f6182e8f701b8e55733cb2" |
| 30 | 31 | ||
| 31 | inherit autotools pkgconfig systemd | 32 | inherit autotools pkgconfig systemd |
| 32 | 33 | ||
| 33 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} openssl multilink" | 34 | PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} openssl" |
| 34 | PACKAGECONFIG[pam] = "--with-pam=yes,--with-pam=no,libpam" | 35 | PACKAGECONFIG[pam] = "--with-pam=yes,--with-pam=no,libpam" |
| 35 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" | 36 | PACKAGECONFIG[openssl] = "--with-openssl=yes,--with-openssl=no,openssl" |
| 36 | PACKAGECONFIG[multilink] = "--enable-multilink,--disable-multilink" | 37 | PACKAGECONFIG[multilink] = "--enable-multilink,--disable-multilink" |
