From: Chris Larson Date: Thu, 15 Jan 2004 23:30:18 +0000 (+0000) Subject: Add samba 3.0.1, and fix the URI in samba 3.0.0. X-Git-Tag: Release-2010-05/1~20363 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4665bbc112171f0352d11479205ccb6eaf80a319;p=openembedded.git Add samba 3.0.1, and fix the URI in samba 3.0.0. BKrev: 4007228affUmR19sTXVdimQebnXB0Q --- 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 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