Skip to content

Instantly share code, notes, and snippets.

@alepez
Created December 21, 2017 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alepez/74cb03a0cd712207620c902e3ef7ad10 to your computer and use it in GitHub Desktop.
Save alepez/74cb03a0cd712207620c902e3ef7ad10 to your computer and use it in GitHub Desktop.
xbindkeys yocto recipe
SUMMARY = "xbindkeys - Tool for launching commands on keystrokes"
HOMEPAGE = "http://www.nongnu.org/xbindkeys/xbindkeys.html"
LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://COPYING;md5=24396300012ca5a98ff24b08179852a0"
SECTION = "x11"
DEPENDS = "virtual/libx11"
PR = "r0"
inherit distro_features_check autotools
# depends on virtual/libx11
REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://www.nongnu.org/xbindkeys/xbindkeys-${PV}.tar.gz"
SRC_URI[md5sum] = "c6ea9db56e075dae0697497e2ed390cc"
SRC_URI[sha256sum] = "6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18"
EXTRA_OECONF = "--disable-guile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment