summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-03-01 16:42:07 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-01 13:03:29 +0000
commit298dabb985a40de8974f597c1e9fb51c37e7c545 (patch)
tree8b6fec0ed08b7ef388f77cd7400c6c32101a84f8 /meta/recipes-sato
parentcef8f6b6c657121b47173f64b16354ee1ad458ab (diff)
downloadast2050-yocto-poky-298dabb985a40de8974f597c1e9fb51c37e7c545.zip
ast2050-yocto-poky-298dabb985a40de8974f597c1e9fb51c37e7c545.tar.gz
matchbox-session-sato: do not rdepend on initscripts
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] (From OE-Core rev: 8fbf22ef856a68e4f2e9ddabe33334f60616e16c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb7
1 files changed, 2 insertions, 5 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 2d34754..70cf7a9 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,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.
OpenPOWER on IntegriCloud