From 3ea92ccb1cea24ea189b12b29aef599ee7658b2c Mon Sep 17 00:00:00 2001 From: Greg Gilbert Date: Tue, 30 Mar 2004 05:19:57 +0000 Subject: * Fixing genext2fs-native and pkgconfig-native TOPDIR shouldnt be used in defining FILESDIR for the -native packages since it will be rooted at the BUILDDIR BKrev: 4069037dSWv99zzwgZZXxu6N7kv47A --- pkgconfig/pkgconfig-native_0.15.0.oe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgconfig') diff --git a/pkgconfig/pkgconfig-native_0.15.0.oe b/pkgconfig/pkgconfig-native_0.15.0.oe index 620ed9e650..46bc1a2bb3 100644 --- a/pkgconfig/pkgconfig-native_0.15.0.oe +++ b/pkgconfig/pkgconfig-native_0.15.0.oe @@ -1,5 +1,6 @@ include pkgconfig_${PV}.oe -inherit native -FILESDIR = "${TOPDIR}/pkgconfig/pkgconfig-${PV}" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/pkgconfig-${PV}" + S = "${WORKDIR}/pkgconfig-${PV}" DEPENDS = "patcher-native" +inherit native -- cgit v1.2.3