summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-12-06 09:35:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-08 15:24:26 +0000
commit272f410224c97f98585912a7d9d8f9abd40846f2 (patch)
treef10f82039371574d1ad138a124bd6d70370d991d /meta
parenta8dd9bc19d2156a9c9a593de517b63170dc2f567 (diff)
downloadpoky-272f410224c97f98585912a7d9d8f9abd40846f2.tar.gz
matchbox-session-sato: respect VIRTUAL-RUNTIME_initscripts settings
(From OE-Core rev: 493746f1d7f1410284880203c1ac462d61ab5299) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
index 01e456e454..c738584232 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
@@ -5,9 +5,12 @@ BUGTRACKER = "http://bugzilla.openedhand.com/"
5LICENSE = "GPL" 5LICENSE = "GPL"
6LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" 6LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63"
7 7
8# Distro can override initscripts provider
9VIRTUAL-RUNTIME_initscripts ?= "initscripts"
10
8SECTION = "x11" 11SECTION = "x11"
9RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" 12RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato ${VIRTUAL-RUNTIME_initscripts} matchbox-session"
10PR = "r28" 13PR = "r29"
11 14
12# This package is architecture specific because the session script is modified 15# This package is architecture specific because the session script is modified
13# based on the machine architecture. 16# based on the machine architecture.