1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

uim: update and move from gitorious.org

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2015-04-07 22:30:08 +00:00
parent f59d1e8ade
commit 0c3976cc76
2 changed files with 22 additions and 19 deletions
+22
View File
@@ -0,0 +1,22 @@
DESCRIPTION = "Shared Transport Line Discipline User Mode initialisation Manager Daemon"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://uim.c;beginline=1;endline=18;md5=9f0bbfbc10c67689e81a523e2976c31e"
INITSCRIPT_NAME = "uim-sysfs"
INITSCRIPT_PARAMS = "defaults 03"
inherit update-rc.d
SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"
SRC_URI = "git://git.ti.com/ti-bt/uim.git"
S = "${WORKDIR}/git"
EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
do_install() {
install -d ${D}${bindir}
install -m 0755 uim ${D}${bindir}
install -d ${D}${sysconfdir}/init.d
install -m 0755 scripts/uim-sysfs ${D}${sysconfdir}/init.d
}
-19
View File
@@ -1,19 +0,0 @@
DESCRIPTION = "User Mode Initialization Manager for wl12xx devices"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://uim.c;startline=4;endline=12;md5=16a9d6e829218481f8a61797fe2be2e2"
# Doesn't have a version, so we'll make one up
PV = "0.0"
SRCREV = "c73894456df5def97111cb33d2106b684b8b7959"
SRC_URI = "git://gitorious.org/uim/uim.git"
S= "${WORKDIR}/git"
do_install() {
oe_runmake install DESTDIR=${D}
}
# connman has a plugin to handle all this
RCONFLICTS_${PN} += "connman-plugin-tist"
RRECOMMENDS_${PN} = "linux-firmware-wl12xx"