mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
libcomps: inherit setuptools3-base not distutils
[YOCTO #14610] (From OE-Core rev: 93c019bc95e2ea92b2e4a6e45b25c2323c4423e1) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6e0f1aac4c
commit
76624204bd
@@ -12,7 +12,7 @@ SRCREV = "dee4ae37f7818709802de28c4d16fa823bd83ae2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit cmake distutils3-base
|
||||
inherit cmake setuptools3-base
|
||||
|
||||
DEPENDS += "libxml2 expat libcheck"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user