diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-05-16 19:09:16 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-05-18 13:08:08 -0600 |
commit | a3a93133c54e3aa00d6005dd99b9b536499b6ad1 (patch) | |
tree | 59ddc7491cc13204a5b905e166d7ddd183911f47 /meta-xilinx-standalone | |
parent | 7c61fdab0d82e84092ceebb4b81fb99459094bc5 (diff) | |
download | meta-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.bbclass | 2 |
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' | |||
26 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" | 26 | LIC_FILES_CHKSUM ??= "file://license.txt;md5=${@d.getVarFlag('LIC_FILES_CHKSUM', d.getVar('BRANCH')) or '0'}" |
27 | 27 | ||
28 | SRC_URI = "${EMBEDDEDSW_SRCURI}" | 28 | SRC_URI = "${EMBEDDEDSW_SRCURI}" |
29 | PV .= "+git${SRCPV}" | 29 | PV .= "+git" |