diff options
| -rw-r--r-- | meta/packages/ppp-dialin/ppp-dialin_0.1.bb | 3 |
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" | |||
| 2 | DESCRIPTION = "Enables PPP dial-in through a serial connection" | 2 | DESCRIPTION = "Enables PPP dial-in through a serial connection" |
| 3 | DEPENDS = "ppp" | 3 | DEPENDS = "ppp" |
| 4 | RDEPENDS = "ppp" | 4 | RDEPENDS = "ppp" |
| 5 | PR = "r4" | 5 | PR = "r5" |
| 6 | LICENSE = "MIT" | 6 | LICENSE = "MIT" |
| 7 | 7 | ||
| 8 | SRC_URI = "file://host-peer \ | 8 | SRC_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 | ||
| 19 | PACKAGE_ARCH = "all" | ||
| 19 | 20 | ||
| 20 | pkg_postinst() { | 21 | pkg_postinst() { |
| 21 | if test "x$D" != "x"; then | 22 | if test "x$D" != "x"; then |
