diff options
Diffstat (limited to 'recipes-connectivity/uim/uim-sysfs_8.5.bb')
-rw-r--r-- | recipes-connectivity/uim/uim-sysfs_8.5.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-connectivity/uim/uim-sysfs_8.5.bb b/recipes-connectivity/uim/uim-sysfs_8.5.bb new file mode 100644 index 00000000..72e2166f --- /dev/null +++ b/recipes-connectivity/uim/uim-sysfs_8.5.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "Shared Transport Line Discipline User Mode initialisation Manager Daemon" | ||
2 | LICENSE = "GPLv2+" | ||
3 | LIC_FILES_CHKSUM = "file://uim.c;beginline=1;endline=18;md5=9f0bbfbc10c67689e81a523e2976c31e" | ||
4 | |||
5 | INITSCRIPT_NAME = "uim-sysfs" | ||
6 | INITSCRIPT_PARAMS = "defaults 03" | ||
7 | |||
8 | inherit update-rc.d | ||
9 | |||
10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" | ||
11 | SRC_URI = "git://git.ti.com/ti-bt/uim.git" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_install() { | ||
16 | install -d ${D}${bindir} | ||
17 | install -m 0755 uim ${D}${bindir} | ||
18 | install -d ${D}${sysconfdir}/init.d | ||
19 | install -m 0755 scripts/uim-sysfs ${D}${sysconfdir}/init.d | ||
20 | } | ||