All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] matchbox-session-sato: do not rdepend on initscripts
@ 2013-03-01  8:42 Qi.Chen
  2013-03-01  8:42 ` [PATCH 1/1] " Qi.Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Qi.Chen @ 2013-03-01  8:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Chen Qi <Qi.Chen@windriver.com>

The following changes since commit 2cc4fe4a0874c42421b1bf3fa100160a9e60a9da:

  upstream_tracking.inc: Coonectivity and multimedia packages updates (2013-02-25 05:58:20 -0800)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/matchbox-initscripts
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/matchbox-initscripts

Chen Qi (1):
  matchbox-session-sato: do not rdepend on initscripts

 .../matchbox-sato/matchbox-session-sato_0.1.bb     |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

-- 
1.7.9.5




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] matchbox-session-sato: do not rdepend on initscripts
  2013-03-01  8:42 [PATCH 0/1] matchbox-session-sato: do not rdepend on initscripts Qi.Chen
@ 2013-03-01  8:42 ` Qi.Chen
  2013-03-01 23:14   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Qi.Chen @ 2013-03-01  8:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Zhenfeng.Zhao

From: Chen Qi <Qi.Chen@windriver.com>

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>
---
 .../matchbox-sato/matchbox-session-sato_0.1.bb     |    7 ++-----
 1 file 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.
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] matchbox-session-sato: do not rdepend on initscripts
  2013-03-01  8:42 ` [PATCH 1/1] " Qi.Chen
@ 2013-03-01 23:14   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2013-03-01 23:14 UTC (permalink / raw)
  To: Qi.Chen; +Cc: Zhenfeng.Zhao, openembedded-core

On 1 March 2013 08:42,  <Qi.Chen@windriver.com> wrote:
> From: Chen Qi <Qi.Chen@windriver.com>
>
> 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.

Good catch, I was wondering where that package came from.  This
probably means that systemd booting will break in subtle ways, which
will be fun.

Ross



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-01 23:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-01  8:42 [PATCH 0/1] matchbox-session-sato: do not rdepend on initscripts Qi.Chen
2013-03-01  8:42 ` [PATCH 1/1] " Qi.Chen
2013-03-01 23:14   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.