ping

> -----Original Message-----
> From: Lei, Maohui <[email protected]>
> Sent: Tuesday, November 23, 2021 7:20 PM
> To: [email protected]
> Cc: Lei, Maohui <[email protected]>
> Subject: [yocto] [meta-cgl][PATCH] resource-agents: Fix QA Issue:
> 
> ERROR: resource-agents-4.5.0-r0 do_package_qa: QA Issue: resource-agents
> installs files in /var/volatile, but it is expected to be empty [empty-dirs]
> 
> Signed-off-by: Lei Maohui <[email protected]>
> ---
>  .../cluster-resource-agents/resource-agents_4.5.0.bb           | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git
> a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0
> .bb
> b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0
> .bb
> index 261681c..d6fb708 100644
> ---
> a/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0
> .bb
> +++
> b/meta-cgl-common/recipes-cgl/cluster-resource-agents/resource-agents_4.5.0
> .bb
> @@ -57,8 +57,7 @@ EXTRA_OECONF += "--disable-fatal-warnings \
>                   --with-rsctmpdir=/var/run/heartbeat/rsctmp"
> 
>  do_install:append() {
> -    rm -rf "${D}${localstatedir}/run"
> -    rmdir --ignore-fail-on-non-empty "${D}${localstatedir}"
> +    rm -rf "${D}${localstatedir}"
>  }
> 
>  # tickle_tcp is published under GPLv3, we just split it into ${PN}-extra,
> --
> 2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55556): https://lists.yoctoproject.org/g/yocto/message/55556
Mute This Topic: https://lists.yoctoproject.org/mt/87251264/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to