diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2020-06-02 11:06:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:31 +0100 |
commit | e075a77c1435ad776a8dfc2f66061b61191f7a29 (patch) | |
tree | cc389d3d9cf5be0b76ed302bea2ced60451eb266 /documentation | |
parent | 251aa561362881c0154c9fcd755790b1d9f892a5 (diff) | |
download | poky-e075a77c1435ad776a8dfc2f66061b61191f7a29.tar.gz |
cairo: Do not try to remove nonexistent directories
Commit 0e1f8fa0 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to
native/nativesdk from target) changed the default PACKAGECONFIG for
native and nativesdk so that it becomes empty unless "x11" is in
DISTRO_FEATURES since "trace" was also removed (propbably
unintentionally). This highlighted than an empty PACKAGECONFIG would
lead to a build failure since /usr/bin is never created under these
conditions, but the recipe still tried to remove it.
(From OE-Core rev: 9bb2268677ac8f0c97433bf1f04555abe88028a9)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions