diff options
Diffstat (limited to 'genext2fs')
-rw-r--r-- | genext2fs/genext2fs-native_1.3.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/genext2fs/genext2fs-native_1.3.oe b/genext2fs/genext2fs-native_1.3.oe index e69de29bb2..34668399ec 100644 --- a/genext2fs/genext2fs-native_1.3.oe +++ b/genext2fs/genext2fs-native_1.3.oe @@ -0,0 +1,11 @@ +include genext2fs_${PV}.oe +inherit native +FILESDIR = ${TOPDIR}/genext2fs/genext2fs-${PV} + +do_stage () { + install -m 0755 genext2fs ${STAGING_BINDIR}/ +} + +do_install () { + true +} |