mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
285aeaee51
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
20 lines
538 B
BlitzBasic
20 lines
538 B
BlitzBasic
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"
|