diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-19 07:01:12 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2007-02-19 07:01:12 +0000 |
commit | ed9ebd540be222e5b58baaace39c3f6b4bc87a08 (patch) | |
tree | be09077b76669fd0f6228e81dacf889995c10a71 /packages/samba/samba_3.0.14a.bb | |
parent | 819a65b9f09509d58ac631fcd063f1ae2d206dd8 (diff) |
samba: Make fetching more robust (closes 1885). Unify some more. Sanitize.
Diffstat (limited to 'packages/samba/samba_3.0.14a.bb')
-rw-r--r-- | packages/samba/samba_3.0.14a.bb | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/packages/samba/samba_3.0.14a.bb b/packages/samba/samba_3.0.14a.bb index 08d3c390e7..d191363cd6 100644 --- a/packages/samba/samba_3.0.14a.bb +++ b/packages/samba/samba_3.0.14a.bb @@ -1,16 +1,12 @@ +require samba.inc +inherit update-rc.d + PR = "r15" -SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ - file://configure.patch;patch=1 \ - file://cifs.patch;patch=1 \ - file://config-lfs.patch;patch=1 \ +SRC_URI += "file://config-lfs.patch;patch=1 \ file://init \ file://quota.patch;patch=1;pnum=0 \ " -S = "${WORKDIR}/${P}/source" - -require samba.inc -inherit update-rc.d INITSCRIPT_NAME = "samba" # No dependencies, goes in at level 20 (NOTE: take care with the |