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>
This commit is contained in:
Martin Jansa
2011-12-06 09:35:21 +01:00
committed by Richard Purdie
parent a8dd9bc19d
commit 272f410224

View File

@@ -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.