From fd1517e2b51a170f2427122c6b95396db251d827 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 10 Aug 2022 14:35:29 +0100 Subject: classes: Update classes to match new bitbake class scope functionality Move classes to classes-global or classes-recipe as appropriate to take advantage of new bitbake functionality to check class scope/usage. (From OE-Core rev: f5c128008365e141082c129417eb72d2751e8045) Signed-off-by: Richard Purdie --- meta/classes/python_hatchling.bbclass | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 meta/classes/python_hatchling.bbclass (limited to 'meta/classes/python_hatchling.bbclass') diff --git a/meta/classes/python_hatchling.bbclass b/meta/classes/python_hatchling.bbclass deleted file mode 100644 index b9e6582eb5..0000000000 --- a/meta/classes/python_hatchling.bbclass +++ /dev/null @@ -1,9 +0,0 @@ -# -# Copyright OpenEmbedded Contributors -# -# SPDX-License-Identifier: MIT -# - -inherit python_pep517 python3native python3-dir setuptools3-base - -DEPENDS += "python3-hatchling-native" -- cgit v1.2.3-54-g00ecf