Suppress eol in functionfs setup scripts (#147)#400
Closed
tewarid wants to merge 1 commit intoopenembedded:masterfrom
Closed
Suppress eol in functionfs setup scripts (#147)#400tewarid wants to merge 1 commit intoopenembedded:masterfrom
tewarid wants to merge 1 commit intoopenembedded:masterfrom
Conversation
Stray newline character causes errors in functionfs setup scripts used by android-tools-adbd.service, when using musl libc and/or toybox. Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
Contributor
|
applied with db5f487 |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 7, 2022
Changelog:
=========
Bug Fixes
---------
deps: allow protobuf < 5.0.0 (openembedded#400) (8f73d2e)
drop support for grpc-gcp (openembedded#401) (5da6733)
Documentation
-------------
fix changelog header to consistent size (openembedded#394) (ac266e9)
Fix typo in the BackgroundConsumer docstring (openembedded#395) (0eb727f)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 7, 2022
Changelog:
=========
Bug Fixes
---------
deps: allow protobuf < 5.0.0 (openembedded#400) (8f73d2e)
drop support for grpc-gcp (openembedded#401) (5da6733)
Documentation
-------------
fix changelog header to consistent size (openembedded#394) (ac266e9)
Fix typo in the BackgroundConsumer docstring (openembedded#395) (0eb727f)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 13, 2023
Update xfce4-settings from 4.18.0 to 4.18.2 * rebase 0001-xsettings.xml-Set-default-themes.patch Release notes for 4.18.2 ======================== - Update copyright year - mime-settings: Increase dialog size (!96) - display: fix blurry 'help' indicator on output (openembedded#400, !95) - display: fix blurry icon in profiles treeview - display: fix blurry icons in minimal display settings dialog - mime: fix blurry icons in default app menus - mouse: fix blurriness in cursor theme previews - appearance: fix blurry subpixel antialias icons - appearance: fix blurry icon theme previews - xfsettingsd: Make xsettings.xml well-formed (Fixes openembedded#431, !94) - xfsettingsd: Remove duplicated config line (Fixes openembedded#425) - Translation Updates: Albanian, Chinese (China), Dutch, English (Canada), English (United Kingdom), Finnish, Greek, Korean, Portuguese (Brazil), Turkish Release notes for 4.18.1 ======================== Bugfix release on the Xfce-4.18 branch. Here the changelog: Bugfixes: - xfsettingsd: Make CSD (client side decorations) for dialogs opt-in Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kabyle, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stray newline character causes errors in functionfs setup scripts used by android-tools-adbd.service, when using musl libc and/or toybox.