From: Tom Rini Date: Wed, 26 Nov 2008 19:29:24 +0000 (-0500) Subject: samba: Put mount.(smb|smbfs) into smbfs package. X-Git-Tag: Release-2010-05/1~5074 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f160decb8898dece47931aeb99c28813271b5b6a;p=openembedded.git samba: Put mount.(smb|smbfs) into smbfs package. With an smbfs package now, add the mount links to the package that provides the underlying support. --- diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc index a933c551bb..90a2366c25 100644 --- a/packages/samba/samba.inc +++ b/packages/samba/samba.inc @@ -14,7 +14,7 @@ EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ --without-ads --without-automount --with-smbmount' PACKAGES =+ "libsmbclient libsmbclient-dev cifs cifs-doc smbfs smbfs-doc" -FILES_smbfs = "${bindir}/smbmount ${bindir}/smbumount ${bindir}/smbmnt" +FILES_smbfs = "${bindir}/smbmount ${bindir}/smbumount ${bindir}/smbmnt ${base_sbindir}/mount.smbfs ${base_sbindir}/mount.smb" FILES_smbfs-doc = "${mandir}/man8/smbmount.8 ${mandir}/man8/smbumount.8 ${mandir}/man8/smbmnt.8" FILES_cifs = "${base_sbindir}/mount.cifs ${base_sbindir}/umount.cifs" FILES_cifs-doc = "${mandir}/man8/mount.cifs.8 ${mandir}/man8/umount.cifs.8"