summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/ppp/ppp_2.4.3.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
committerRichard Purdie <richard@openedhand.com>2006-02-10 14:33:55 +0000
commit5fb35ca11147ed30c619cf93e19331fd835f3da9 (patch)
tree45f05442e8a91453bfea03a29fb3cb96f49d80e5 /openembedded/packages/ppp/ppp_2.4.3.bb
parent42dfbb2a0223ba5d091f053ad5401ecce6446e41 (diff)
downloadpoky-5fb35ca11147ed30c619cf93e19331fd835f3da9.tar.gz
Apply more chanegs from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@272 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/ppp/ppp_2.4.3.bb')
-rw-r--r--openembedded/packages/ppp/ppp_2.4.3.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/ppp/ppp_2.4.3.bb b/openembedded/packages/ppp/ppp_2.4.3.bb
index 8701efc556..b8253a1a5a 100644
--- a/openembedded/packages/ppp/ppp_2.4.3.bb
+++ b/openembedded/packages/ppp/ppp_2.4.3.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Point-to-Point Protocol (PPP) daemon"
3HOMEPAGE = "http://samba.org/ppp/" 3HOMEPAGE = "http://samba.org/ppp/"
4DEPENDS = "libpcap" 4DEPENDS = "libpcap"
5LICENSE = "BSD GPLv2" 5LICENSE = "BSD GPLv2"
6PR = "r0" 6PR = "r1"
7 7
8SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \ 8SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
9 file://makefile.patch;patch=1 \ 9 file://makefile.patch;patch=1 \
@@ -12,6 +12,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
12 file://plugins-fix-CC.patch;patch=1 \ 12 file://plugins-fix-CC.patch;patch=1 \
13 file://pppoatm-makefile.patch;patch=1 \ 13 file://pppoatm-makefile.patch;patch=1 \
14 file://enable-ipv6.patch;patch=1 \ 14 file://enable-ipv6.patch;patch=1 \
15 file://makefile-remove-hard-usr-reference.patch;patch=1 \
15 file://pon \ 16 file://pon \
16 file://poff \ 17 file://poff \
17 file://init \ 18 file://init \
@@ -24,7 +25,7 @@ SRC_URI = "ftp://ftp.samba.org/pub/ppp/ppp-${PV}.tar.gz \
24inherit autotools 25inherit autotools
25 26
26EXTRA_OEMAKE = "STRIPPROG=${STRIP} MANDIR=${D}${datadir}/man/man8 INCDIR=${D}/usr/include LIBDIR=${D}/usr/lib/pppd/${PV} BINDIR=${D}/usr/sbin" 27EXTRA_OEMAKE = "STRIPPROG=${STRIP} MANDIR=${D}${datadir}/man/man8 INCDIR=${D}/usr/include LIBDIR=${D}/usr/lib/pppd/${PV} BINDIR=${D}/usr/sbin"
27EXTRA_OECONF = --disable-strip 28EXTRA_OECONF = "--disable-strip"
28 29
29do_install_append () { 30do_install_append () {
30 make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp 31 make install-etcppp ETCDIR=${D}/${sysconfdir}/ppp
@@ -60,7 +61,7 @@ DESCRIPTION_ppp-password = "Plugin for PPP to get passwords via a pipe"
60DESCRIPTION_ppp-tools = "The pppdump and pppstats utitilities" 61DESCRIPTION_ppp-tools = "The pppdump and pppstats utitilities"
61RDEPENDS_ppp_minconn += "libpcap0.8" 62RDEPENDS_ppp_minconn += "libpcap0.8"
62 63
63pkg_postinst() { 64pkg_postinst_${PN}() {
64if test "x$D" != "x"; then 65if test "x$D" != "x"; then
65 exit 1 66 exit 1
66else 67else