summaryrefslogtreecommitdiff
path: root/ppp
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-08-22 11:51:08 +0000
committerPhil Blundell <philb@gnu.org>2004-08-22 11:51:08 +0000
commitcd1744c291bffc0846d2e111256e2738d87e939c (patch)
tree69d956be7b15eba3bf63be05a256773c7a79f2c1 /ppp
parentf4f5e4d251e07dc3ca5373c00ff285688515ffe7 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into stealth.(none):/home/pb/oe/oe-packages 2004/08/22 12:16:44+01:00 nexus.co.uk!pb add pon and poff, courtesy Florian Boor BKrev: 412888acfwQMTxingKIzfDgr5DuDnw
Diffstat (limited to 'ppp')
-rw-r--r--ppp/ppp-2.4.1/poff0
-rw-r--r--ppp/ppp-2.4.1/pon0
-rw-r--r--ppp/ppp_2.4.1.oe13
3 files changed, 10 insertions, 3 deletions
diff --git a/ppp/ppp-2.4.1/poff b/ppp/ppp-2.4.1/poff
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ppp/ppp-2.4.1/poff
diff --git a/ppp/ppp-2.4.1/pon b/ppp/ppp-2.4.1/pon
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/ppp/ppp-2.4.1/pon
diff --git a/ppp/ppp_2.4.1.oe b/ppp/ppp_2.4.1.oe
index 0f3f88162e..266e7a3bd1 100644
--- a/ppp/ppp_2.4.1.oe
+++ b/ppp/ppp_2.4.1.oe
@@ -1,11 +1,18 @@
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 \
+PR = "r2"
+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
+ file://man.patch;patch=1 \
+ file://pon \
+ file://poff"
inherit autotools libtool
EXTRA_OEMAKE = "STRIPPROG=arm-linux-strip"
EXTRA_OECONF = --disable-strip
+do_install_append () {
+ install -d ${D}${bindir}/
+ install -m 0755 ${WORKDIR}/pon ${D}${bindir}/pon
+ install -m 0755 ${WORKDIR}/poff ${D}${bindir}/poff
+} \ No newline at end of file