]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-session-sato: do not rdepend on initscripts
authorChen Qi <Qi.Chen@windriver.com>
Fri, 1 Mar 2013 08:42:07 +0000 (16:42 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Mar 2013 13:00:11 +0000 (13:00 +0000)
Previously, matchbox-session-sato depended on initscripts, thus resulting
in initscripts package built and installed in case of systemd init manager.

But there is actually no dependency between them. So this patch removes
the dependency.

[YOCTO #3940]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb

index 2d34754281e161ef1e61cecd29f46baad27811f2..70cf7a90d5011cb9b9edd92493a4c0bd6d69c188 100644 (file)
@@ -5,12 +5,9 @@ BUGTRACKER = "http://bugzilla.openedhand.com/"
 LICENSE = "GPLv2.0+"
 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 ${VIRTUAL-RUNTIME_initscripts} matchbox-session"
-PR = "r29"
+RDEPENDS_${PN} = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato matchbox-session"
+PR = "r30"
 
 # This package is architecture specific because the session script is modified
 # based on the machine architecture.