summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/ppp-dialin/ppp-dialin_0.1.bb3
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"
2DESCRIPTION = "Enables PPP dial-in through a serial connection" 2DESCRIPTION = "Enables PPP dial-in through a serial connection"
3DEPENDS = "ppp" 3DEPENDS = "ppp"
4RDEPENDS = "ppp" 4RDEPENDS = "ppp"
5PR = "r4" 5PR = "r5"
6LICENSE = "MIT" 6LICENSE = "MIT"
7 7
8SRC_URI = "file://host-peer \ 8SRC_URI = "file://host-peer \
@@ -16,6 +16,7 @@ do_install() {
16 install -m 0755 ${WORKDIR}/ppp-dialin ${D}${sbindir} 16 install -m 0755 ${WORKDIR}/ppp-dialin ${D}${sbindir}
17} 17}
18 18
19PACKAGE_ARCH = "all"
19 20
20pkg_postinst() { 21pkg_postinst() {
21if test "x$D" != "x"; then 22if test "x$D" != "x"; then