diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2014-09-23 17:48:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-30 14:10:35 +0100 |
commit | 4211d1be91419b09c47be0e8065794ebacf2a032 (patch) | |
tree | bfcd1dbd7fc2f27694ed9fd69d03afd1750a4611 | |
parent | 6ec2470c29ee8e3401a8ad95571c1b40e9caa41d (diff) | |
download | poky-4211d1be91419b09c47be0e8065794ebacf2a032.tar.gz |
icu.inc: modify SPDX_S variable
Modify SPDX_S to the source tree of icu instead of ${S}.
(From OE-Core rev: 69c8f17eb35ef42dcf538e39b80802c0a70548f9)
Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/icu/icu.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/icu/icu.inc b/meta/recipes-support/icu/icu.inc index 77321076d5..15d002dbef 100644 --- a/meta/recipes-support/icu/icu.inc +++ b/meta/recipes-support/icu/icu.inc | |||
@@ -7,6 +7,7 @@ DEPENDS = "icu-native" | |||
7 | DEPENDS_class-native = "" | 7 | DEPENDS_class-native = "" |
8 | 8 | ||
9 | S = "${WORKDIR}/icu/source" | 9 | S = "${WORKDIR}/icu/source" |
10 | SPDX_S = "${WORKDIR}/icu" | ||
10 | STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" | 11 | STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" |
11 | 12 | ||
12 | PARALLEL_MAKE = "" | 13 | PARALLEL_MAKE = "" |