diff options
author | Koen Kooi <koen@openembedded.org> | 2010-08-04 11:51:06 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-08-04 11:51:06 +0200 |
commit | baf576773589099170b0590adac81852966c0714 (patch) | |
tree | 9b9748797ec7e07b47b08472df92d05baa12018f /recipes | |
parent | 930f647f13f93979413e815241be31473efe3f46 (diff) |
samba.inc: remove legacy staging
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/samba/samba.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/samba/samba.inc b/recipes/samba/samba.inc index 5c92e82acf..e036552be5 100644 --- a/recipes/samba/samba.inc +++ b/recipes/samba/samba.inc @@ -85,13 +85,3 @@ do_install_append() { install -d ${D}/var/spool/samba } -do_stage() { - install -m 0644 include/libsmbclient.h ${STAGING_INCDIR} - oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR} - oe_libinstall -C bin -a -so libtdb ${STAGING_LIBDIR} - oe_libinstall -C bin -a -so libtalloc ${STAGING_LIBDIR} - oe_libinstall -C bin -so libwbclient ${STAGING_LIBDIR} - install -d ${STAGING_LIBDIR}/pkgconfig/ - install -m 0644 ${WORKDIR}/tdb.pc ${STAGING_LIBDIR}/pkgconfig/ - install -m 0644 ${S}/lib/tdb/include/*.h ${STAGING_INCDIR}/ -} |