summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-12-22 21:04:31 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-23 14:28:21 +0000
commit3aa1cfc5a852f18208ee2afb535c1d05d6d162fa (patch)
treed53840a923b74fb4e5c0f3b120bcaeb79a78bea5 /meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
parent4efbda84392e00829b9619ba4d8c49bdc5128606 (diff)
downloadpoky-3aa1cfc5a852f18208ee2afb535c1d05d6d162fa.tar.gz
matchbox-stroke: Make as singleton
Multiple matchbox-stroke instances would occupy whole screen and cause end user confusing. Making matchbox-stroke singleton is one work around. This patch allow only one instance of matchbox-stroke based on some mechanism in matchbox-desktop. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r--meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
index 1e25369e37..b0e77acbf8 100644
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
+++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb
@@ -10,6 +10,7 @@ SECTION = "x11/wm"
10PV = "0.0+svnr${SRCREV}" 10PV = "0.0+svnr${SRCREV}"
11 11
12SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ 12SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
13 file://single-instance.patch;patch=1 \
13 file://configure_fix.patch;patch=1;maxrev=1819 " 14 file://configure_fix.patch;patch=1;maxrev=1819 "
14 15
15S = "${WORKDIR}/${PN}" 16S = "${WORKDIR}/${PN}"