Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -0500 | [diff] [blame] | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: MIT | ||||
5 | # | ||||
6 | |||||
7 | # Temporarily provide fallback to the old name of the class | ||||
8 | |||||
9 | python __anonymous() { | ||||
10 | bb.warn("distro_features_check.bbclass is deprecated, please use features_check.bbclass instead") | ||||
11 | } | ||||
12 | |||||
13 | inherit features_check |