summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db
diff options
context:
space:
mode:
authorleimaohui <leimaohui@cn.fujitsu.com>2014-09-23 17:48:14 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-30 14:10:35 +0100
commit6ec2470c29ee8e3401a8ad95571c1b40e9caa41d (patch)
treea2d89414084d18f183a3fa03bb66519c8d25be40 /meta/recipes-support/db
parentdbf6891c94164cc388247b2c7e85c04cf0bddfc9 (diff)
downloadpoky-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/db')
-rw-r--r--meta/recipes-support/db/db_6.0.30.bb1
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
43S = "${WORKDIR}/db-${PV}/dist" 43S = "${WORKDIR}/db-${PV}/dist"
44B = "${WORKDIR}/db-${PV}/build_unix" 44B = "${WORKDIR}/db-${PV}/build_unix"
45SPDX_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