summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/apptrk/apptrk_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-05-12 11:48:19 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-08-12 11:41:02 -0300
commitd46bb71a37dc7ebcfd75b49c59b43fb96b71488d (patch)
tree3f28fc3abe564c17beb51857a04ed579284e960c /recipes-bsp/apptrk/apptrk_git.bb
parent6b396ec236c23462601f96f5db45de86052f38dd (diff)
downloadmeta-freescale-d46bb71a37dc7ebcfd75b49c59b43fb96b71488d.tar.gz
apptrk: update to 873f44c
Changelog: 873f44c Use unified EULA file f0ef785 Update End-User License Agreement df1f1d8 ARM Support for hardware breakpoints and watchpoints Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/apptrk/apptrk_git.bb')
-rw-r--r--recipes-bsp/apptrk/apptrk_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/apptrk/apptrk_git.bb b/recipes-bsp/apptrk/apptrk_git.bb
index 38b700fb..93994218 100644
--- a/recipes-bsp/apptrk/apptrk_git.bb
+++ b/recipes-bsp/apptrk/apptrk_git.bb
@@ -1,17 +1,17 @@
1SUMMARY = "Debug agent for Freescale CodeWarrior" 1SUMMARY = "Debug agent for Freescale CodeWarrior"
2SECTION = "apptrk" 2SECTION = "apptrk"
3LICENSE = "Freescale-EULA" 3LICENSE = "Freescale-EULA"
4LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421" 4LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f"
5 5
6DEPENDS = "elfutils" 6DEPENDS = "elfutils"
7 7
8inherit kernel-arch 8inherit kernel-arch
9 9
10SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v1.9.x \ 10SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v2.0.x \
11 file://apptrk-install-create-all-components-of-DEST.patch \ 11 file://apptrk-install-create-all-components-of-DEST.patch \
12 file://no-strip.patch \ 12 file://no-strip.patch \
13" 13"
14SRCREV = "4216af328452ed25a557759715a2087986a5a4bd" 14SRCREV = "873f44ca6b219508f738825299453d92975fb897"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17