From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- samba/samba_3.0.5.bb | 0 samba/samba_3.0.5.oe | 42 ------------------------------------------ samba/samba_3.0.9.bb | 0 samba/samba_3.0.9.oe | 0 4 files changed, 42 deletions(-) create mode 100644 samba/samba_3.0.5.bb delete mode 100644 samba/samba_3.0.5.oe create mode 100644 samba/samba_3.0.9.bb delete mode 100644 samba/samba_3.0.9.oe (limited to 'samba') diff --git a/samba/samba_3.0.5.bb b/samba/samba_3.0.5.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/samba/samba_3.0.5.oe b/samba/samba_3.0.5.oe deleted file mode 100644 index b0077c9ce9..0000000000 --- a/samba/samba_3.0.5.oe +++ /dev/null @@ -1,42 +0,0 @@ -SECTION = "console/network" -DEPENDS = readline - -SRC_URI := "http://us2.samba.org/samba/ftp/old-versions/samba-${PV}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/cifs.patch;patch=1" -S := ${WORKDIR}/${P}/source - -PACKAGES =+ "libsmbclient libsmbclient-dev cifs cifs-doc" -FILES_cifs = "${bindir}/mount.cifs" -FILES_cifs-doc = "${docdir}/mount.cifs.8" -FILES_libsmbclient = "${libdir}/libsmbclient.so.*" -FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}" - -inherit autotools - -EXTRA_OECONF='--disable-cups --with-readline=${STAGING_LIBDIR}/.. \ - --without-ads --without-automount --with-smbmount' -do_configure_prepend () { - ./script/mkversion.sh - if [ ! -e acinclude.m4 ]; then - cat aclocal.m4 > acinclude.m4 - fi -} - -do_compile_append () { - ${CC} client/mount.cifs.c -o mount.cifs - -} - -do_install_append() { - mv ${D}${libdir}/libsmbclient.so ${D}${libdir}/libsmbclient.so.0 - ln -sf libsmbclient.so.0 ${D}${libdir}/libsmbclient.so - rm -f ${D}${bindir}/*.old - rm -f ${D}${sbindir}/*.old - mv mount.cifs ${D}${bindir}/mount.cifs -} - -do_stage() { - install -m 0644 include/libsmbclient.h ${STAGING_INCDIR} - oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR} -} diff --git a/samba/samba_3.0.9.bb b/samba/samba_3.0.9.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/samba/samba_3.0.9.oe b/samba/samba_3.0.9.oe deleted file mode 100644 index e69de29bb2..0000000000 -- cgit v1.2.3