diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-07-22 10:42:02 +0200 |
---|---|---|
committer | Koen Kooi <koen.kooi@linaro.org> | 2014-08-01 07:04:44 +0000 |
commit | 384a45658c0df5d6e0bb4cedeb62bda502597054 (patch) | |
tree | 4ef778bee9159b55b4896e7d5d14ce93b70dbbc5 /meta-linaro | |
parent | 4d8a7fae91027df05e439ad5e4a980263729b167 (diff) | |
download | meta-linaro-384a45658c0df5d6e0bb4cedeb62bda502597054.tar.gz |
gator: use 'linaro' branch
The branches are identical at this point, so SRCREV can stay the same.
Also prettify recipe a bit.
Change-Id: I481f088935d45ac56e172dda4c52462dd47ed804
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Diffstat (limited to 'meta-linaro')
-rw-r--r-- | meta-linaro/recipes-kernel/gator/gator_git.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-linaro/recipes-kernel/gator/gator_git.bb b/meta-linaro/recipes-kernel/gator/gator_git.bb index 748a81c7..d9ae1636 100644 --- a/meta-linaro/recipes-kernel/gator/gator_git.bb +++ b/meta-linaro/recipes-kernel/gator/gator_git.bb @@ -1,11 +1,13 @@ SUMMARY = "DS-5 Gator daemon" DESCRIPTION = "Target-side daemon gathering data for ARM Streamline Performance Analyzer." + LICENSE = "GPL-2" LIC_FILES_CHKSUM = "file://driver/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + SRCREV = "ba783f1443773505231ac2808c9a3716c3c2f3ae" PV = "5.18+git${SRCPV}" -SRC_URI = "git://git.linaro.org/arm/ds5/gator.git;protocol=http \ +SRC_URI = "git://git.linaro.org/arm/ds5/gator.git;protocol=http;branch=linaro \ file://gator.init" S = "${WORKDIR}/git" |