blob: 50fa9ff1762985713c6fe833b247da8ca3324899 (
plain)
1
2
3
4
5
6
7
8
9
10
|
DEPENDS = virtual/libc
RDEPENDS = libc6
SRC_URI = http://freshmeat.net/redir/pppd/8313/url_tgz/ppp-2.4.1.tar.gz \
file://pppd.patch;patch=1
inherit autotools libtool
EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
EXTRA_OECONF = --disable-strip
|