diff options
Diffstat (limited to 'genext2fs/genext2fs-native_1.3.oe')
-rw-r--r-- | genext2fs/genext2fs-native_1.3.oe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index 2a70887028..2a059a00d0 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -1,8 +1,6 @@ -SECTION = "console/utils" include genext2fs_${PV}.oe inherit native -FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/genext2fs-${PV}" -DEPENDS = "" +FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/genext2fs-${PV}', '${FILE_DIRNAME}/genext2fs', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" do_stage () { install -m 0755 genext2fs ${STAGING_BINDIR}/ |