All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] base-files: Add /run/lock as a standard directory
@ 2014-05-08 23:24 Mark Hatle
  2014-05-09  9:16 ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Mark Hatle @ 2014-05-08 23:24 UTC (permalink / raw)
  To: openembedded-core

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@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



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-05-09 20:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-08 23:24 [PATCH] base-files: Add /run/lock as a standard directory Mark Hatle
2014-05-09  9:16 ` Burton, Ross
2014-05-09 15:14   ` Mark Hatle
2014-05-09 15:31     ` Saul Wold
2014-05-09 15:50       ` Mark Hatle
2014-05-09 19:41     ` Colin Walters
2014-05-09 20:35       ` Mark Hatle
2014-05-09 20:50         ` Colin Walters

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.