diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 14:47:49 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 14:47:51 -0600 |
| commit | ab07add28ff4c8acf68157de49ff29f59238e4e0 (patch) | |
| tree | ccb8ed3fd1092b8015c1bec5d4d41e7713a34a05 /meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb | |
| parent | 1241013c7bce4262a6128eb4ccb3db410831746d (diff) | |
| download | meta-xilinx-ab07add28ff4c8acf68157de49ff29f59238e4e0.tar.gz | |
various: Fix variable usage
Remove most direct references to WORKDIR.
S = "${WORKDIR}" is no longer allowed, adjust this to refer to UNPACKDIR
${WORKDIR}/package is also incorrect, adjust to ${PKGD}.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb')
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb index 570dc6f1..ec6e35d0 100644 --- a/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb +++ b/meta-xilinx-standalone/recipes-bsp/libdfeprach/libdfeprach_2024.1.bb | |||
| @@ -8,7 +8,7 @@ REQUIRED_MACHINE_FEATURES = "rfsoc" | |||
| 8 | 8 | ||
| 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | 9 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| 10 | 10 | ||
| 11 | S = "${WORKDIR}/git" | 11 | S = "${UNPACKDIR}/git" |
| 12 | 12 | ||
| 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 14 | 14 | ||
