aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-08-04 11:51:06 +0200
committerKoen Kooi <koen@openembedded.org>2010-08-04 11:51:06 +0200
commitbaf576773589099170b0590adac81852966c0714 (patch)
tree9b9748797ec7e07b47b08472df92d05baa12018f /recipes/samba
parent930f647f13f93979413e815241be31473efe3f46 (diff)
downloadopenembedded-baf576773589099170b0590adac81852966c0714.tar.gz
samba.inc: remove legacy staging
Diffstat (limited to 'recipes/samba')
-rw-r--r--recipes/samba/samba.inc10
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}/
-}