mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user