diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-19 16:36:00 -0800 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-11-19 16:50:06 -0800 |
commit | 943bc989b832227dca594792929352a0015c2927 (patch) | |
tree | d3ff15c256c3d923fb08d6b4c0d34fcfb18afcbb | |
parent | bcc497b58ee03e932337daedf0ff7e36e2fb20f8 (diff) | |
download | meta-xilinx-943bc989b832227dca594792929352a0015c2927.tar.gz |
esw.bbclass: Remove trailing / after S
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r-- | meta-xilinx-standalone/classes/esw.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/classes/esw.bbclass b/meta-xilinx-standalone/classes/esw.bbclass index 565b3712..1f7e35f4 100644 --- a/meta-xilinx-standalone/classes/esw.bbclass +++ b/meta-xilinx-standalone/classes/esw.bbclass | |||
@@ -15,8 +15,8 @@ SRC_URI = "${REPO};branch=${BRANCH}" | |||
15 | 15 | ||
16 | SRCREV_FORMAT = "src_decouple" | 16 | SRCREV_FORMAT = "src_decouple" |
17 | 17 | ||
18 | S = "${WORKDIR}/git/" | 18 | S = "${WORKDIR}/git" |
19 | B = "${WORKDIR}/build/" | 19 | B = "${WORKDIR}/build" |
20 | OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}" | 20 | OECMAKE_SOURCEPATH = "${S}/${ESW_COMPONENT_SRC}" |
21 | 21 | ||
22 | SPECFILE_PATH_arm = "${S}/scripts/specs/arm/Xilinx.spec" | 22 | SPECFILE_PATH_arm = "${S}/scripts/specs/arm/Xilinx.spec" |