Message ID | 20250319091329.3057329-1-niko.mauno@vaisala.com |
---|---|
State | Accepted, archived |
Commit | ee772df90dfc0eb1c973282e3bfac7357d42b0db |
Headers | show |
Series | [1/2] packagegroup-core-x11: Avoid non-ASCII in RDEPENDS | expand |
Thanks, I was about to look at this! I agree that the dependency should be removed - anything that needs dbus will be pulling it in already. This dependency is historical from when the x11-enabled launcher was a separate package. Ross > On 19 Mar 2025, at 09:13, Niko Mauno <niko.mauno@vaisala.com> wrote: > > Replace the UTF8 character for non-breaking space with regular > (ASCII) space in RDEPENDS:${PN}-utils variable. > > Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> > --- > meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb > index 91db7ed33b..10184f1cf1 100644 > --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb > +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb > @@ -30,6 +30,6 @@ RDEPENDS:${PN}-utils = "\ > xrandr \ > xmodmap \ > xdpyinfo \ > - xinput-calibrator \ > + xinput-calibrator \ > dbus-x11 \ > " > -- > 2.39.5 >
diff --git a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb index 91db7ed33b..10184f1cf1 100644 --- a/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb +++ b/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb @@ -30,6 +30,6 @@ RDEPENDS:${PN}-utils = "\ xrandr \ xmodmap \ xdpyinfo \ - xinput-calibrator \ + xinput-calibrator \ dbus-x11 \ "
Replace the UTF8 character for non-breaking space with regular (ASCII) space in RDEPENDS:${PN}-utils variable. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> --- meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)