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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
