summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb4
-rw-r--r--packages/samba/files/cifs.patch (renamed from packages/samba/samba-3.0.5/cifs.patch)0
-rw-r--r--packages/samba/files/configure.patch (renamed from packages/samba/samba-3.0.5/configure.patch)0
-rw-r--r--packages/samba/samba.inc (renamed from packages/samba/samba-3.0.9/cifs.patch)0
-rw-r--r--packages/samba/samba_3.0.10.bb (renamed from packages/samba/samba-3.0.9/configure.patch)0
-rw-r--r--packages/samba/samba_3.0.5.bb38
-rw-r--r--packages/samba/samba_3.0.9.bb40
7 files changed, 5 insertions, 77 deletions
diff --git a/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb b/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb
index e95f809733..5e4da53147 100644
--- a/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb
+++ b/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh37.4.bb
@@ -2,7 +2,7 @@ SECTION = "kernel"
DESCRIPTION = "handhelds.org Linux kernel for PXA25x based devices."
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
KERNEL_CCSUFFIX = "-3.3.3"
COMPATIBLE_HOST = "arm.*-linux"
@@ -30,7 +30,7 @@ KERNEL_PRIORITY = "${@'%d' % (int(bb.data.getVar('K_MAJOR',d,1)) * 100000000 + i
module_conf_h3900_asic = "alias ipaq_hal_3900 h3900_asic"
module_conf_h5400_asic = "alias ipaq_hal_5400 h5400_asic"
module_conf_pxa_ir = "alias irda0 pxa_ir"
-module_conf_i2c_algo_pxa = "options i2c-algo-pxa pxa_scan=0"
+module_conf_i2c-algo-pxa = "options i2c-algo-pxa pxa_scan=0"
module_conf_pcmcia_core = "options pcmcia_core ignore_cis_vcc=1"
module_conf_ppp_async = "alias ppp0 ppp_async"
module_conf_orinoco_cs = "options orinoco_cs ignore_cis_vcc=1"
diff --git a/packages/samba/samba-3.0.5/cifs.patch b/packages/samba/files/cifs.patch
index e69de29bb2..e69de29bb2 100644
--- a/packages/samba/samba-3.0.5/cifs.patch
+++ b/packages/samba/files/cifs.patch
diff --git a/packages/samba/samba-3.0.5/configure.patch b/packages/samba/files/configure.patch
index e69de29bb2..e69de29bb2 100644
--- a/packages/samba/samba-3.0.5/configure.patch
+++ b/packages/samba/files/configure.patch
diff --git a/packages/samba/samba-3.0.9/cifs.patch b/packages/samba/samba.inc
index e69de29bb2..e69de29bb2 100644
--- a/packages/samba/samba-3.0.9/cifs.patch
+++ b/packages/samba/samba.inc
diff --git a/packages/samba/samba-3.0.9/configure.patch b/packages/samba/samba_3.0.10.bb
index e69de29bb2..e69de29bb2 100644
--- a/packages/samba/samba-3.0.9/configure.patch
+++ b/packages/samba/samba_3.0.10.bb
diff --git a/packages/samba/samba_3.0.5.bb b/packages/samba/samba_3.0.5.bb
index 040b5a751e..be6a9ca144 100644
--- a/packages/samba/samba_3.0.5.bb
+++ b/packages/samba/samba_3.0.5.bb
@@ -1,42 +1,6 @@
-SECTION = "console/network"
-DEPENDS = readline
-LICENSE = "GPL"
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}
-}
+include samba.inc
diff --git a/packages/samba/samba_3.0.9.bb b/packages/samba/samba_3.0.9.bb
index 4c883f3a2a..be6a9ca144 100644
--- a/packages/samba/samba_3.0.9.bb
+++ b/packages/samba/samba_3.0.9.bb
@@ -1,42 +1,6 @@
-SECTION = "console/network"
-DEPENDS = readline
-LICENSE = "GPL"
-SRC_URI := "http://us2.samba.org/samba/ftp/samba-${PV}.tar.gz \
+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}
-}
+include samba.inc