diff options
author | Michael Smith <msmith@cbnco.com> | 2009-05-25 20:34:56 +0000 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-30 13:33:25 -0400 |
commit | 89136d9a18ab516424305b660b620867fb432d67 (patch) | |
tree | 65c542705f02e689b7231208e0a7395e36ccc4bc /recipes/uclibc/uclibc_svn.bb | |
parent | 75bfa83fffb270c871aee698c3899111901c576d (diff) |
uclibc: remove calls to obsolete base_set_filespath()
Some recipes can use the default FILESPATHPKG, others need to override.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/uclibc/uclibc_svn.bb')
-rw-r--r-- | recipes/uclibc/uclibc_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_svn.bb b/recipes/uclibc/uclibc_svn.bb index 127cea7cf0..d3f09737c8 100644 --- a/recipes/uclibc/uclibc_svn.bb +++ b/recipes/uclibc/uclibc_svn.bb @@ -19,7 +19,7 @@ PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" #recent versions uclibc require real kernel headers PACKAGE_ARCH = "${MACHINE_ARCH}" -FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-svn', '${FILE_DIRNAME}/uclibc-${UCLIBC_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" +FILESPATHPKG =. "uclibc-svn:uclibc-${UCLIBC_BASE}:" #as stated above, uclibc needs real kernel-headers #however: we can't depend on virtual/kernel when nptl hits due to depends deadlocking .... |