diff options
Diffstat (limited to 'meta/classes/distro_features_check.bbclass')
| -rw-r--r-- | meta/classes/distro_features_check.bbclass | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/classes/distro_features_check.bbclass b/meta/classes/distro_features_check.bbclass deleted file mode 100644 index 1f2674fd6e..0000000000 --- a/meta/classes/distro_features_check.bbclass +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 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 | ||
