]> code.ossystems Code Review - openembedded-core.git/commitdiff
ppp-dialin: make it machine independent (from OE)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 18 Jan 2008 15:23:37 +0000 (15:23 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 18 Jan 2008 15:23:37 +0000 (15:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3544 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ppp-dialin/ppp-dialin_0.1.bb

index f0d410e4550bad54ead6c414696a7c3135f4d0bf..6861d8ad44f8979c44a83f22dfedd8656adfaf05 100644 (file)
@@ -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