From a3a93133c54e3aa00d6005dd99b9b536499b6ad1 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 16 May 2024 19:09:16 -0600 Subject: recipes: Drop SRCPV usage SRCPV is no longer needed, Simply various usages. Signed-off-by: Mark Hatle --- meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-standalone') diff --git a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass index b1e1929f..3ccf334e 100644 --- a/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass +++ b/meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass @@ -26,4 +26,4 @@ LIC_FILES_CHKSUM[xlnx_rel_v2023.2_update] = '9fceecdbcad88698f265578f3d4cb26c' LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" SRC_URI = "${EMBEDDEDSW_SRCURI}" -PV .= "+git${SRCPV}" +PV .= "+git" -- cgit v1.2.3-54-g00ecf