diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /samba | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
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
Diffstat (limited to 'samba')
-rw-r--r-- | samba/samba_3.0.5.bb (renamed from samba/samba_3.0.9.oe) | 0 | ||||
-rw-r--r-- | samba/samba_3.0.5.oe | 42 | ||||
-rw-r--r-- | samba/samba_3.0.9.bb | 0 |
3 files changed, 0 insertions, 42 deletions
diff --git a/samba/samba_3.0.9.oe b/samba/samba_3.0.5.bb index e69de29bb2..e69de29bb2 100644 --- a/samba/samba_3.0.9.oe +++ b/samba/samba_3.0.5.bb 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 --- /dev/null +++ b/samba/samba_3.0.9.bb |