[oe-commits] org.oe.dev ppp-dialin: Not machine-dependent.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Jan 14 23:22:05 UTC 2008


ppp-dialin: Not machine-dependent.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 9c744cf7d71ed37b664dc2cd67586dfaea5ee932
ViewMTN: http://monotone.openembedded.org/revision/info/9c744cf7d71ed37b664dc2cd67586dfaea5ee932
Files:
1
packages/ppp-dialin/ppp-dialin_0.1.bb
Diffs:

#
# mt diff -r6fb1b5b4c03778468bf825511b27d79520c6a900 -r9c744cf7d71ed37b664dc2cd67586dfaea5ee932
#
# 
# 
# patch "packages/ppp-dialin/ppp-dialin_0.1.bb"
#  from [f4333082495bb63c50b8db64800d2ecba27c6405]
#    to [e838c3f9f295491e08c1860d566389a718c6cb46]
# 
============================================================
--- packages/ppp-dialin/ppp-dialin_0.1.bb	f4333082495bb63c50b8db64800d2ecba27c6405
+++ packages/ppp-dialin/ppp-dialin_0.1.bb	e838c3f9f295491e08c1860d566389a718c6cb46
@@ -1,8 +1,8 @@ RDEPENDS = "ppp"
 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






More information about the Openembedded-commits mailing list