diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-08 07:03:59 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-08 20:33:43 +0800 |
commit | b0a786a1591c4dad10aa5429dec2a074e9fa5d6d (patch) | |
tree | 4a136d0df43ee2d0c69a72fef56b80c31c2e2ff0 /recipes/samba/samba-ads_3.3.9.bb | |
parent | c28fa72a4c7614195517b5922ef5ef556a11dd00 (diff) | |
download | openembedded-b0a786a1591c4dad10aa5429dec2a074e9fa5d6d.tar.gz |
samba-ads: Upgrade from 3.3.0 to 3.3.9 to benefit from various fixes
There were certain but bugs that were fixed between 3.3.0
and 3.3.8, it makes sense to upgrade to this version.
Diffstat (limited to 'recipes/samba/samba-ads_3.3.9.bb')
-rw-r--r-- | recipes/samba/samba-ads_3.3.9.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/samba/samba-ads_3.3.9.bb b/recipes/samba/samba-ads_3.3.9.bb new file mode 100644 index 0000000000..4b2e36586b --- /dev/null +++ b/recipes/samba/samba-ads_3.3.9.bb @@ -0,0 +1,15 @@ +require samba.inc +require samba-ads.inc +LICENSE = "GPLv3" + +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 \ + " + +do_compile () { + base_do_compile +} |