summaryrefslogtreecommitdiffstats
path: root/oe-init-build-env-memres
AgeCommit message (Expand)Author
2016-03-20oe-init-build-env*: Make them actually return failuresPeter Kjellerstedt
2016-03-20oe-init-build-env*: Remove unnecessary differences between the scriptsPeter Kjellerstedt
2016-03-20oe-init-build-env*: Update/correct comment about specifying argumentsPeter Kjellerstedt
2016-03-20oe-init-build-env*: Allow $OEROOT to be predefinedPeter Kjellerstedt
2015-03-20oe-init-build-env-memres: Fix source checkEsquivel, Benjamin
2014-09-23oe-init-build-env-memres: Fix automatic port usageRichard Purdie
2013-12-02oe-init-build-env-memres: Add auto port functionalityJason Wessel
2013-12-02oe-init-build-env: Allow startup with and without memresJason Wessel
2013-10-04oe-init-build-env-memres: Unset BBSERVER if already setRichard Purdie
2013-09-26oe-init-build-env-memres: use shell instead of Python to show the port numberRoss Burton
2013-08-26Add memory resident bitbake scriptRichard Purdie
emd-networkd OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-keyboard/matchbox-keyboard_svn.bb
blob: d2514d95c3b35e913a5bf1af4a5e3ad840cbcd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Matchbox virtual keyboard for X11"
LICENSE = "GPL"
DEPENDS = "libfakekey expat libxft"
SECTION = "x11"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
PV = "0.0+svn${SRCDATE}"
PR="r2"

SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"


S = ${WORKDIR}/${PN}

inherit autotools pkgconfig gettext

EXTRA_OECONF = "--disable-cairo"

FILES_${PN} = "${bindir} \
	       ${datadir}/applications \
	       ${datadir}/pixmaps \
		${datadir}/matchbox-keyboard"