Renable? Otherwise LGTM
On Fri, Jun 16, 2023 at 05:10:10PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote: > With the pybind11 backport, the kms++ package builds correctly. Turn it > back on. > > Signed-off-by: Ryan Eatmon <[email protected]> > --- > .../recipes-core/packagegroups/packagegroup-arago-base.bb | 3 +-- > meta-arago-extras/recipes-graphics/kms++/kms++_git.bb | 5 ++--- > 2 files changed, 3 insertions(+), 5 deletions(-) > > diff --git > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > index 31d9ad5b..ff32112a 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb > @@ -26,8 +26,6 @@ ARAGO_BASE = "\ > libgpiod-tools \ > " > > -# these require meta-openembedded/meta-oe layer > -# kms++-python is not provided yet > ARAGO_EXTRA = "\ > devmem2 \ > tcpdump \ > @@ -35,6 +33,7 @@ ARAGO_EXTRA = "\ > dropbear \ > openssh-sftp-server \ > kms++ \ > + kms++-python \ > can-utils \ > docker \ > " > diff --git a/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > b/meta-arago-extras/recipes-graphics/kms++/kms++_git.bb > index eb39736c..2c0abaa7 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 += "libevdev python3-pybind11" > +EXTRA_OEMESON = "-Dsystem-pybind11=enabled" > > PACKAGES =+ "${PN}-python" -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14649): https://lists.yoctoproject.org/g/meta-arago/message/14649 Mute This Topic: https://lists.yoctoproject.org/mt/99580478/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
