mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +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/"
|
||||
DEPENDS = "libpcap"
|
||||
LICENSE = "BSD GPLv2"
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
|
||||
file://makefile.patch;patch=1 \
|
||||
@@ -43,9 +43,14 @@ do_install_append () {
|
||||
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"
|
||||
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}-dbg += "/usr/lib/pppd/2.4.3/.debug"
|
||||
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-oe = "/usr/sbin/pppoe-discovery /usr/lib/pppd/2.4.3/rp-pppoe.so"
|
||||
|
||||
Reference in New Issue
Block a user