diff options
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ppa/ppa_git.bb | 6 |
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 @@ | |||
1 | SUMMARY = "Primary Protected Application" | 1 | SUMMARY = "Primary Protected Application" |
2 | LICENSE = "Freescale-EULA" | 2 | LICENSE = "Freescale-EULA" |
3 | LIC_FILES_CHKSUM = "file://ppa/EULA.txt;md5=60037ccba533a5995e8d1a838d85799c" | 3 | LIC_FILES_CHKSUM = "file://license.txt;md5=2ecf925c01a48f61c88f78c30fe2ee3b" |
4 | 4 | ||
5 | DEPENDS += "u-boot-mkimage-native dtc-native" | 5 | DEPENDS += "u-boot-mkimage-native dtc-native" |
6 | 6 | ||
7 | inherit deploy | 7 | inherit deploy |
8 | 8 | ||
9 | SRC_URI = "git://git.freescale.com/ppc/sdk/ppa-generic.git;nobranch=1" | 9 | SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1" |
10 | SRCREV = "9fcb080dd7415927aa3fbabfcba8982bcb1466d3" | 10 | SRCREV = "265d766de8c7f3161f2580af18558af35e114845" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||