mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
irda-utils: added initscripts dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5002 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,4 +1,12 @@
|
|||||||
#! /bin/sh
|
#! /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() {
|
module_id() {
|
||||||
awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
|
awk 'BEGIN { FS=": " } /Hardware/ { print $2 } ' </proc/cpuinfo
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ IrDA allows communication over Infrared with other devices \
|
|||||||
such as phones and laptops."
|
such as phones and laptops."
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
PR = "r8"
|
PR = "r9"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
|
||||||
file://configure.patch;patch=1 \
|
file://configure.patch;patch=1 \
|
||||||
|
|||||||
Reference in New Issue
Block a user