Move samba into nonworking until i work out why its including proto.h, and where...
authorChris Larson <clarson@kergoth.com>
Mon, 26 Jan 2004 22:45:39 +0000 (22:45 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 26 Jan 2004 22:45:39 +0000 (22:45 +0000)
BKrev: 40159893yE31x-AlpUSBj9nekdXoHw

nonworking/samba/samba-3.0.0/configure.patch [moved from samba/samba-3.0.0/configure.patch with 100% similarity]
nonworking/samba/samba-3.0.1/configure.patch [moved from samba/samba-3.0.1/configure.patch with 100% similarity]
nonworking/samba/samba_3.0.0.oe [moved from samba/samba_3.0.0.oe with 100% similarity]
nonworking/samba/samba_3.0.1.oe [new file with mode: 0644]
samba/samba_3.0.1.oe [deleted file]

diff --git a/nonworking/samba/samba_3.0.1.oe b/nonworking/samba/samba_3.0.1.oe
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/samba/samba_3.0.1.oe b/samba/samba_3.0.1.oe
deleted file mode 100644 (file)
index 8591fe5..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-DEPENDS = virtual/libc readline
-RDEPENDS = libc6 readline
-
-SRC_URI := http://us2.samba.org/samba/ftp/samba-${PV}.tar.bz2 \
-          file://${FILESDIR}/configure.patch;patch=1
-S := ${WORKDIR}/${P}/source
-
-inherit autotools
-
-EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \
-             --without-ads --without-automount'
-do_configure_prepend () {
-       ./script/mkversion.sh
-       if [ ! -e acinclude.m4 ]; then
-               cat aclocal.m4 > acinclude.m4
-       fi
-}