summaryrefslogtreecommitdiff
path: root/ppp
diff options
context:
space:
mode:
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ppp_2.4.1.oe10
1 files changed, 10 insertions, 0 deletions
diff --git a/ppp/ppp_2.4.1.oe b/ppp/ppp_2.4.1.oe
index e69de29bb2..50fa9ff176 100644
--- a/ppp/ppp_2.4.1.oe
+++ b/ppp/ppp_2.4.1.oe
@@ -0,0 +1,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
+