diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-19 07:24:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-02-19 07:24:34 +0000 |
commit | af611983e0f4a013e1fb5a19715c6e803dbb68d7 (patch) | |
tree | 123067a75e489e9dc1fed28bda78641136ee829e /packages/samba/samba_3.0.23c.bb | |
parent | 464d501ed34c9b151ff535d95efc4f4b29d4b761 (diff) | |
parent | 7eb910e2177cfb1e185df53c68eb41f439cf9bc2 (diff) |
merge of '6a082250c6cd3fb922881d5729805a86eb61e646'
and 'e28e771e310bd57f5612859b2188e316aec06191'
Diffstat (limited to 'packages/samba/samba_3.0.23c.bb')
-rw-r--r-- | packages/samba/samba_3.0.23c.bb | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/packages/samba/samba_3.0.23c.bb b/packages/samba/samba_3.0.23c.bb index acec5afdd8..5317bcc62a 100644 --- a/packages/samba/samba_3.0.23c.bb +++ b/packages/samba/samba_3.0.23c.bb @@ -1,16 +1,10 @@ -PR = "r0" +require samba.inc +inherit update-rc.d -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" - -include samba.inc -inherit update-rc.d INITSCRIPT_NAME = "samba" # No dependencies, goes in at level 20 (NOTE: take care with the |