mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
Previous commit (ce604d453c) removed packageconfig
opengl for -native. The removal was done in a way that it is not possible
to append or add opengl from a .bbappend wxwidgets recipe [1].
This commit adds back the possibility to add opengl to packageconfig when native,
using a weak assignment.
1: https://docs.yoctoproject.org/bitbake/bitbake-user-manual/bitbake-user-manual-metadata.html#removal-override-style-syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>