diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-09-26 20:53:30 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-27 09:12:02 -0700 |
commit | dd5ad1840d164deccd9fd17eec8ec1a8486b200f (patch) | |
tree | 8ab6a60a65fa37ab9a1c08b8c400c4323125bde8 /meta | |
parent | aa8dea4829d4c98dc94b42501fe8e1c94604e1af (diff) | |
download | poky-dd5ad1840d164deccd9fd17eec8ec1a8486b200f.tar.gz |
eglibc: add FILESPATH to avoid failure on unpack
Actually Kevin identified the issue:
without this fix, "bitbake eglibc-initial-nativesdk" would fail on unpack.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index 7917fbdd7f..6518f43f85 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb | |||
@@ -27,6 +27,8 @@ GLIBC_ADDONS ?= "ports,nptl,libidn" | |||
27 | 27 | ||
28 | GLIBC_BROKEN_LOCALES = " _ER _ET so_ET yn_ER sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN es_CR.ISO-8859-1" | 28 | GLIBC_BROKEN_LOCALES = " _ER _ET so_ET yn_ER sid_ET tr_TR mn_MN gez_ET gez_ER bn_BD te_IN es_CR.ISO-8859-1" |
29 | 29 | ||
30 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/eglibc-${PV}', '${FILE_DIRNAME}/eglibc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" | ||
31 | |||
30 | # | 32 | # |
31 | # For now, we will skip building of a gcc package if it is a uclibc one | 33 | # For now, we will skip building of a gcc package if it is a uclibc one |
32 | # and our build is not a uclibc one, and we skip a glibc one if our build | 34 | # and our build is not a uclibc one, and we skip a glibc one if our build |