diff options
Diffstat (limited to 'packages/genext2fs/genext2fs-native_1.3+cvs.bb')
-rw-r--r-- | packages/genext2fs/genext2fs-native_1.3+cvs.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/genext2fs/genext2fs-native_1.3+cvs.bb b/packages/genext2fs/genext2fs-native_1.3+cvs.bb index e69de29bb2..b81df887a4 100644 --- a/packages/genext2fs/genext2fs-native_1.3+cvs.bb +++ b/packages/genext2fs/genext2fs-native_1.3+cvs.bb @@ -0,0 +1,10 @@ +include genext2fs_${PV}.bb +inherit native + +do_stage () { + install -m 0755 genext2fs ${STAGING_BINDIR}/ +} + +do_install () { + : +} |