mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 06:32:13 +02:00
ppp: Install net/ppp_defs.h on musl
This header is used by other apps e.g. ippool glibc provides an internal version which it should not (From OE-Core rev: fe24a5d24cb2f6af9b5dd20089e36afe99e88ea1) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -80,6 +80,10 @@ do_install_append () {
|
||||
chmod u+s ${D}${sbindir}/pppd
|
||||
}
|
||||
|
||||
do_install_append_libc-musl () {
|
||||
install -Dm 0644 ${S}/include/net/ppp_defs.h ${D}${includedir}/net/ppp_defs.h
|
||||
}
|
||||
|
||||
CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options"
|
||||
PACKAGES =+ "${PN}-oa ${PN}-oe ${PN}-radius ${PN}-winbind ${PN}-minconn ${PN}-password ${PN}-l2tp ${PN}-tools"
|
||||
FILES_${PN} = "${sysconfdir} ${bindir} ${sbindir}/chat ${sbindir}/pppd ${systemd_unitdir}/system/ppp@.service"
|
||||
|
||||
Reference in New Issue
Block a user