All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] scap-security-guide: add expat-native to DEPENDS
@ 2020-10-14  9:44 Yu, Mingli
  2020-10-16  4:20 ` [yocto] " akuster
  0 siblings, 1 reply; 2+ messages in thread
From: Yu, Mingli @ 2020-10-14  9:44 UTC (permalink / raw)
  To: yocto

From: Mingli Yu <mingli.yu@windriver.com>

Add expat-native to DEPENDS to fix the below do_configure error:
| CMake Error at CMakeLists.txt:165 (message):
|  xmlwf is required!

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 .../scap-security-guide/scap-security-guide.inc                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc
index 66c2623..32fce0f 100644
--- a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc
+++ b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc
@@ -6,7 +6,7 @@ HOME_URL = "https://www.open-scap.org/security-policies/scap-security-guide/"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=97662e4486d9a1d09f358851d9f41a1a"
 LICENSE = "LGPL-2.1"
 
-DEPENDS = "openscap-native python3 python3-pyyaml-native python3-jinja2-native libxml2-native"
+DEPENDS = "openscap-native python3 python3-pyyaml-native python3-jinja2-native libxml2-native expat-native"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [yocto] [meta-security][PATCH] scap-security-guide: add expat-native to DEPENDS
  2020-10-14  9:44 [meta-security][PATCH] scap-security-guide: add expat-native to DEPENDS Yu, Mingli
@ 2020-10-16  4:20 ` akuster
  0 siblings, 0 replies; 2+ messages in thread
From: akuster @ 2020-10-16  4:20 UTC (permalink / raw)
  To: Yu, Mingli, yocto



On 10/14/20 2:44 AM, Yu, Mingli wrote:
> From: Mingli Yu <mingli.yu@windriver.com>
>
> Add expat-native to DEPENDS to fix the below do_configure error:
> | CMake Error at CMakeLists.txt:165 (message):
> |  xmlwf is required!
merged.

thanks
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  .../scap-security-guide/scap-security-guide.inc                 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc
> index 66c2623..32fce0f 100644
> --- a/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc
> +++ b/meta-security-compliance/recipes-openscap/scap-security-guide/scap-security-guide.inc
> @@ -6,7 +6,7 @@ HOME_URL = "https://www.open-scap.org/security-policies/scap-security-guide/"
>  LIC_FILES_CHKSUM = "file://LICENSE;md5=97662e4486d9a1d09f358851d9f41a1a"
>  LICENSE = "LGPL-2.1"
>  
> -DEPENDS = "openscap-native python3 python3-pyyaml-native python3-jinja2-native libxml2-native"
> +DEPENDS = "openscap-native python3 python3-pyyaml-native python3-jinja2-native libxml2-native expat-native"
>  
>  S = "${WORKDIR}/git"
>  
>
> 
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-16  4:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14  9:44 [meta-security][PATCH] scap-security-guide: add expat-native to DEPENDS Yu, Mingli
2020-10-16  4:20 ` [yocto] " akuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.