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