diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-03-17 08:14:22 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:29:57 -0400 |
commit | 3effeff40d0e9aa3556ce3ed9a1c9eb84c1f4dd5 (patch) | |
tree | a305155e8962708749abdb6a69c8cff9ce4c22be | |
parent | 9e2355106d7d8fa63d3462d70b4739d3465f3ea3 (diff) | |
download | meta-security-3effeff40d0e9aa3556ce3ed9a1c9eb84c1f4dd5.tar.gz |
openscap git: add DEFAULT_PREFERENCE
This recipe is not maintained and will be dropped by the next LTS if nothing changes.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-security-compliance/recipes-openscap/openscap/openscap_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb index a18cbd1..3543e11 100644 --- a/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb +++ b/meta-security-compliance/recipes-openscap/openscap/openscap_git.bb | |||
@@ -10,3 +10,5 @@ SRC_URI = "git://github.com/akuster/openscap.git;branch=oe-1.3;protocol=https \ | |||
10 | " | 10 | " |
11 | 11 | ||
12 | PV = "1.3.3+git${SRCPV}" | 12 | PV = "1.3.3+git${SRCPV}" |
13 | |||
14 | DEFAULT_PREFERENCE = "-1" | ||