diff options
Diffstat (limited to 'recipes/genext2fs/genext2fs-native_1.3+cvs.bb')
-rw-r--r-- | recipes/genext2fs/genext2fs-native_1.3+cvs.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/genext2fs/genext2fs-native_1.3+cvs.bb b/recipes/genext2fs/genext2fs-native_1.3+cvs.bb new file mode 100644 index 0000000000..50b371b97e --- /dev/null +++ b/recipes/genext2fs/genext2fs-native_1.3+cvs.bb @@ -0,0 +1,10 @@ +require genext2fs_${PV}.bb +inherit native + +do_stage () { + install -m 0755 genext2fs ${STAGING_BINDIR}/ +} + +do_install () { + : +} |