mirror of
https://git.yoctoproject.org/poky
synced 2026-04-08 17:02:22 +02:00
db_5.3.28: modify SPDX_S variable
Because $S is set to sub-directory of db-5.3.28.
So modify SPDX_S to the source tree of db-5.3.28 instead of ${S}.
(From OE-Core rev: c86137e2fc9faee1146e41fa4b7c1d284dd6673f)
Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0d3aac7776
commit
dbf6891c94
@@ -42,6 +42,7 @@ PROVIDES += "${VIRTUAL_NAME}"
|
||||
# persuades bitbake to go to the right place
|
||||
S = "${WORKDIR}/db-${PV}/dist"
|
||||
B = "${WORKDIR}/db-${PV}/build_unix"
|
||||
SPDX_S = "${WORKDIR}/db-${PV}"
|
||||
|
||||
# The executables go in a separate package - typically there
|
||||
# is no need to install these unless doing real database
|
||||
|
||||
Reference in New Issue
Block a user