diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2014-09-23 17:48:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 17:49:11 +0100 |
commit | 2e9d5ef3b58c298757190c6e13e5300fa1e9ed45 (patch) | |
tree | 57ae2542ec0bcd9d3ecbef23428a969a3d862fc8 /meta/recipes-support/db/db_6.0.30.bb | |
parent | c86137e2fc9faee1146e41fa4b7c1d284dd6673f (diff) | |
download | openembedded-core-2e9d5ef3b58c298757190c6e13e5300fa1e9ed45.tar.gz openembedded-core-2e9d5ef3b58c298757190c6e13e5300fa1e9ed45.tar.bz2 openembedded-core-2e9d5ef3b58c298757190c6e13e5300fa1e9ed45.zip |
db_6.0.30: modify SPDX_S variable
Modify SPDX_S to the source tree of db-6.0.30 instead of ${S}.
Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
Diffstat (limited to 'meta/recipes-support/db/db_6.0.30.bb')
-rw-r--r-- | meta/recipes-support/db/db_6.0.30.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 9fc4a30a88..47fb296daa 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.30.bb @@ -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 |