diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-14 00:11:22 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-14 00:11:22 +0000 |
commit | 393f84b9bb5a832a3af3aa520b307c547614d1d8 (patch) | |
tree | 6a6ae679d3dcf65b572565543267224eb5bdebc7 /packages/samba/samba-ads_3.3.0.bb | |
parent | 18992093169e9ebd2a61989b853986a77199be35 (diff) |
samba: Remove package smbfs from > 3.2.4 as these utilities don't exist anymore. Fix a linking issue for samba-ads-3.3.0 by reverting some changes
since 3.2.x.
Diffstat (limited to 'packages/samba/samba-ads_3.3.0.bb')
-rw-r--r-- | packages/samba/samba-ads_3.3.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/samba/samba-ads_3.3.0.bb b/packages/samba/samba-ads_3.3.0.bb index a2f2e2c47a..9fd4303143 100644 --- a/packages/samba/samba-ads_3.3.0.bb +++ b/packages/samba/samba-ads_3.3.0.bb @@ -1,12 +1,13 @@ require samba.inc require samba-ads.inc -PR = "r2" +PR = "r3" SRC_URI += "file://config-lfs.patch;patch=1 \ file://quota.patch;patch=1;pnum=0 \ file://configure-3.3.0.patch;patch=1 \ file://config-h.patch;patch=1 \ file://mtab.patch;patch=1 \ + file://wbstatic.patch;patch=1 \ " do_compile () { |