base-files: create /run

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-17 19:26:33 +02:00
parent 8c6a777b34
commit 593dab843d

View File

@@ -1,6 +1,6 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
PRINC = "11"
PRINC = "12"
# Original: volatiles = "cache run log lock tmp"
# We don't any of those in volatiles, so:
@@ -12,6 +12,7 @@ dirs755 += "${localstatedir}/cache \
${localstatedir}/lock/subsys \
${localstatedir}/tmp \
${localstatedir}/volatile/tmp \
/run \
"
BASEFILESISSUEINSTALL = "do_install_angstromissue"