Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 10 Aug 2004 18:16:15 +0000 (18:16 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 10 Aug 2004 18:16:15 +0000 (18:16 +0000)
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

uclibc/uclibc-initial_0.9.26.oe

index d838cbf..f7f1292 100644 (file)
@@ -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"