diff options
Diffstat (limited to 'packages/samba/samba-essential_3.0.20.bb')
-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 |