diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-04-27 11:39:26 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-04-27 11:40:46 +0200 |
commit | cc75c744a18326790f04b79cc24191522aed8f9e (patch) | |
tree | 91a2f63bf9d36421a2599f46df29fa9566f1471e /recipes/genext2fs/genext2fs-native_1.4.1.bb | |
parent | 1a33200c79bb363cb5c7928f0e510919d6a65ea8 (diff) |
genext2fs: added 1.4.1 version
Diffstat (limited to 'recipes/genext2fs/genext2fs-native_1.4.1.bb')
-rw-r--r-- | recipes/genext2fs/genext2fs-native_1.4.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/genext2fs/genext2fs-native_1.4.1.bb b/recipes/genext2fs/genext2fs-native_1.4.1.bb new file mode 100644 index 0000000000..50b371b97e --- /dev/null +++ b/recipes/genext2fs/genext2fs-native_1.4.1.bb @@ -0,0 +1,10 @@ +require genext2fs_${PV}.bb +inherit native + +do_stage () { + install -m 0755 genext2fs ${STAGING_BINDIR}/ +} + +do_install () { + : +} |