diff options
author | Chris Larson <clarson@kergoth.com> | 2004-01-15 23:30:18 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-01-15 23:30:18 +0000 |
commit | 4665bbc112171f0352d11479205ccb6eaf80a319 (patch) | |
tree | 699e5bbb601ea81561263f426ed2994a68a6fbdb /samba | |
parent | d960d4f0cd214418e981d12a2304a5d6145295c0 (diff) |
Add samba 3.0.1, and fix the URI in samba 3.0.0.
BKrev: 4007228affUmR19sTXVdimQebnXB0Q
Diffstat (limited to 'samba')
-rw-r--r-- | samba/samba-3.0.1/configure.patch | 0 | ||||
-rw-r--r-- | samba/samba_3.0.0.oe | 15 | ||||
-rw-r--r-- | samba/samba_3.0.1.oe | 0 |
3 files changed, 15 insertions, 0 deletions
diff --git a/samba/samba-3.0.1/configure.patch b/samba/samba-3.0.1/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/samba/samba-3.0.1/configure.patch diff --git a/samba/samba_3.0.0.oe b/samba/samba_3.0.0.oe index e69de29bb2..6a4dbdc124 100644 --- a/samba/samba_3.0.0.oe +++ b/samba/samba_3.0.0.oe @@ -0,0 +1,15 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI := http://us2.samba.org/samba/ftp/old-versions/samba-${PV}.tar.bz2 \ + file://${FILESDIR}/configure.patch;patch=1 +S := ${WORKDIR}/${P}/source + +inherit autotools + +do_configure_prepend () { + ./script/mkversion.sh + if [ ! -e acinclude.m4 ]; then + cat aclocal.m4 > acinclude.m4 + fi +} diff --git a/samba/samba_3.0.1.oe b/samba/samba_3.0.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/samba/samba_3.0.1.oe |