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
This commit is contained in:
Marcin Juszkiewicz 2008-01-18 15:23:37 +00:00
parent bed9c6e971
commit 997e77603b
1 changed files with 2 additions and 1 deletions

View 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