From ed9ebd540be222e5b58baaace39c3f6b4bc87a08 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Mon, 19 Feb 2007 07:01:12 +0000 Subject: samba: Make fetching more robust (closes 1885). Unify some more. Sanitize. --- packages/samba/samba-essential.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'packages/samba/samba-essential.inc') diff --git a/packages/samba/samba-essential.inc b/packages/samba/samba-essential.inc index fca08d1735..d718fc8a96 100644 --- a/packages/samba/samba-essential.inc +++ b/packages/samba/samba-essential.inc @@ -1,10 +1,15 @@ 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}/.. \ +EXTRA_OECONF = '--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ --without-ads --without-automount --without-smbmount --without-syslog \ --without-ldapsam --without-quotas --without-nisplus-home \ --without-sys-quotas --without-libsmbclient --without-winbind \ -- cgit v1.2.3