summaryrefslogtreecommitdiff
path: root/packages/samba/samba-ads_3.3.0.bb
diff options
context:
space:
mode:
authorTim 'timtim' Ellis <tim.ellis@foonas.org>2009-02-01 00:35:33 +0000
committerTim 'timtim' Ellis <tim.ellis@foonas.org>2009-02-01 00:35:33 +0000
commit765044d771370ab25fd0ea9c33d3734ee7d3348b (patch)
treee01f116d7923a22dca8a57eebe39c50ac6682bb7 /packages/samba/samba-ads_3.3.0.bb
parent758390b07153bff5f76ff861c8ac1809a0bbc77e (diff)
samba-ads: Add 3.3.0 and centralise common stuff from 3.2.7 into an include. Also remove smbfs-ads-doc as these man pages are not included in these versions.
Diffstat (limited to 'packages/samba/samba-ads_3.3.0.bb')
-rw-r--r--packages/samba/samba-ads_3.3.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/samba/samba-ads_3.3.0.bb b/packages/samba/samba-ads_3.3.0.bb
new file mode 100644
index 0000000000..afbea8b8d0
--- /dev/null
+++ b/packages/samba/samba-ads_3.3.0.bb
@@ -0,0 +1,14 @@
+require samba.inc
+require samba-ads.inc
+
+PR = "r0"
+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 \
+ "
+
+do_compile () {
+ base_do_compile
+}