summaryrefslogtreecommitdiff
path: root/packages/samba/samba_3.0.23c.bb
blob: 3a2cfd30aa3b3cd1220fd3d013efd4744d84494e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require samba.inc

PR = "r4"

SRC_URI += "file://cifs.patch;patch=1 \
                "

EXTRA_OECONF += "\
                 --without-ads \
	         "

do_compile () {
        oe_runmake proto_exists
        base_do_compile
        ${CC} client/mount.cifs.c -o mount.cifs
}

do_stage() {
	install -m 0644 include/libsmbclient.h ${STAGING_INCDIR}
	oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR}
}