diff options
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/packages/irda-utils/files/init | 8 | ||||
-rw-r--r-- | meta/packages/irda-utils/irda-utils_0.9.16.bb | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/meta/packages/irda-utils/files/init b/meta/packages/irda-utils/files/init index 2d93af34df..63750f187c 100755 --- a/meta/packages/irda-utils/files/init +++ b/meta/packages/irda-utils/files/init | |||
@@ -1,4 +1,12 @@ | |||
1 | #! /bin/sh | 1 | #! /bin/sh |
2 | ### BEGIN INIT INFO | ||
3 | # Provides: irda | ||
4 | # Required-Start: $network $remote_fs | ||
5 | # Required-Stop: $network $remote_fs | ||
6 | # Default-Start: 2 3 4 5 | ||
7 | # Default-Stop: 0 1 6 | ||
8 | # Short-Description: Infrared port support | ||
9 | ### END INIT INFO | ||
2 | 10 | ||
3 | module_id() { | 11 | module_id() { |
4 | awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo | 12 | awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo |
diff --git a/meta/packages/irda-utils/irda-utils_0.9.16.bb b/meta/packages/irda-utils/irda-utils_0.9.16.bb index 19bcdf397c..5e8ded6215 100644 --- a/meta/packages/irda-utils/irda-utils_0.9.16.bb +++ b/meta/packages/irda-utils/irda-utils_0.9.16.bb | |||
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \ | |||
3 | such as phones and laptops." | 3 | such as phones and laptops." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPL" | 5 | LICENSE = "GPL" |
6 | PR = "r8" | 6 | PR = "r9" |
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ |
9 | file://configure.patch;patch=1 \ | 9 | file://configure.patch;patch=1 \ |