From 54f5199706872747b21def76136d489a67304af2 Mon Sep 17 00:00:00 2001 From: Ari Parkkila Date: Mon, 17 Apr 2023 14:30:38 +0300 Subject: python3-appdirs: add native and nativesdk to BBCLASSEXTEND Signed-off-by: Ari Parkkila Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb') diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb index 977999bfe5..95d1ac05ac 100644 --- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb +++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb @@ -19,3 +19,5 @@ do_install_ptest() { install -d ${D}${PTEST_PATH}/test cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ } + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf