]> code.ossystems Code Review - openembedded-core.git/commitdiff
db_5.3.28: modify SPDX_S variable
authorleimaohui <leimaohui@cn.fujitsu.com>
Tue, 23 Sep 2014 09:48:13 +0000 (17:48 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Sep 2014 16:49:11 +0000 (17:49 +0100)
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}.

Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
meta/recipes-support/db/db_5.3.28.bb

index 057c9d8425a4511d97ec33924ebd073d3b2bb807..e8b814e06b8e35d13b2e41bbfe97b2a04fec50a5 100644 (file)
@@ -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