summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/ppa/ppa_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/ppa/ppa_git.bb')
-rw-r--r--recipes-bsp/ppa/ppa_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb
index 98263bee..76262974 100644
--- a/recipes-bsp/ppa/ppa_git.bb
+++ b/recipes-bsp/ppa/ppa_git.bb
@@ -1,13 +1,13 @@
1SUMMARY = "Primary Protected Application" 1SUMMARY = "Primary Protected Application"
2LICENSE = "Freescale-EULA" 2LICENSE = "Freescale-EULA"
3LIC_FILES_CHKSUM = "file://ppa/EULA.txt;md5=60037ccba533a5995e8d1a838d85799c" 3LIC_FILES_CHKSUM = "file://license.txt;md5=2ecf925c01a48f61c88f78c30fe2ee3b"
4 4
5DEPENDS += "u-boot-mkimage-native dtc-native" 5DEPENDS += "u-boot-mkimage-native dtc-native"
6 6
7inherit deploy 7inherit deploy
8 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/ppa-generic.git;nobranch=1" 9SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1"
10SRCREV = "9fcb080dd7415927aa3fbabfcba8982bcb1466d3" 10SRCREV = "265d766de8c7f3161f2580af18558af35e114845"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13