On Thu, Mar 7, 2024 at 11:20 AM Andre Paiusco <andre.paiu...@gmail.com> wrote: > > CC: Khem Raj <raj.k...@gmail.com> > Signed-off-by: Andre Paiusco <andre.paiu...@gmail.com> > --- > .../packagegroups/packagegroup-meta-oe.bb | 1 + > .../recipes-graphics/ydotool/ydotool_git.bb | 20 +++++++++++++++++++ > 2 files changed, 21 insertions(+) > create mode 100644 meta-oe/recipes-graphics/ydotool/ydotool_git.bb > > diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb > b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb > index 6e2012dae..dd033208b 100644 > --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb > +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb > @@ -611,6 +611,7 @@ RDEPENDS:packagegroup-meta-oe-graphics ="\ > xcursorgen \ > ${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xscreensaver", "", > d)} \ > yad \ > + ydotool \
this should also be covered by DISTRO_FEATURE check > parallel-deqp-runner \ > ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "opengl-es-cts", "", > d)} \ > ${@bb.utils.contains("DISTRO_FEATURES", "opengl vulkan", "vulkan-cts", > "", d)} \ > diff --git a/meta-oe/recipes-graphics/ydotool/ydotool_git.bb > b/meta-oe/recipes-graphics/ydotool/ydotool_git.bb > new file mode 100644 > index 000000000..2525ea70b > --- /dev/null > +++ b/meta-oe/recipes-graphics/ydotool/ydotool_git.bb > @@ -0,0 +1,20 @@ > +SUMMARY = "Generic Linux command-line automation tool (no X!)" > +DESCRIPTION = "ydotool is not limited to Wayland. You can use it on anything > as long as it accepts keyboard/mouse/whatever input." > +LICENSE = "AGPL-3.0-or-later" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=eb1e647870add0502f8f010b19de32af" > + > +DEPENDS = "systemd" > +PV = "1.0.4+git" > + > +SRC_URI = "git://github.com/ReimuNotMoe/ydotool;protocol=https;branch=master" > +SRCREV = "c07ae72be46c40912023b91b8ba737630d8720e1" > + > +inherit cmake systemd pkgconfig features_check > + > +REQUIRED_DISTRO_FEATURES = "systemd" > + > +EXTRA_OECMAKE = "\ > + -DBUILD_DOCS=OFF \ > +" > + > +SYSTEMD_SERVICE:${PN} = "ydotoold.service > \ No newline at end of file > -- > 2.44.0 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#109207): https://lists.openembedded.org/g/openembedded-devel/message/109207 Mute This Topic: https://lists.openembedded.org/mt/104794570/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-