summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-02-25 15:58:34 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-27 12:34:40 +0000
commit596bc1658ec237fc3b42f1a74629d0c0aa5532c1 (patch)
tree0bbb4e14e4272edb64484a24e08be64923feee1f
parent836f8c4b4e0262c252569ebb74b81d4037a66d95 (diff)
downloadpoky-596bc1658ec237fc3b42f1a74629d0c0aa5532c1.tar.gz
flit_core: inherit setuptools3-base
This helps bridge the old setuptools3 behavior. FILES:${PN} has sane defaults in setuptools3-base (From OE-Core rev: b1bb4e2d73985c6e8cf03b0fea94e8b739648cf7) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/flit_core.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/flit_core.bbclass b/meta/classes/flit_core.bbclass
index 0f2eec85d0..8edbd654ff 100644
--- a/meta/classes/flit_core.bbclass
+++ b/meta/classes/flit_core.bbclass
@@ -1,4 +1,4 @@
1inherit pip_install_wheel python3native python3-dir 1inherit pip_install_wheel python3native python3-dir setuptools3-base
2 2
3DEPENDS += "python3 python3-flit-core-native python3-pip-native" 3DEPENDS += "python3 python3-flit-core-native python3-pip-native"
4 4