summaryrefslogtreecommitdiffstats
path: root/meta/packages/ppp-dialin
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 15:23:37 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-01-18 15:23:37 +0000
commit997e77603b5c29d11fec2f72322944c0f10561b6 (patch)
tree1d374a4d0213826750820e62b961570d22fb3149 /meta/packages/ppp-dialin
parentbed9c6e971fc409ff02f56dad5961e6edc3bd7ea (diff)
downloadpoky-997e77603b5c29d11fec2f72322944c0f10561b6.tar.gz
ppp-dialin: make it machine independent (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3544 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ppp-dialin')
-rw-r--r--meta/packages/ppp-dialin/ppp-dialin_0.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/ppp-dialin/ppp-dialin_0.1.bb b/meta/packages/ppp-dialin/ppp-dialin_0.1.bb
index f0d410e455..6861d8ad44 100644
--- a/meta/packages/ppp-dialin/ppp-dialin_0.1.bb
+++ b/meta/packages/ppp-dialin/ppp-dialin_0.1.bb
@@ -2,7 +2,7 @@ SECTION = "console/network"
2DESCRIPTION = "Enables PPP dial-in through a serial connection" 2DESCRIPTION = "Enables PPP dial-in through a serial connection"
3DEPENDS = "ppp" 3DEPENDS = "ppp"
4RDEPENDS = "ppp" 4RDEPENDS = "ppp"
5PR = "r4" 5PR = "r5"
6LICENSE = "MIT" 6LICENSE = "MIT"
7 7
8SRC_URI = "file://host-peer \ 8SRC_URI = "file://host-peer \
@@ -16,6 +16,7 @@ do_install() {
16 install -m 0755 ${WORKDIR}/ppp-dialin ${D}${sbindir} 16 install -m 0755 ${WORKDIR}/ppp-dialin ${D}${sbindir}
17} 17}
18 18
19PACKAGE_ARCH = "all"
19 20
20pkg_postinst() { 21pkg_postinst() {
21if test "x$D" != "x"; then 22if test "x$D" != "x"; then