diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2011-12-06 09:35:21 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-07 12:42:22 +0000 |
commit | 493746f1d7f1410284880203c1ac462d61ab5299 (patch) | |
tree | 159d75054a779d5653272ff49cef9c256168a6b5 /meta/recipes-sato/matchbox-sato | |
parent | aa9d0de4225fe482ddbf1486f8018bc87419e228 (diff) | |
download | openembedded-core-contrib-493746f1d7f1410284880203c1ac462d61ab5299.tar.gz |
matchbox-session-sato: respect VIRTUAL-RUNTIME_initscripts settings
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-sato')
-rw-r--r-- | meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 7 |
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 01e456e4542..c738584232f 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/" LICENSE = "GPL" LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63" +# Distro can override initscripts provider +VIRTUAL-RUNTIME_initscripts ?= "initscripts" + SECTION = "x11" -RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato initscripts matchbox-session" -PR = "r28" +RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato ${VIRTUAL-RUNTIME_initscripts} matchbox-session" +PR = "r29" # This package is architecture specific because the session script is modified # based on the machine architecture. |