[oe-commits] [meta-openembedded] 07/15: samba: add volatile file to support readonly rootfs

git at git.openembedded.org git at git.openembedded.org
Thu Apr 21 17:08:49 UTC 2016


joe_macdonald pushed a commit to branch master
in repository meta-openembedded.

commit 12e31ce9d6065086fa0a84733f7b45664d41b7e9
Author: Johannes Pointner <johannes.pointner at br-automation.com>
AuthorDate: Fri Apr 15 11:23:42 2016 +0200

    samba: add volatile file to support readonly rootfs
    
    This patch adds a volatile file for samba which was removed by the
    update from 3.6.25 to 4.1.12. This file is necessary to build a image
    that uses the read-only-rootfs feature.
    
    Signed-off-by: Johannes Pointner <johannes.pointner at br-automation.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 .../recipes-connectivity/samba/samba-4.4.2/volatiles.03_samba          | 3 +++
 meta-networking/recipes-connectivity/samba/samba_4.4.2.bb              | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.2/volatiles.03_samba b/meta-networking/recipes-connectivity/samba/samba-4.4.2/volatiles.03_samba
new file mode 100644
index 0000000..4bdfa7d
--- /dev/null
+++ b/meta-networking/recipes-connectivity/samba/samba-4.4.2/volatiles.03_samba
@@ -0,0 +1,3 @@
+# <type> <owner> <group> <mode> <path> <linksource>
+d root root 0755 /var/log/samba none
+d root root 0755 /var/run/samba none
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb
index d10a1dc..9358ca5 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.4.2.bb
@@ -17,6 +17,7 @@ SRC_URI = "${SAMBA_MIRROR}/stable/samba-${PV}.tar.gz \
            file://20-do-not-import-target-module-while-cross-compile.patch \
            file://21-add-config-option-without-valgrind.patch \
            file://0006-avoid-using-colon-in-the-checking-msg.patch \
+           file://volatiles.03_samba \
           "
 
 SRC_URI[md5sum] = "03a65a3adf08ceb1636ad59d234d7f9d"
@@ -109,6 +110,7 @@ do_install_append() {
     install -d ${D}${sysconfdir}/samba
     echo "127.0.0.1 localhost" > ${D}${sysconfdir}/samba/lmhosts
     install -m644 packaging/LSB/smb.conf ${D}${sysconfdir}/samba/smb.conf
+    install -D -m 644 ${WORKDIR}/volatiles.03_samba ${D}${sysconfdir}/default/volatiles/03_samba
 
     install -d ${D}${sysconfdir}/sysconfig/
     install -m644 packaging/systemd/samba.sysconfig ${D}${sysconfdir}/sysconfig/samba

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list