On 02/18/2016 04:19 PM, Richard Purdie wrote:
On Wed, 2016-02-17 at 18:10 -0800, [email protected] wrote:
From: fli <[email protected]>

OE-CORE's fs-perms.txt force /var/run to link /run and
/var/lock to /run/lock, so in order to match with it,
make base-files /var/run and /var/lock link the absolute
path too.
You really need to explain what the issue you're solving is here. You
appear to be replacing two relative paths with absolute paths? Why does
this matter?

Cheers,

Richard


when base-files linked /var/run to relative path of ../run
 and other packages linked /var/run to absolute path of /run by
OE-CORE's fs-perms.txt processing, this will cause two rpm packages
installed two the same name file but they are different , which will
cause files confliction.

Fupan
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to