openscap/scap-security-guide: use _git instead of versioned filenames

In order to facilate the reuse of the recipe code via layer or distro
specific bbappends rename the recipe files to use _git instead of
versined filenames. Specifically this allows for minimal bbappends in
additional layers which may use the upstream, non-forked, repos that
can be version skewed when compared to what is present in this repo.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Mark Asselstine
2019-06-28 14:54:12 -04:00
committed by Armin Kuster
parent 217e33ff31
commit eabb07f6d2
2 changed files with 2 additions and 0 deletions
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/akuster/openscap.git;branch=oe \
file://crypto_pkgconfig.patch \ file://crypto_pkgconfig.patch \
file://run-ptest \ file://run-ptest \
" "
PV = "v1.2.17+git${SRCPV}"
inherit autotools-brokensep pkgconfig python3native perlnative ptest inherit autotools-brokensep pkgconfig python3native perlnative ptest
@@ -10,6 +10,7 @@ DEPENDS = "openscap-native"
SRCREV = "423d9f40021a03abd018bef7818a3a9fe91a083c" SRCREV = "423d9f40021a03abd018bef7818a3a9fe91a083c"
SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe;" SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe;"
PV = "v0.1.33+git${SRCPV}"
inherit cmake inherit cmake