From 29be4778e09ed3a78ffa23451cf075f00395e474 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Tue, 29 Oct 2013 14:00:57 +1000 Subject: 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 --- recipes-bsp/u-boot/u-boot-xlnx_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { } PR = "r0" -PV = "${UBOOT_XLNX_DEV_BRANCH}${XILINX_EXTENSION}+git${SRCPV}" +PV = "${UBOOT_XLNX_DEV_BRANCH}${XILINX_EXTENSION}+git" -- cgit v1.2.3-54-g00ecf