aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/samba/samba-ads_3.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/samba/samba-ads_3.3.0.bb')
-rw-r--r--recipes/samba/samba-ads_3.3.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/samba/samba-ads_3.3.0.bb b/recipes/samba/samba-ads_3.3.0.bb
new file mode 100644
index 0000000000..9fd4303143
--- /dev/null
+++ b/recipes/samba/samba-ads_3.3.0.bb
@@ -0,0 +1,15 @@
+require samba.inc
+require samba-ads.inc
+
+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 () {
+ base_do_compile
+}