]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
cups: use BUILDROOT instead of DESTDIR
authorTrevor Woerner <twoerner@gmail.com>
Wed, 8 Mar 2023 22:44:40 +0000 (17:44 -0500)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Mar 2023 14:35:11 +0000 (04:35 -1000)
commit992c571fc2f69c62d8f916440251a5189fae3aa1
tree982e59e3ba3919f91537047b0818767f9affe202
parent737edc7304884c9c5a094971f344d8e459049ec5
cups: use BUILDROOT instead of DESTDIR

The cups documentation is clear that the correct way to install into an
alternate root directory is to use the BUILDROOT variable. From INSTALL.md:

Use the `BUILDROOT` variable to install to an alternate root directory:

    make BUILDROOT=/some/other/root/directory install

DESTDIR works, but we should use the mechanism the project specifically
created for this purpose.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f8fc70674e0ea5df46969a06da62f8ed135cae4e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/cups/cups.inc