diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2014-09-23 17:48:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:10:35 +0100 |
commit | 6ec2470c29ee8e3401a8ad95571c1b40e9caa41d (patch) | |
tree | a2d89414084d18f183a3fa03bb66519c8d25be40 /meta/recipes-support | |
parent | dbf6891c94164cc388247b2c7e85c04cf0bddfc9 (diff) | |
download | poky-6ec2470c29ee8e3401a8ad95571c1b40e9caa41d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
-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}" | |||
42 | # persuades bitbake to go to the right place | 42 | # persuades bitbake to go to the right place |
43 | S = "${WORKDIR}/db-${PV}/dist" | 43 | S = "${WORKDIR}/db-${PV}/dist" |
44 | B = "${WORKDIR}/db-${PV}/build_unix" | 44 | B = "${WORKDIR}/db-${PV}/build_unix" |
45 | SPDX_S = "${WORKDIR}/db-${PV}" | ||
45 | 46 | ||
46 | # The executables go in a separate package - typically there | 47 | # The executables go in a separate package - typically there |
47 | # is no need to install these unless doing real database | 48 | # is no need to install these unless doing real database |