summaryrefslogtreecommitdiff
path: root/recipes/uclibc/uclibc_svn.bb
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-06-02 20:46:42 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2009-06-02 20:46:42 +0200
commite3bf7220f003f0c0f60f648885f08652e19a0f13 (patch)
treecd28fa52529f06a0244bec2d03674c3a7e7f4130 /recipes/uclibc/uclibc_svn.bb
parentcc2eccd9c67c534a3fb8184148d57a5d22540217 (diff)
parent1679705e3c22180b39126fdfa8a39c02e550b450 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/uclibc/uclibc_svn.bb')
-rw-r--r--recipes/uclibc/uclibc_svn.bb2
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 ....