diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-22 12:56:38 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-22 12:56:38 +0000 |
commit | 0a5c898c901401ac0045bca5adfca569c8383bed (patch) | |
tree | afe136c5b5243f84fb6d90ccf92c9afe7406db08 /meta/packages | |
parent | 40baa24c2a9aad19f1f6e4ce946939dc96fa58fd (diff) | |
download | poky-0a5c898c901401ac0045bca5adfca569c8383bed.tar.gz |
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
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/ppp/ppp_2.4.3.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/ppp/ppp_2.4.3.bb b/meta/packages/ppp/ppp_2.4.3.bb index c687df3615..2897f63804 100644 --- a/meta/packages/ppp/ppp_2.4.3.bb +++ b/meta/packages/ppp/ppp_2.4.3.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "Point-to-Point Protocol (PPP) daemon" | |||
3 | HOMEPAGE = "http://samba.org/ppp/" | 3 | HOMEPAGE = "http://samba.org/ppp/" |
4 | DEPENDS = "libpcap" | 4 | DEPENDS = "libpcap" |
5 | LICENSE = "BSD GPLv2" | 5 | LICENSE = "BSD GPLv2" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ | 8 | SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ |
9 | file://makefile.patch;patch=1 \ | 9 | file://makefile.patch;patch=1 \ |
@@ -43,9 +43,14 @@ do_install_append () { | |||
43 | rm -rf ${D}/${mandir}/man8/man8 | 43 | rm -rf ${D}/${mandir}/man8/man8 |
44 | } | 44 | } |
45 | 45 | ||
46 | do_stage () { | ||
47 | make INCDIR=${STAGING_INCDIR} install-devel | ||
48 | } | ||
49 | |||
46 | CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" | 50 | CONFFILES_${PN} = "${sysconfdir}/ppp/pap-secrets ${sysconfdir}/ppp/chap-secrets ${sysconfdir}/ppp/options" |
47 | PACKAGES += "ppp-oa ppp-oe ppp-radius ppp-winbind ppp-minconn ppp-password ppp-tools" | 51 | PACKAGES += "ppp-oa ppp-oe ppp-radius ppp-winbind ppp-minconn ppp-password ppp-tools" |
48 | FILES_${PN} = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd" | 52 | FILES_${PN} = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd" |
53 | FILES_${PN}-dbg += "/usr/lib/pppd/2.4.3/.debug" | ||
49 | FILES_${PN}_nylon = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd /usr/sbin/tdbread" | 54 | FILES_${PN}_nylon = "/etc /usr/bin /usr/sbin/chat /usr/sbin/pppd /usr/sbin/tdbread" |
50 | FILES_ppp-oa = "/usr/lib/pppd/2.4.3/pppoatm.so" | 55 | FILES_ppp-oa = "/usr/lib/pppd/2.4.3/pppoatm.so" |
51 | FILES_ppp-oe = "/usr/sbin/pppoe-discovery /usr/lib/pppd/2.4.3/rp-pppoe.so" | 56 | FILES_ppp-oe = "/usr/sbin/pppoe-discovery /usr/lib/pppd/2.4.3/rp-pppoe.so" |