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