diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2019-06-28 14:54:12 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-07-07 19:18:41 -0700 |
commit | eabb07f6d2fc3318fd50f05d364372a96e0b12ed (patch) | |
tree | 175d89e486f4e9b3f5463e60f8a0d533b1958c6c | |
parent | 217e33ff3113c1682514d7682d0bb0fc7c3b23dd (diff) | |
download | meta-security-eabb07f6d2fc3318fd50f05d364372a96e0b12ed.tar.gz |
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>
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap_git.bb (renamed from meta-security-compliance/recipes-openscap/openscap/openscap_1.2.17.bb) | 1 | ||||
-rw-r--r-- | meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb (renamed from meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.33.bb) | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.17.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb index e2a4fa2..3bfa2e1 100644 --- a/meta-security-compliance/recipes-openscap/openscap/openscap_1.2.17.bb +++ b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb | |||
@@ -16,6 +16,7 @@ SRC_URI = "git://github.com/akuster/openscap.git;branch=oe \ | |||
16 | file://crypto_pkgconfig.patch \ | 16 | file://crypto_pkgconfig.patch \ |
17 | file://run-ptest \ | 17 | file://run-ptest \ |
18 | " | 18 | " |
19 | PV = "v1.2.17+git${SRCPV}" | ||
19 | 20 | ||
20 | inherit autotools-brokensep pkgconfig python3native perlnative ptest | 21 | inherit autotools-brokensep pkgconfig python3native perlnative ptest |
21 | 22 | ||
diff --git a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.33.bb b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb index 27d3d86..3f76038 100644 --- a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_0.1.33.bb +++ b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide_git.bb | |||
@@ -10,6 +10,7 @@ DEPENDS = "openscap-native" | |||
10 | 10 | ||
11 | SRCREV = "423d9f40021a03abd018bef7818a3a9fe91a083c" | 11 | SRCREV = "423d9f40021a03abd018bef7818a3a9fe91a083c" |
12 | SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe;" | 12 | SRC_URI = "git://github.com/akuster/scap-security-guide.git;branch=oe;" |
13 | PV = "v0.1.33+git${SRCPV}" | ||
13 | 14 | ||
14 | inherit cmake | 15 | inherit cmake |
15 | 16 | ||