Message ID | 20230610.172341.1672673222928870000.kimoto@ohnolab.org |
---|---|
State | New |
Headers | show |
Series | xwayland needs dependency to libtirpc on kirkstone and master branch. | expand |
Hi Masahiko, Patches for recipes in the "meta" layer should be posted to https://lists.openembedded.org/g/openembedded-core instead of this ML. Instructions for submitting patches can be found at the following URL https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded Best regards, On 2023/06/10 17:23, Masahiko Kimoto wrote: > Hello all, > > On Kirkstone and Master branch of poky, xwayland needs DEPENDS to libtirpc. > > A small patch for kirkstone branch is attached. > > Regards, > > ---------------------------------------------------------------------- > Masahiko Kimoto, Ph.D. > E-mail: kimoto@ohnolab.org URL: http://www.ohnolab.org/~kimoto > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#60242): https://lists.yoctoproject.org/g/yocto/message/60242 > Mute This Topic: https://lists.yoctoproject.org/mt/99444792/7581020 > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [ypa.takayasu.ito@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Ito-san, thanks for instruction, and I'll move this context to OE-core ML, then. Regards, From: "Takayasu Ito" <ypa.takayasu.ito@gmail.com> Subject: Re: [yocto] xwayland needs dependency to libtirpc on kirkstone and master branch. Date: Sun, 11 Jun 2023 21:44:23 +0900 > Hi Masahiko, > > Patches for recipes in the "meta" layer should be posted to > https://lists.openembedded.org/g/openembedded-core instead of this ML. > Instructions for submitting patches can be found at the following URL > https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded > > Best regards, > > On 2023/06/10 17:23, Masahiko Kimoto wrote: > > Hello all, > > > > On Kirkstone and Master branch of poky, xwayland needs DEPENDS to > > libtirpc. > > > > A small patch for kirkstone branch is attached. > > > > Regards, > > > > > ---------------------------------------------------------------------- > > Masahiko Kimoto, Ph.D. > > E-mail: kimoto@ohnolab.org URL: http://www.ohnolab.org/~kimoto > > > > > > > -- > Takayasu Ito > Yocto Project Ambassador > Email: ypa.takayasu.ito@gmail.com > ---------------------------------------------------------------------- Masahiko Kimoto, Ph.D. E-mail: kimoto@ohnolab.org URL: http://www.ohnolab.org/~kimoto
diff --git a/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb b/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb index 6919ba421b..dac0ae1fa2 100644 --- a/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb +++ b/meta/recipes-graphics/xwayland/xwayland_22.1.8.bb @@ -17,7 +17,7 @@ UPSTREAM_CHECK_REGEX = "xwayland-(?P<pver>\d+(\.(?!90\d)\d+)+)\.tar" inherit meson features_check pkgconfig REQUIRED_DISTRO_FEATURES = "x11 opengl" -DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt" +DEPENDS += "xorgproto xtrans pixman libxkbfile libxfont2 wayland wayland-native wayland-protocols libdrm libepoxy libxcvt libtirpc" OPENGL_PKGCONFIGS = "glx glamor dri3" PACKAGECONFIG ??= "${XORG_CRYPTO} \