diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-14 00:11:22 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-14 00:11:22 +0000 |
commit | 393f84b9bb5a832a3af3aa520b307c547614d1d8 (patch) | |
tree | 6a6ae679d3dcf65b572565543267224eb5bdebc7 /packages/samba/samba_3.0.34.bb | |
parent | 18992093169e9ebd2a61989b853986a77199be35 (diff) |
samba: Remove package smbfs from > 3.2.4 as these utilities don't exist anymore. Fix a linking issue for samba-ads-3.3.0 by reverting some changes
since 3.2.x.
Diffstat (limited to 'packages/samba/samba_3.0.34.bb')
-rw-r--r-- | packages/samba/samba_3.0.34.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/samba/samba_3.0.34.bb b/packages/samba/samba_3.0.34.bb index 69cf6b474c..d43c50dcdb 100644 --- a/packages/samba/samba_3.0.34.bb +++ b/packages/samba/samba_3.0.34.bb @@ -8,14 +8,15 @@ SRC_URI_append_linux-uclibcgnueabi = "file://uclibc-strlcpy-strlcat.patch;patch= PR = "r5" -PACKAGES =+ "smbfs-doc" +PACKAGES =+ " smbfs smbfs-doc" +FILES_smbfs = "${bindir}/smbmount ${bindir}/smbumount ${bindir}/smbmnt ${base_sbindir}/mount.smbfs ${base_sbindir}/mount.smb" RCONFLICTS_smbfs-doc = "smbfs-ads-doc" - FILES_smbfs-doc = "${mandir}/man8/smbmount.8 ${mandir}/man8/smbumount.8 ${mandir}/man8/smbmnt.8" EXTRA_OECONF += "\ SMB_BUILD_CC_NEGATIVE_ENUM_VALUES=yes \ + --with-smbmount \ " do_stage() { |