summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Rossi <nathan.rossi@xilinx.com>2013-10-29 14:00:57 +1000
committerNathan Rossi <nathan.rossi@xilinx.com>2013-10-29 14:00:57 +1000
commit29be4778e09ed3a78ffa23451cf075f00395e474 (patch)
treef30eeb5a07b3347788953d93f83cb6f407623d33
parent34a943d38e0d66dc6c2f1c9fddac1c23a5d1f9cc (diff)
downloadmeta-xilinx-29be4778e09ed3a78ffa23451cf075f00395e474.tar.gz
u-boot-xlnx_git.bb: Remove use of SRCPV in PV
* This removes the reliance on the SRCPV during recipe parsing, which in turn removes the need for the parsing process to request information from the git server. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_git.bb b/recipes-bsp/u-boot/u-boot-xlnx_git.bb
index 5544ef30..c2a6ebb6 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_git.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_git.bb
@@ -24,4 +24,4 @@ python () {
24} 24}
25 25
26PR = "r0" 26PR = "r0"
27PV = "${UBOOT_XLNX_DEV_BRANCH}${XILINX_EXTENSION}+git${SRCPV}" 27PV = "${UBOOT_XLNX_DEV_BRANCH}${XILINX_EXTENSION}+git"