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 | |
parent | bed9c6e971fc409ff02f56dad5961e6edc3bd7ea (diff) | |
download | openembedded-core-997e77603b5c29d11fec2f72322944c0f10561b6.tar.gz openembedded-core-997e77603b5c29d11fec2f72322944c0f10561b6.tar.bz2 openembedded-core-997e77603b5c29d11fec2f72322944c0f10561b6.zip |
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.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" DESCRIPTION = "Enables PPP dial-in through a serial connection" DEPENDS = "ppp" RDEPENDS = "ppp" -PR = "r4" +PR = "r5" LICENSE = "MIT" SRC_URI = "file://host-peer \ @@ -16,6 +16,7 @@ do_install() { install -m 0755 ${WORKDIR}/ppp-dialin ${D}${sbindir} } +PACKAGE_ARCH = "all" pkg_postinst() { if test "x$D" != "x"; then |