From 6ec2470c29ee8e3401a8ad95571c1b40e9caa41d Mon Sep 17 00:00:00 2001 From: leimaohui Date: Tue, 23 Sep 2014 17:48:14 +0800 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/db/db_6.0.30.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 -- cgit v1.2.3-54-g00ecf