[OE-core] [PATCH] base-files: Add /run/lock as a standard directory

Mark Hatle mark.hatle at windriver.com
Thu May 8 23:24:50 UTC 2014


rpm -V -qa

Will report:

Unsatisfied dependencies for base-files-3.0.14-r73.2.0.qemux86_64:
/proc/mounts
/run/lock

The /run/lock directory was being dynamically created during package install,
but should have been owned by the base-files package.

(Note: /proc/mounts is a different issue)

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 meta/recipes-core/base-files/base-files_3.0.14.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/base-files/base-files_3.0.14.bb b/meta/recipes-core/base-files/base-files_3.0.14.bb
index 6d76a2b..d38d30b 100644
--- a/meta/recipes-core/base-files/base-files_3.0.14.bb
+++ b/meta/recipes-core/base-files/base-files_3.0.14.bb
@@ -34,8 +34,8 @@ docdir_append = "/${P}"
 dirs1777 = "/tmp ${localstatedir}/volatile/tmp"
 dirs2775 = "/home ${prefix}/src ${localstatedir}/local"
 dirs755 = "/bin /boot /dev ${sysconfdir} ${sysconfdir}/default \
-           ${sysconfdir}/skel /lib /mnt /proc ${ROOT_HOME} /run /sbin \
-           ${prefix} ${bindir} ${docdir} /usr/games ${includedir} \
+           ${sysconfdir}/skel /lib /mnt /proc ${ROOT_HOME} /run /run/lock \
+           /sbin ${prefix} ${bindir} ${docdir} /usr/games ${includedir} \
            ${libdir} ${sbindir} ${datadir} \
            ${datadir}/common-licenses ${datadir}/dict ${infodir} \
            ${mandir} ${datadir}/misc ${localstatedir} \
-- 
1.8.5.3




More information about the Openembedded-core mailing list