mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
A recipe for libglvnd has landed in meta-oe with a version newer than our copy here. We need to handle builds with and without meta-oe in the layer set, so update to work like we do with libv4l2/v4l-utils: * Rename our recipe to libglvnd-tegra, restricted to tegra machines only. Add appropriate PROVIDES/RPROVIDES so users can still reference just 'libglvnd', update it to 1.5.0 to match the meta-oe recipe, and fix a typo. * Add a bbappend for libglvnd under external/openembedded-layer. The bbappend applies the tegra-specific build settings we need and makes the packages built tegra-specific. Signed-off-by: Matt Madison <matt@madison.systems>