mirror of
https://git.yoctoproject.org/poky
synced 2026-06-06 14:49:50 +00:00
gdb-cross-canadian: Fix source directory S
(From OE-Core rev: 42f510b2eec3fadbeb0ce2793de8f29e7cba1ad7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,4 +6,4 @@ PR = "${INC_PR}.0"
|
||||
GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
|
||||
EXPAT = "--with-expat"
|
||||
|
||||
S = "${WORKDIR}/${BPN}-${PN}"
|
||||
S = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user