diff options
author | leimaohui <leimaohui@cn.fujitsu.com> | 2014-09-23 17:48:15 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-29 17:49:12 +0100 |
commit | 69c8f17eb35ef42dcf538e39b80802c0a70548f9 (patch) | |
tree | 7a73eb8fe0fe2f452242203cdd2be4f04a663614 /meta/recipes-support/icu | |
parent | 2e9d5ef3b58c298757190c6e13e5300fa1e9ed45 (diff) | |
download | openembedded-core-69c8f17eb35ef42dcf538e39b80802c0a70548f9.tar.gz openembedded-core-69c8f17eb35ef42dcf538e39b80802c0a70548f9.tar.bz2 openembedded-core-69c8f17eb35ef42dcf538e39b80802c0a70548f9.zip |
icu.inc: modify SPDX_S variable
Modify SPDX_S to the source tree of icu instead of ${S}.
Signed-off-by: leimaohui <leimaohui@cn.fujitsu.com>
Diffstat (limited to 'meta/recipes-support/icu')
-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" DEPENDS_class-native = "" S = "${WORKDIR}/icu/source" +SPDX_S = "${WORKDIR}/icu" STAGING_ICU_DIR_NATIVE = "${STAGING_DATADIR_NATIVE}/${BPN}/${PV}" PARALLEL_MAKE = "" |