diff options
Diffstat (limited to 'recipes-connectivity/uim/uim_8.5.bb')
-rw-r--r-- | recipes-connectivity/uim/uim_8.5.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-connectivity/uim/uim_8.5.bb b/recipes-connectivity/uim/uim_8.5.bb new file mode 100644 index 00000000..ac9dc51c --- /dev/null +++ b/recipes-connectivity/uim/uim_8.5.bb | |||
@@ -0,0 +1,22 @@ | |||
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 | EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc" | ||
16 | |||
17 | do_install() { | ||
18 | install -d ${D}${bindir} | ||
19 | install -m 0755 uim ${D}${bindir} | ||
20 | install -d ${D}${sysconfdir}/init.d | ||
21 | install -m 0755 scripts/uim-sysfs ${D}${sysconfdir}/init.d | ||
22 | } | ||