mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
ppp: Fix debug packaging, and stage the pppd headers
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2771 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "Point-to-Point Protocol (PPP) daemon"
|
|||||||
HOMEPAGE = "http://samba.org/ppp/"
|
HOMEPAGE = "http://samba.org/ppp/"
|
||||||
DEPENDS = "libpcap"
|
DEPENDS = "libpcap"
|
||||||
LICENSE = "BSD GPLv2"
|
LICENSE = "BSD GPLv2"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
|
SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
|
||||||
file://makefile.patch;patch=1 \
|
file://makefile.patch;patch=1 \
|
||||||
@@ -43,9 +43,14 @@ do_install_append () {
|
|||||||
rm -rf ${D}/${mandir}/man8/man8
|
rm -rf ${D}/${mandir}/man8/man8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_stage () {
|
||||||
|
make INCDIR=${STAGING_INCDIR} install-devel
|
||||||
|
}
|
||||||
|
|
||||||
CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options"
|
CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options"
|
||||||
PACKAGES += "ppp-oa ppp-oe ppp-radius ppp-winbind ppp-minconn ppp-password ppp-tools"
|
PACKAGES += "ppp-oa ppp-oe ppp-radius ppp-winbind ppp-minconn ppp-password ppp-tools"
|
||||||
FILES_${PN} = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd"
|
FILES_${PN} = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd"
|
||||||
|
FILES_${PN}-dbg += "/usr/lib/pppd/2.4.3/.debug"
|
||||||
FILES_${PN}_nylon = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd /usr/sbin/tdbread"
|
FILES_${PN}_nylon = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd /usr/sbin/tdbread"
|
||||||
FILES_ppp-oa = "/usr/lib/pppd/2.4.3/pppoatm.so"
|
FILES_ppp-oa = "/usr/lib/pppd/2.4.3/pppoatm.so"
|
||||||
FILES_ppp-oe = "/usr/sbin/pppoe-discovery /usr/lib/pppd/2.4.3/rp-pppoe.so"
|
FILES_ppp-oe = "/usr/sbin/pppoe-discovery /usr/lib/pppd/2.4.3/rp-pppoe.so"
|
||||||
|
|||||||
Reference in New Issue
Block a user