]> code.ossystems Code Review - openembedded-core.git/commitdiff
irda-utils: added initscripts dependencies
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 1 Aug 2008 12:55:37 +0000 (12:55 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 1 Aug 2008 12:55:37 +0000 (12:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5002 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/irda-utils/files/init
meta/packages/irda-utils/irda-utils_0.9.16.bb

index 2d93af34dfb9f29d1ae27055c0cabf227931423d..63750f187c4d879c6197e0afe4d99aa57c7a21cb 100755 (executable)
@@ -1,4 +1,12 @@
 #! /bin/sh
+### BEGIN INIT INFO
+# Provides:          irda
+# Required-Start:    $network $remote_fs
+# Required-Stop:     $network $remote_fs
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Infrared port support
+### END INIT INFO
 
 module_id() {
         awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
index 19bcdf397c6623210710db339280116e3ba2718e..5e8ded62158e779af5598ce8325d6604f97fddab 100644 (file)
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \
 such as phones and laptops."
 SECTION = "base"
 LICENSE = "GPL"
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
           file://configure.patch;patch=1 \