aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-04-14 08:14:20 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-04-14 08:14:20 +0300
commita3b34eaf45233f8c15aa60a0a04b53967808d826 (patch)
tree6ffc788e94b69d1720d715eca5d2364394a22936
parent9f8fb2cd9d1a4d25e8259b8bca5b7f8aa2923c46 (diff)
gator: update to 5.18 release
* drop AUTOREV * bump PV to 5.18+ * drop PR * fix style issues Change-Id: I228644bb6d7431cff900035fcbb6f11b850070e6 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
-rw-r--r--meta-linaro/recipes-kernel/gator/gator_git.bb16
1 files changed, 5 insertions, 11 deletions
diff --git a/meta-linaro/recipes-kernel/gator/gator_git.bb b/meta-linaro/recipes-kernel/gator/gator_git.bb
index edd4945e..408a032c 100644
--- a/meta-linaro/recipes-kernel/gator/gator_git.bb
+++ b/meta-linaro/recipes-kernel/gator/gator_git.bb
@@ -1,20 +1,16 @@
+SUMMARY = "DS-5 Gator daemon"
DESCRIPTION = "Target-side daemon gathering data for ARM Streamline Performance Analyzer."
-SUMMARY = "DS-5 Gator daemon"
-
LICENSE = "GPL-2"
LIC_FILES_CHKSUM = "file://driver/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-
-inherit update-rc.d
+SRCREV = "b7d5d4453493920a30a4a872cefa6daeaa3fb925"
+PV = "5.18+git${SRCPV}"
SRC_URI = "git://git.linaro.org/arm/ds5/gator.git;protocol=http \
- file://gator.init "
-
-SRCREV = "${AUTOREV}"
+ file://gator.init"
S = "${WORKDIR}/git"
-PV = "5.15+git${SRCPV}"
-PR = "r1"
+inherit update-rc.d
do_compile() {
cd daemon
@@ -25,9 +21,7 @@ do_compile() {
do_install() {
install -D -p -m0755 daemon/gatord ${D}/${sbindir}/gatord
install -D -p -m0755 ${WORKDIR}/gator.init ${D}/${sysconfdir}/init.d/gator
-
}
INITSCRIPT_NAME = "gator"
INITSCRIPT_PARAMS = "defaults 66"
-