diff options
author | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-10 15:23:06 +0000 |
---|---|---|
committer | Tim 'timtim' Ellis <tim.ellis@foonas.org> | 2009-02-10 15:23:06 +0000 |
commit | 760d422b7abd60a5a493a557d331243268100751 (patch) | |
tree | 5f39a846bd59a26b2e31fac052024965234c0776 /packages/samba/samba-ads_3.2.8.bb | |
parent | 2680272b922509f720688505d0a9a7560410e487 (diff) |
samba: Various updates:
- samba-ads depends on netatalk to support the netatalk vfs module
- 3.2.7 => 3.2.8 for samba and samba-ads
- Modify config so we can actually write files to the default share
- Bump PR on other samba-ads build
Diffstat (limited to 'packages/samba/samba-ads_3.2.8.bb')
-rw-r--r-- | packages/samba/samba-ads_3.2.8.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/samba/samba-ads_3.2.8.bb b/packages/samba/samba-ads_3.2.8.bb new file mode 100644 index 0000000000..944fc792e0 --- /dev/null +++ b/packages/samba/samba-ads_3.2.8.bb @@ -0,0 +1,10 @@ +require samba.inc +require samba-ads.inc + +PR = "r1" +SRC_URI += "file://config-lfs.patch;patch=1 \ + file://quota.patch;patch=1;pnum=0 \ + file://configure-3.2.8.patch;patch=1 \ + file://config-h.patch;patch=1 \ + file://mtab.patch;patch=1 \ + " |