]> code.ossystems Code Review - openembedded-core.git/commitdiff
eglibc: add FILESPATH to avoid failure on unpack
authorDexuan Cui <dexuan.cui@intel.com>
Sun, 26 Sep 2010 12:53:30 +0000 (20:53 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Mon, 27 Sep 2010 16:12:02 +0000 (09:12 -0700)
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>
meta/recipes-core/eglibc/eglibc_2.12.bb

index 7917fbdd7ff50d6c7c80c129075a3e2ada8c848f..6518f43f85f7b0a5b710ed080ccd03e6c13e38ef 100644 (file)
@@ -27,6 +27,8 @@ GLIBC_ADDONS ?= "ports,nptl,libidn"
 
 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"
 
+FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/eglibc-${PV}', '${FILE_DIRNAME}/eglibc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
+
 #
 # For now, we will skip building of a gcc package if it is a uclibc one
 # and our build is not a uclibc one, and we skip a glibc one if our build