blob: 0f3f88162e51dc64d4fe9a731b0a8e08e19c1183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "Point-to-Point Protocol (PPP) daemon"
PR = "r1"
SRC_URI = http://freshmeat.net/redir/pppd/8313/url_tgz/ppp-2.4.1.tar.gz \
file://pppd.patch;patch=1 \
file://man.patch;patch=1
inherit autotools libtool
EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
EXTRA_OECONF = --disable-strip
|