On Thu, Jun 08, 2023 at 01:36:41PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > Having this turned off is causing build errors and the errors that > disabling pybind11 solved do not appear to be in master any more.
Yeah, I already had this change in my local queue for master, but have been fighting other upstream issues... > Signed-off-by: Ryan Eatmon <[email protected]> Tested-by: Denys Dmytriyenko <[email protected]> > --- > meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > index eb39736c..56b83c7a 100644 > --- a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > +++ b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > @@ -12,9 +12,8 @@ SRCREV = "5afc8d918f2c084acd65027604868dfde43395cf" > > DEPENDS = "drm fmt" > > -# New meson build system fails to find pybind11 in sysroot, disable for now > -#DEPENDS += "python3-pybind11" > -#EXTRA_OEMESON = "-Dsystem-pybind11=enabled" > +DEPENDS += "python3-pybind11" > +EXTRA_OEMESON = "-Dsystem-pybind11=enabled" > > PACKAGES =+ "${PN}-python" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14550): https://lists.yoctoproject.org/g/meta-arago/message/14550 Mute This Topic: https://lists.yoctoproject.org/mt/99413424/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
