diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-01 12:55:37 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-08-01 12:55:37 +0000 |
commit | aa315fbacbff9cc6bbc317dfa860bf589d936b92 (patch) | |
tree | 85972967015b4d10f9d9977e9d88e6a1f527d046 | |
parent | 429ea69a0e5a30a31381e49794b531a3849b6487 (diff) | |
download | poky-aa315fbacbff9cc6bbc317dfa860bf589d936b92.tar.gz |
irda-utils: added initscripts dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5002 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 \ |