mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
samba: Remove unneeded custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -79,14 +79,3 @@ do_install_append() {
|
|||||||
install -d ${D}/var/log/samba
|
install -d ${D}/var/log/samba
|
||||||
install -d ${D}/var/spool/samba
|
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}/
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user