[yocto] [PATCH 4/5] icu.inc: modify SPDX_S variable

2014-09-23 Thread leimaohui
Modify SPDX_S to the source tree of icu instead of ${S}. Signed-off-by: leimaohui --- meta/recipes-support/icu/icu.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 7732107..15d002d 100644 --- a/meta/recipes-support

[yocto] [PATCH 5/5] squashfs-tools_4.3: modify SPDX_S variable

2014-09-23 Thread leimaohui
Modify SPDX_S to the source tree of squashfs instead of ${S}. Signed-off-by: leimaohui --- meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/recipes-devtools/squashfs

[yocto] [PATCH 3/5] db_6.0.30: modify SPDX_S variable

2014-09-23 Thread leimaohui
Modify SPDX_S to the source tree of db-6.0.30 instead of ${S}. Signed-off-by: leimaohui --- 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

[yocto] [PATCH 2/5] db_5.3.28: modify SPDX_S variable

2014-09-23 Thread leimaohui
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 --- meta/recipes-support/db/db_5.3.28.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support

[yocto] [PATCH 1/5] spdx.bbclass:Add SPDX-specific source tree variable.

2014-09-23 Thread leimaohui
Add SPDX-specific source tree variable for recipes where $S is a subdirectory of the source tree. Signed-off-by: leimaohui --- meta/classes/spdx.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/classes/spdx.bbclass b/meta/classes/spdx.bbclass index 55ce3af

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

2014-09-19 Thread leimaohui
Otherwise,the license info of the db-6.0.30 will miss. Signed-off-by: leimaohui --- 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

[yocto] [PATCH 1/2] spdx:It is necessary to define source directory for spdx.

2014-09-19 Thread leimaohui
To make sure that when S directory is changed, the spdx info of the package will not miss. Signed-off-by: leimaohui --- meta/classes/spdx.bbclass | 2 +- meta/conf/bitbake.conf| 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/classes/spdx.bbclass b/meta/classes