diff options
author | Denys Dmytriyenko <denys@ti.com> | 2015-04-07 22:30:08 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-04-08 18:43:36 -0400 |
commit | 0c3976cc76e073af1c4c7126a77e176556757925 (patch) | |
tree | 246a733f9cf7cc00931c674d8522e8e9e1c433de /recipes-connectivity/uim/uim_8.5.bb | |
parent | f59d1e8ade4c685bc61abb5705d6e20ae7e6f7ca (diff) | |
download | meta-ti-0c3976cc76e073af1c4c7126a77e176556757925.tar.gz |
uim: update and move from gitorious.org
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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 | } | ||