All 4 patches in this series are now merged.

Bruce

On Wed, Feb 8, 2017 at 8:46 AM, Amarnath Valluri <[email protected]
> wrote:

> Make use of bitbake variable where appropriate, this makes the recipe
> portable.
>
> Signed-off-by: Amarnath Valluri <[email protected]>
> ---
>  recipes-containers/containerd/containerd_git.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-containers/containerd/containerd_git.bb
> b/recipes-containers/containerd/containerd_git.bb
> index ca99e55..77c3e93 100644
> --- a/recipes-containers/containerd/containerd_git.bb
> +++ b/recipes-containers/containerd/containerd_git.bb
> @@ -83,6 +83,6 @@ do_install() {
>         fi
>  }
>
> -FILES_${PN} += "/lib/systemd/system/*"
> +FILES_${PN} += "${systemd_system_unitdir}/*"
>
>  INHIBIT_PACKAGE_STRIP = "1"
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-- 
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to