]> code.ossystems Code Review - openembedded-core.git/commit
cups: fix multilib install file conflicts
authorKai Kang <kai.kang@windriver.com>
Tue, 2 Oct 2018 16:27:11 +0000 (00:27 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Oct 2018 16:01:05 +0000 (17:01 +0100)
commitac4df3f83fccfa7dd75d6a913b7ab75e49a7b986
tree154be77d623b8b6edb6cee3a4f85deb9a21a6331
parentc8ab558b4fdc77ab54fbb130078c78d43740b4b8
cups: fix multilib install file conflicts

A comment line of conf file cups-files.conf refers to var @CUPS_SERVERBIN@
is ${libdir} related and then it causes multilib install file conflict.

Remove @CUPS_SERVERBIN@ from the comment line to avoid the conflict.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/cups/cups.inc
meta/recipes-extended/cups/cups/cups-avoid-install-file-conflicts.patch [new file with mode: 0644]