diff options
Diffstat (limited to 'genext2fs')
-rw-r--r-- | genext2fs/genext2fs-native_1.3.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index 5d4d0dde43..9d91a696d6 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -1,6 +1,6 @@ include genext2fs_${PV}.oe inherit native -FILESDIR = "${TOPDIR}/genext2fs/genext2fs-${PV}" +FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genext2fs-${PV}" DEPENDS = "" do_stage () { |