distro_features_check.bbclass 212 B

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