[Angstrom-devel] [meta-angstrom 2/2] remove several ${localstatedir}/* entries
Andreas Müller
schnitzeltony at gmx.de
Sun Sep 25 23:53:20 CEST 2011
Fixes Errors reported:
ERROR: Fixup Perms: Unable to correct directory link, target already exists: /var/lock -> /var/volatile/lock
ERROR: Fixup Perms: Unable to correct directory link, target already exists: /var/cache -> /var/volatile/cache
ERROR: Fixup Perms: Unable to correct directory link, target already exists: /var/log -> /var/volatile/log
ERROR: Fixup Perms: Unable to correct directory link, target already exists: /var/tmp -> /var/volatile/tmp
Signed-off-by: Andreas Müller <schnitzeltony at gmx.de>
---
recipes-core/base-files/base-files_3.0.14.bbappend | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend b/recipes-core/base-files/base-files_3.0.14.bbappend
index c67988f..2e48a5a 100644
--- a/recipes-core/base-files/base-files_3.0.14.bbappend
+++ b/recipes-core/base-files/base-files_3.0.14.bbappend
@@ -1,16 +1,11 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
-PRINC = "9"
+PRINC = "10"
# Original: volatiles = "cache run log lock tmp"
# We don't any of those in volatiles, so:
volatiles = ""
-dirs755 += "${localstatedir}/cache \
- ${localstatedir}/log \
- ${localstatedir}/lock \
- ${localstatedir}/lock/subsys \
- ${localstatedir}/tmp \
- ${localstatedir}/volatile/tmp \
+dirs755 += "${localstatedir}/volatile/tmp \
"
BASEFILESISSUEINSTALL = "do_install_angstromissue"
--
1.7.4.4
More information about the Angstrom-distro-devel
mailing list