distro_features_check.bbclass 288 B

12345678910111213
  1. #
  2. # Copyright OpenEmbedded Contributors
  3. #
  4. # SPDX-License-Identifier: MIT
  5. #
  6. # Temporarily provide fallback to the old name of the class
  7. python __anonymous() {
  8. bb.warn("distro_features_check.bbclass is deprecated, please use features_check.bbclass instead")
  9. }
  10. inherit features_check