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

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.