All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
@ 2012-07-21 19:41 Khem Raj
  2012-07-22  7:12 ` Koen Kooi
  0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2012-07-21 19:41 UTC (permalink / raw)
  To: openembedded-devel

In an effort to use meta-systemd without meta-oe
layer (purely on OE-Core) I ran into these classes not being there in
OE-Core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-systemd/recipes-core/systemd/systemd_git.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index 9cbdd76..6ae9abb 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -15,13 +15,13 @@ SERIAL_CONSOLE ?= "115200 /dev/ttyS0"
 
 SECTION = "base/shell"
 
-inherit gitpkgv
-PKGV = "v${GITPKGVTAG}"
+#inherit gitpkgv
+#PKGV = "v${GITPKGVTAG}"
 
-PV = "git"
-PR = "r2"
+PV = "git${SRCPV}"
+PR = "r3"
 
-inherit useradd pkgconfig autotools vala perlnative
+inherit useradd pkgconfig autotools perlnative
 
 SRCREV = "cd96b3b86abb4a88cac2722bdfb6e5d4413f6831"
 
-- 
1.7.5.4




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

* Re: [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
  2012-07-21 19:41 [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv Khem Raj
@ 2012-07-22  7:12 ` Koen Kooi
  2012-07-22 16:35   ` Khem Raj
  2012-07-22 16:38   ` Paul Eggleton
  0 siblings, 2 replies; 7+ messages in thread
From: Koen Kooi @ 2012-07-22  7:12 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 21-07-12 21:41, Khem Raj schreef:
> In an effort to use meta-systemd without meta-oe layer (purely on
> OE-Core) I ran into these classes not being there in OE-Core

The vala one isn't needed anymore, the GUI bits are a seperate project now,
but the gitpkgv needs to stay. We can symlink the class from meta-oe into
meta-systemd

regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQC6fpMkyGM64RGpERAq6pAKCr+1GPYZLT4WeM0CZP+Amt/8e1kwCeLbUO
YgNIUkEEms/mtTUB2Qat2Sg=
=oLXc
-----END PGP SIGNATURE-----




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

* Re: [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
  2012-07-22  7:12 ` Koen Kooi
@ 2012-07-22 16:35   ` Khem Raj
  2012-07-22 17:48     ` Koen Kooi
  2012-07-22 16:38   ` Paul Eggleton
  1 sibling, 1 reply; 7+ messages in thread
From: Khem Raj @ 2012-07-22 16:35 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Jul 22, 2012 at 12:12 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
>
> The vala one isn't needed anymore, the GUI bits are a seperate project now,
> but the gitpkgv needs to stay. We can symlink the class from meta-oe into
> meta-systemd

why do we need gitpkgv it creates unnecessary dependency on meta-oe it
would be better
to avoid it. What are downsides of not using gitpkgv ?



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

* Re: [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
  2012-07-22  7:12 ` Koen Kooi
  2012-07-22 16:35   ` Khem Raj
@ 2012-07-22 16:38   ` Paul Eggleton
  2012-07-22 17:47     ` Koen Kooi
  1 sibling, 1 reply; 7+ messages in thread
From: Paul Eggleton @ 2012-07-22 16:38 UTC (permalink / raw)
  To: Koen Kooi; +Cc: openembedded-devel

On Sunday 22 July 2012 09:12:41 Koen Kooi wrote:
> Op 21-07-12 21:41, Khem Raj schreef:
> > In an effort to use meta-systemd without meta-oe layer (purely on
> > OE-Core) I ran into these classes not being there in OE-Core
> 
> The vala one isn't needed anymore, the GUI bits are a seperate project now,
> but the gitpkgv needs to stay. 

Why? I can't see how gitpkgv has anything to do with systemd...

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
  2012-07-22 16:38   ` Paul Eggleton
@ 2012-07-22 17:47     ` Koen Kooi
  0 siblings, 0 replies; 7+ messages in thread
From: Koen Kooi @ 2012-07-22 17:47 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel


Op 22 jul. 2012, om 18:38 heeft Paul Eggleton het volgende geschreven:

> On Sunday 22 July 2012 09:12:41 Koen Kooi wrote:
>> Op 21-07-12 21:41, Khem Raj schreef:
>>> In an effort to use meta-systemd without meta-oe layer (purely on
>>> OE-Core) I ran into these classes not being there in OE-Core
>> 
>> The vala one isn't needed anymore, the GUI bits are a seperate project now,
>> but the gitpkgv needs to stay. 
> 
> Why? I can't see how gitpkgv has anything to do with systemd...

Because it's used to set PV automatically:

inherit gitpkgv
PKGV = "v${GITPKGVTAG}"


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

* Re: [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
  2012-07-22 16:35   ` Khem Raj
@ 2012-07-22 17:48     ` Koen Kooi
  2012-07-22 18:58       ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2012-07-22 17:48 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 22-07-12 18:35, Khem Raj schreef:
> On Sun, Jul 22, 2012 at 12:12 AM, Koen Kooi <koen@dominion.thruhere.net>
> wrote:
>> 
>> The vala one isn't needed anymore, the GUI bits are a seperate project
>> now, but the gitpkgv needs to stay. We can symlink the class from
>> meta-oe into meta-systemd
> 
> why do we need gitpkgv it creates unnecessary dependency on meta-oe it 
> would be better to avoid it. What are downsides of not using gitpkgv ?

Right now we automatically get the proper version, removing gitpkgv would be
a regression. Why not symlink the class into meta-systemd?


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQDDztMkyGM64RGpERAvIzAJ41okNJo/onPU8pmnyBj+Rfge4KMACfUFBU
0rD0duRR+5QpyI9094ommXc=
=oJ9z
-----END PGP SIGNATURE-----




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

* Re: [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv
  2012-07-22 17:48     ` Koen Kooi
@ 2012-07-22 18:58       ` Khem Raj
  0 siblings, 0 replies; 7+ messages in thread
From: Khem Raj @ 2012-07-22 18:58 UTC (permalink / raw)
  To: openembedded-devel

On Sun, Jul 22, 2012 at 10:48 AM, Koen Kooi <koen@dominion.thruhere.net> wrote:
> Right now we automatically get the proper version, removing gitpkgv would be
> a regression. Why not symlink the class into meta-systemd?

symlink would work since both layers are in same repo but logically it
may not be right thing
secondly if one day we would want to make systemd as default init
system in OE-Core then
either gitpkgv has to go into OE-Core or it be dropped. I think with
advent of autopr these all
may become less important in time anyway.



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

end of thread, other threads:[~2012-07-22 19:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-21 19:41 [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv Khem Raj
2012-07-22  7:12 ` Koen Kooi
2012-07-22 16:35   ` Khem Raj
2012-07-22 17:48     ` Koen Kooi
2012-07-22 18:58       ` Khem Raj
2012-07-22 16:38   ` Paul Eggleton
2012-07-22 17:47     ` Koen Kooi

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.