diff options
Diffstat (limited to 'recipes-bsp/ppa/ppa_git.bb')
| -rw-r--r-- | recipes-bsp/ppa/ppa_git.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/ppa/ppa_git.bb b/recipes-bsp/ppa/ppa_git.bb index ede3b6435..c4f81bc59 100644 --- a/recipes-bsp/ppa/ppa_git.bb +++ b/recipes-bsp/ppa/ppa_git.bb | |||
| @@ -6,8 +6,10 @@ DEPENDS += "u-boot-mkimage-native dtc-native" | |||
| 6 | 6 | ||
| 7 | inherit deploy | 7 | inherit deploy |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1" | 9 | SRC_URI = "git://github.com/qoriq-open-source/ppa-generic.git;nobranch=1 \ |
| 10 | SRCREV = "265d766de8c7f3161f2580af18558af35e114845" | 10 | file://0001-fix-path-error.patch \ |
| 11 | " | ||
| 12 | SRCREV = "92b208b0dbb5a47b06627ec62824cb5790b3f482" | ||
| 11 | 13 | ||
| 12 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 13 | 15 | ||
