aboutsummaryrefslogtreecommitdiffstats
path: root/uclibc
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-10 18:16:15 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-10 18:16:15 +0000
commiteea1ddd2eb629d3c076d051879baf2ae4c641f4f (patch)
treebdf875d6825fd997a7e2840e5c724d2d600ad360 /uclibc
parent96bd12d50d67b3634ebb2f6d7aa7425eecc2d733 (diff)
downloadopenembedded-eea1ddd2eb629d3c076d051879baf2ae4c641f4f.tar.gz
Merge bk://openembedded@openembedded.bkbits.net/packages
into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/08/10 12:32:14-05:00 handhelds.org!kergoth Merge openembedded@openembedded.bkbits.net:packages into handhelds.org:/home/kergoth/code/projects/packages 2004/08/10 12:31:56-05:00 handhelds.org!kergoth Correct uclibc-initial_0.9.26's FILESPATH. BKrev: 411910efuFq0EVwDi8XNmV0gpbrDrA
Diffstat (limited to 'uclibc')
-rw-r--r--uclibc/uclibc-initial_0.9.26.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/uclibc/uclibc-initial_0.9.26.oe b/uclibc/uclibc-initial_0.9.26.oe
index d838cbfc48..f7f1292486 100644
--- a/uclibc/uclibc-initial_0.9.26.oe
+++ b/uclibc/uclibc-initial_0.9.26.oe
@@ -1,6 +1,6 @@
include uclibc_${PV}.oe
-FILESPATH = "${@base_set_filespath([ '%s/uclibc-%s' % (os.path.dirname(oe.data.getVar('FILE', d, 1)) ], d), oe.data.getVar('PV', d, 1))}"
+FILESPATH = "${@base_set_filespath([ '%s/uclibc-%s' % (os.path.dirname(oe.data.getVar('FILE', d, 1)), oe.data.getVar('PV', d, 1)) ], d)}"
DEPENDS = "patcher-native linux-libc-headers"
PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"