mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 03:47:03 +00:00
88c5e10d62
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. (From OE-Core rev: a2bab241c64428d5109c3c5ac5de4463fbad70c5) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
21 lines
596 B
BlitzBasic
21 lines
596 B
BlitzBasic
SUMMARY = "Library for converting characters to X key-presses"
|
|
DESCRIPTION = "libfakekey is a simple library for converting UTF-8 characters into 'fake' X \
|
|
key-presses."
|
|
HOMEPAGE = "http://matchbox-project.org/"
|
|
BUGTRACKER = "http://bugzilla.openedhand.com/"
|
|
|
|
LICENSE = "LGPLv2+"
|
|
LIC_FILES_CHKSUM = "file://src/libfakekey.c;endline=30;md5=602b5ccd48f64407510867f3373b448c"
|
|
|
|
DEPENDS = "libxtst"
|
|
SECTION = "x11/wm"
|
|
|
|
SRCREV = "e327ff049b8503af2dadffa84370a0860b9fb682"
|
|
PV = "0.0+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.yoctoproject.org/${BPN}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig gettext
|