samba: 3.0.33 -> 3.0.34, also small change to 3.2.7 to merge stuff better in samba.inc
authorTim 'timtim' Ellis <tim.ellis@foonas.org>
Mon, 26 Jan 2009 00:00:58 +0000 (00:00 +0000)
committerTim 'timtim' Ellis <tim.ellis@foonas.org>
Mon, 26 Jan 2009 00:00:58 +0000 (00:00 +0000)
packages/samba/samba-3.0.34/configure.patch [moved from packages/samba/samba-3.0.33/configure.patch with 100% similarity]
packages/samba/samba-3.0.34/smb.conf [moved from packages/samba/samba-3.0.33/smb.conf with 100% similarity]
packages/samba/samba.inc
packages/samba/samba_3.0.34.bb [moved from packages/samba/samba_3.0.33.bb with 92% similarity]
packages/samba/samba_3.2.7.bb

index b962a63..260230b 100644 (file)
@@ -32,7 +32,6 @@ do_configure_prepend () {
 do_compile () {
        oe_runmake proto_exists
        base_do_compile
-       ${CC} client/mount.cifs.c -o mount.cifs
 }
 
 do_install_append() {
similarity index 92%
rename from packages/samba/samba_3.0.33.bb
rename to packages/samba/samba_3.0.34.bb
index a1aeccf..07a8bac 100644 (file)
@@ -1,7 +1,7 @@
 require samba.inc
 inherit update-rc.d
 
-PR = "r8"
+PR = "r0"
 
 SRC_URI += "file://config-lfs.patch;patch=1 \
             file://quota.patch;patch=1;pnum=0 \
@@ -43,6 +43,11 @@ do_install_append() {
        install -d ${D}/var/spool/samba
 }
 
+do_stage() {
+       install -m 0644 include/libsmbclient.h ${STAGING_INCDIR}
+       oe_libinstall -C bin -a -so libsmbclient ${STAGING_LIBDIR}
+}
+
 PACKAGES =+ "swat"
 
 FILES_swat       = "${sbindir}/swat ${datadir}/swat ${libdir}/*.msg"
index 4c4c43b..ec51568 100644 (file)
@@ -47,12 +47,6 @@ do_configure() {
        oe_runconf
 }
 
-# Override samba.inc because building mount.cifs separately not necessary anymore and causes issues
-do_compile () {
-        oe_runmake proto_exists
-        base_do_compile
-}
-
 do_install_append() {
        install -d "${D}/var/log/samba"
        install -d "${D}${sysconfdir}/init.d"