diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2014-09-23 17:48:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:10:36 +0100 |
commit | a032509535701dbf7180c812620df1d9d3b2c849 (patch) | |
tree | c3d3bcd16fea8e063fb36d4059cc59c7a1252dde /meta | |
parent | 4211d1be91419b09c47be0e8065794ebacf2a032 (diff) | |
download | poky-a032509535701dbf7180c812620df1d9d3b2c849.tar.gz |
squashfs-tools_4.3: modify SPDX_S variable
Modify SPDX_S to the source tree of squashfs instead of ${S}.
(From OE-Core rev: 1d79bea9dadd7e78fd558046497cb48b7d9b46e9)
Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb index e3783fd81d..d36f0fea44 100644 --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | |||
@@ -19,6 +19,7 @@ SRC_URI[lzma.md5sum] = "29d5ffd03a5a3e51aef6a74e9eafb759" | |||
19 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" | 19 | SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e" |
20 | 20 | ||
21 | S = "${WORKDIR}/squashfs${PV}/squashfs-tools" | 21 | S = "${WORKDIR}/squashfs${PV}/squashfs-tools" |
22 | SPDX_S = "${WORKDIR}/squashfs${PV}" | ||
22 | 23 | ||
23 | # EXTRA_OEMAKE is typically: -e MAKEFLAGS= | 24 | # EXTRA_OEMAKE is typically: -e MAKEFLAGS= |
24 | # the -e causes problems as CFLAGS is modified in the Makefile, so | 25 | # the -e causes problems as CFLAGS is modified in the Makefile, so |