]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Mar 2023 00:08:38 +0000 (00:08 +0000)
commitf8fc70674e0ea5df46969a06da62f8ed135cae4e
treefe76055383edde0fd6c437ea49975b5ef028e246
parent4011c0fadec98f1001046079f59e4e2a4a3a3fcf
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>
meta/recipes-extended/cups/cups.inc