[oe-commits] leimaohui : squashfs-tools_4.3: modify SPDX_S variable

git at git.openembedded.org git at git.openembedded.org
Tue Sep 30 13:11:06 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: 1d79bea9dadd7e78fd558046497cb48b7d9b46e9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1d79bea9dadd7e78fd558046497cb48b7d9b46e9

Author: leimaohui <leimaohui at cn.fujitsu.com>
Date:   Tue Sep 23 17:48:16 2014 +0800

squashfs-tools_4.3: modify SPDX_S variable

Modify SPDX_S to the source tree of squashfs instead of ${S}.

Signed-off-by: leimaohui <leimaohui at cn.fujitsu.com>

---

 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-tools/squashfs-tools_4.3.bb
index e3783fd..d36f0fe 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"
 SRC_URI[lzma.sha256sum] = "c935fd04dd8e0e8c688a3078f3675d699679a90be81c12686837e0880aa0fa1e"
 
 S = "${WORKDIR}/squashfs${PV}/squashfs-tools"
+SPDX_S = "${WORKDIR}/squashfs${PV}"
 
 # EXTRA_OEMAKE is typically: -e MAKEFLAGS=
 # the -e causes problems as CFLAGS is modified in the Makefile, so



More information about the Openembedded-commits mailing list