From 272f410224c97f98585912a7d9d8f9abd40846f2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 6 Dec 2011 09:35:21 +0100 Subject: matchbox-session-sato: respect VIRTUAL-RUNTIME_initscripts settings (From OE-Core rev: 493746f1d7f1410284880203c1ac462d61ab5299) Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/matchbox-sato') 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/" 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. -- cgit v1.2.3-54-g00ecf