diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 15:23:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-01-18 15:23:37 +0000 |
commit | 997e77603b5c29d11fec2f72322944c0f10561b6 (patch) | |
tree | 1d374a4d0213826750820e62b961570d22fb3149 /meta/packages/ppp-dialin/ppp-dialin_0.1.bb | |
parent | bed9c6e971fc409ff02f56dad5961e6edc3bd7ea (diff) | |
download | poky-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/ppp-dialin_0.1.bb')
-rw-r--r-- | meta/packages/ppp-dialin/ppp-dialin_0.1.bb | 3 |
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" | |||
2 | DESCRIPTION = "Enables PPP dial-in through a serial connection" | 2 | DESCRIPTION = "Enables PPP dial-in through a serial connection" |
3 | DEPENDS = "ppp" | 3 | DEPENDS = "ppp" |
4 | RDEPENDS = "ppp" | 4 | RDEPENDS = "ppp" |
5 | PR = "r4" | 5 | PR = "r5" |
6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
7 | 7 | ||
8 | SRC_URI = "file://host-peer \ | 8 | SRC_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 | ||
19 | PACKAGE_ARCH = "all" | ||
19 | 20 | ||
20 | pkg_postinst() { | 21 | pkg_postinst() { |
21 | if test "x$D" != "x"; then | 22 | if test "x$D" != "x"; then |