[yocto] [PATCH 2/2] spdx:Correct SPDX_S directory.

leimaohui leimaohui at cn.fujitsu.com
Fri Sep 19 04:03:19 PDT 2014


Otherwise,the license info of the db-6.0.30 will miss.

Signed-off-by: leimaohui <leimaohui at cn.fujitsu.com>
---
 meta/recipes-support/db/db_6.0.30.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb
index 9fc4a30..47fb296 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
-- 
1.9.1




More information about the yocto mailing list