Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 11:51:08 +0000 (11:51 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 22 Aug 2004 11:51:08 +0000 (11:51 +0000)
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

ppp/ppp-2.4.1/poff [new file with mode: 0644]
ppp/ppp-2.4.1/pon [new file with mode: 0644]
ppp/ppp_2.4.1.oe

diff --git a/ppp/ppp-2.4.1/poff b/ppp/ppp-2.4.1/poff
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/ppp/ppp-2.4.1/pon b/ppp/ppp-2.4.1/pon
new file mode 100644 (file)
index 0000000..e69de29
index 0f3f881..266e7a3 100644 (file)
@@ -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