distro_features_check.bbclass 255 B

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