mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
db_6.0.30: modify SPDX_S variable
Modify SPDX_S to the source tree of db-6.0.30 instead of ${S}.
(From OE-Core rev: 2e9d5ef3b58c298757190c6e13e5300fa1e9ed45)
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
dbf6891c94
commit
6ec2470c29
@@ -42,6 +42,7 @@ PROVIDES += "${VIRTUAL_NAME}"
|
|||||||
# persuades bitbake to go to the right place
|
# persuades bitbake to go to the right place
|
||||||
S = "${WORKDIR}/db-${PV}/dist"
|
S = "${WORKDIR}/db-${PV}/dist"
|
||||||
B = "${WORKDIR}/db-${PV}/build_unix"
|
B = "${WORKDIR}/db-${PV}/build_unix"
|
||||||
|
SPDX_S = "${WORKDIR}/db-${PV}"
|
||||||
|
|
||||||
# The executables go in a separate package - typically there
|
# The executables go in a separate package - typically there
|
||||||
# is no need to install these unless doing real database
|
# is no need to install these unless doing real database
|
||||||
|
|||||||
Reference in New Issue
Block a user