]> code.ossystems Code Review - openembedded-core.git/commit
cairo: Do not try to remove nonexistent directories
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Tue, 2 Jun 2020 09:06:05 +0000 (11:06 +0200)
committerSteve Sakoman <steve@sakoman.com>
Tue, 9 Jun 2020 15:39:30 +0000 (05:39 -1000)
commit5e33d1d1d655c50a817acda85f2df67c67196daf
tree0950597fb1035f71ffbd833a780aa7e68a642e2f
parent3f8f1385428a2057610dca71e9f122c922df5202
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.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 9bb2268677ac8f0c97433bf1f04555abe88028a9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-graphics/cairo/cairo_1.16.0.bb