From patchwork Sat Jul 21 19:41:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-systemd] systemd_git.bb: Dont inherit vala and gitpkgv Date: Sat, 21 Jul 2012 19:41:24 -0000 From: Khem Raj X-Patchwork-Id: 32791 Message-Id: <1342899684-4450-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org 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 --- 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"