[oe] [meta-systemd][PATCH] systemd_git.bb: Dont inherit vala and gitpkgv

Khem Raj raj.khem at gmail.com
Sat Jul 21 19:41:24 UTC 2012


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 at 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





More information about the Openembedded-devel mailing list