From: Phil Blundell Date: Wed, 2 Jun 2004 07:42:37 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~18924 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37be569e88408b2cde51f141826a9f00e66a1414;p=openembedded.git Merge bk://openembedded@openembedded.bkbits.net/packages into gandalf.tm.informatik.uni-frankfurt.de:/home/pb_/packages 2004/06/02 09:42:32+02:00 uni-frankfurt.de!pb_ add staging for samba BKrev: 40bd84edlM9BwPlcDBMIjIXnVVizDQ --- diff --git a/samba/samba_3.0.4.oe b/samba/samba_3.0.4.oe index e69de29bb2..9799f7d215 100644 --- a/samba/samba_3.0.4.oe +++ b/samba/samba_3.0.4.oe @@ -0,0 +1,21 @@ +DEPENDS = readline + +SRC_URI := "http://samba.mirror.ac.uk/samba/ftp/samba-${PV}.tar.gz \ + 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 +} + +do_stage() { + install -m 0644 include/libsmbclient.h ${STAGING_INCDIR} + oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR} +}