diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-31 17:13:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-31 17:13:37 +0000 |
commit | 0181fca36610a03b991be5985aa53f794e9ce323 (patch) | |
tree | 46bc41bcc1f0c7b97e663774a712a3eba3833ba5 /packages/file/file-native_4.13.bb | |
parent | 86181904a0f3f872c02c88ad604092101fc65505 (diff) |
file-native: fix do_stage in 4.13
- the hand crafted do_stage installed a broken file in staging, the
fix is to use the standard native do_stage which does a proper install
using the makefile
Diffstat (limited to 'packages/file/file-native_4.13.bb')
-rw-r--r-- | packages/file/file-native_4.13.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/file/file-native_4.13.bb b/packages/file/file-native_4.13.bb index d030f735ae..f92ff15f78 100644 --- a/packages/file/file-native_4.13.bb +++ b/packages/file/file-native_4.13.bb @@ -3,9 +3,3 @@ inherit native # avoid dependency loop DEPENDS = "" - -do_stage() { - install -m 0755 src/file ${STAGING_BINDIR}/ - oe_libinstall -so -C src libmagic ${STAGING_LIBDIR}/ -} - |