[meta-ti] [PATCH] uim: update and move from gitorious.org

Denys Dmytriyenko denis at denix.org
Tue Apr 7 09:30:08 PDT 2015


From: Denys Dmytriyenko <denys at ti.com>

Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
 recipes-connectivity/uim/uim_8.5.bb | 22 ++++++++++++++++++++++
 recipes-connectivity/uim/uim_git.bb | 19 -------------------
 2 files changed, 22 insertions(+), 19 deletions(-)
 create mode 100644 recipes-connectivity/uim/uim_8.5.bb
 delete mode 100644 recipes-connectivity/uim/uim_git.bb

diff --git a/recipes-connectivity/uim/uim_8.5.bb b/recipes-connectivity/uim/uim_8.5.bb
new file mode 100644
index 0000000..ac9dc51
--- /dev/null
+++ b/recipes-connectivity/uim/uim_8.5.bb
@@ -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
+}
diff --git a/recipes-connectivity/uim/uim_git.bb b/recipes-connectivity/uim/uim_git.bb
deleted file mode 100644
index c8265e9..0000000
--- a/recipes-connectivity/uim/uim_git.bb
+++ /dev/null
@@ -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"
-- 
2.2.0



More information about the meta-ti mailing list