mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
All of our bbclasses are per-recipe, rather than global. Signed-off-by: Matt Madison <matt@madison.systems>
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
# Use this class only when creating a bbappend for
|
|
# a recipe in another layer to introduce a dependency
|
|
# on gl/egl/gles/etc. for tegra platforms, when the
|
|
# base recipe does not already inherit features_check
|
|
# for other purposes.
|
|
|
|
inherit features_check
|
|
|
|
REQUIRED_DISTRO_FEATURES:append = " opengl"
|