diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:41:34 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:41:34 +0000 |
commit | 7a69d9fbf43f30ff2906614f0582814714f8e5e4 (patch) | |
tree | a65f3bda7d713032df4802d7ee6db8c83929c58d /packages/samba | |
parent | 279f77d8047f7cd039dad30ee834e45cd1e26024 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/samba')
-rw-r--r-- | packages/samba/samba-essential_3.0.20.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/samba/samba-essential_3.0.20.bb b/packages/samba/samba-essential_3.0.20.bb index 40417c717e..bbe11e9b11 100644 --- a/packages/samba/samba-essential_3.0.20.bb +++ b/packages/samba/samba-essential_3.0.20.bb @@ -1,4 +1,4 @@ -PR = "r4" +PR = "r5" SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://configure.patch;patch=1 \ @@ -7,12 +7,12 @@ SRC_URI = "http://us2.samba.org/samba/ftp/stable/samba-${PV}.tar.gz \ file://init-essential \ file://quota.patch;patch=1;pnum=0 \ file://smb-essential.conf \ - file://smb-essential-inactive.conf \ + file://smb-essential-inactive.conf \ file://Managing-Samba.txt" - + S := "${WORKDIR}/samba-${PV}/source" -RCONFILCTS = samba +RCONFLICTS = "samba" require samba-essential.inc inherit update-rc.d |