diff mbox series

[meta-security,1/2] arpwatch: Fix typo in COMPATIBLE_HOST:libc-musl = "null"

Message ID 20230622151320.2921659-1-akuster808@gmail.com
State New
Headers show
Series [meta-security,1/2] arpwatch: Fix typo in COMPATIBLE_HOST:libc-musl = "null" | expand

Commit Message

akuster808 June 22, 2023, 3:13 p.m. UTC
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 recipes-scanners/arpwatch/arpwatch_3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

akuster808 June 22, 2023, 5:04 p.m. UTC | #1
Ignore.


On 6/22/23 11:13 AM, Armin Kuster via lists.yoctoproject.org wrote:
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>   .../files/0001-standard.profile-expand-checks.patch             | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/recipes-compliance/scap-security-guide/files/0001-standard.profile-expand-checks.patch b/recipes-compliance/scap-security-guide/files/0001-standard.profile-expand-checks.patch
> index 0621360..a272d04 100644
> --- a/recipes-compliance/scap-security-guide/files/0001-standard.profile-expand-checks.patch
> +++ b/recipes-compliance/scap-security-guide/files/0001-standard.profile-expand-checks.patch
> @@ -4,6 +4,8 @@ Date: Wed, 21 Jun 2023 07:46:38 -0400
>   Subject: [PATCH] standard.profile: expand checks
>   
>   Signed-off-by: Armin Kuster <akuster808@gmail.com>
> +
> +Upstream-status: Pending
>   ---
>    .../openembedded/profiles/standard.profile    | 206 ++++++++++++++++++
>    1 file changed, 206 insertions(+)
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#60405): https://lists.yoctoproject.org/g/yocto/message/60405
> Mute This Topic: https://lists.yoctoproject.org/mt/99699550/3616698
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index 8efb339..4b4d476 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -82,6 +82,6 @@  FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
 
 COMPATIBLE_HOST:riscv32 = "null"
 COMPATIBLE_HOST:riscv64 = "null"
-OMPATIBLE_HOST:libc-musl = "null"
+COMPATIBLE_HOST:libc-musl = "null"
 
 RDEPENDS:${PN} = "libpcap"