summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-05-16 19:09:16 -0600
committerMark Hatle <mark.hatle@amd.com>2024-05-18 13:08:08 -0600
commita3a93133c54e3aa00d6005dd99b9b536499b6ad1 (patch)
tree59ddc7491cc13204a5b905e166d7ddd183911f47 /meta-xilinx-standalone
parent7c61fdab0d82e84092ceebb4b81fb99459094bc5 (diff)
downloadmeta-xilinx-a3a93133c54e3aa00d6005dd99b9b536499b6ad1.tar.gz
recipes: Drop SRCPV usage
SRCPV is no longer needed, Simply various usages. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone')
-rw-r--r--meta-xilinx-standalone/classes/xlnx-embeddedsw.bbclass2
1 files changed, 1 insertions, 1 deletions
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'
26LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" 26LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}"
27 27
28SRC_URI = "${EMBEDDEDSW_SRCURI}" 28SRC_URI = "${EMBEDDEDSW_SRCURI}"
29PV .= "+git${SRCPV}" 29PV .= "+git"