[oe-commits] Tom Rini : samba: Put mount.(smb|smbfs) into smbfs package.

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:49 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: f160decb8898dece47931aeb99c28813271b5b6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f160decb8898dece47931aeb99c28813271b5b6a

Author: Tom Rini <trini at embeddedalley.com>
Date:   Wed Nov 26 14:29:24 2008 -0500

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.

---

 packages/samba/samba.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc
index a933c55..90a2366 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"





More information about the Openembedded-commits mailing list