mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
uim: update and move from gitorious.org
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
22
recipes-connectivity/uim/uim_8.5.bb
Normal file
22
recipes-connectivity/uim/uim_8.5.bb
Normal 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
|
||||
}
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user