diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/apptrk/apptrk_git.bb | 6 |
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 @@ | |||
1 | SUMMARY = "Debug agent for Freescale CodeWarrior" | 1 | SUMMARY = "Debug agent for Freescale CodeWarrior" |
2 | SECTION = "apptrk" | 2 | SECTION = "apptrk" |
3 | LICENSE = "Freescale-EULA" | 3 | LICENSE = "Freescale-EULA" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=95560debfde180684364319811cc1421" | 4 | LIC_FILES_CHKSUM = "file://EULA;md5=c9ae442cf1f9dd6c13dfad64b0ffe73f" |
5 | 5 | ||
6 | DEPENDS = "elfutils" | 6 | DEPENDS = "elfutils" |
7 | 7 | ||
8 | inherit kernel-arch | 8 | inherit kernel-arch |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/apptrk.git;branch=sdk-v1.9.x \ | 10 | SRC_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 | " |
14 | SRCREV = "4216af328452ed25a557759715a2087986a5a4bd" | 14 | SRCREV = "873f44ca6b219508f738825299453d92975fb897" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||