summaryrefslogtreecommitdiff
path: root/packages/samba/samba.inc
diff options
context:
space:
mode:
authorOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-02-19 07:24:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2007-02-19 07:24:34 +0000
commitaf611983e0f4a013e1fb5a19715c6e803dbb68d7 (patch)
tree123067a75e489e9dc1fed28bda78641136ee829e /packages/samba/samba.inc
parent464d501ed34c9b151ff535d95efc4f4b29d4b761 (diff)
parent7eb910e2177cfb1e185df53c68eb41f439cf9bc2 (diff)
merge of '6a082250c6cd3fb922881d5729805a86eb61e646'
and 'e28e771e310bd57f5612859b2188e316aec06191'
Diffstat (limited to 'packages/samba/samba.inc')
-rw-r--r--packages/samba/samba.inc16
1 files changed, 11 insertions, 5 deletions
diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc
index f9dce44072..aa3083d1f6 100644
--- a/packages/samba/samba.inc
+++ b/packages/samba/samba.inc
@@ -1,6 +1,16 @@
SECTION = "console/network"
-DEPENDS = "readline"
LICENSE = "GPL"
+DEPENDS = "readline"
+
+SRC_URI = "http://samba.org/samba/ftp/stable/samba-${PV}.tar.gz \
+ file://configure.patch;patch=1 \
+ file://cifs.patch;patch=1"
+S = "${WORKDIR}/samba-${PV}/source"
+
+inherit autotools
+
+EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
+ --without-ads --without-automount --with-smbmount'
PACKAGES =+ "libsmbclient libsmbclient-dev cifs cifs-doc"
FILES_cifs = "${bindir}/mount.cifs"
@@ -8,10 +18,6 @@ FILES_cifs-doc = "${docdir}/mount.cifs.8"
FILES_libsmbclient = "${libdir}/libsmbclient.so.*"
FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}"
-inherit autotools
-
-EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
- --without-ads --without-automount --with-smbmount'
do_configure_prepend () {
./script/mkversion.sh
if [ ! -e acinclude.m4 ]; then