diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2014-09-23 17:48:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:10:35 +0100 |
commit | dbf6891c94164cc388247b2c7e85c04cf0bddfc9 (patch) | |
tree | 76066cc34c63e1f8731d3ba49fbd1d69a38e5a55 /meta/recipes-support | |
parent | 0d3aac77769f89c82602ca049e43975c3eca988f (diff) | |
download | poky-dbf6891c94164cc388247b2c7e85c04cf0bddfc9.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 057c9d8425..e8b814e06b 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.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 |