dhcpcd: Install to /sbin instead of /usr/sbin#134
Closed
ostaebler wants to merge 1 commit intoopenembedded:masterfrom
Closed
dhcpcd: Install to /sbin instead of /usr/sbin#134ostaebler wants to merge 1 commit intoopenembedded:masterfrom
ostaebler wants to merge 1 commit intoopenembedded:masterfrom
Conversation
ifupdown expects dhcpcd to be in /sbin, so we install it in /sbin instead of /usr/sbin. Signed-off-by: Oliver Stäbler <oliver.staebler@bytesatwork.ch>
Contributor
|
Can we change ifupdown to use it from /usr/sbin instead ? since there might be more apps in OE expecting it in its original location, its better to change the consumer instead of source. |
Author
|
Sorry for my (very) late answer. |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 24, 2023
Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in openembedded#134 - Fix handling of unused alignment by @tomerha in openembedded#132 - modern packaging by @wimglenn in openembedded#151 - universal wheel by @wimglenn in openembedded#155 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 24, 2023
Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in openembedded#134 - Fix handling of unused alignment by @tomerha in openembedded#132 - modern packaging by @wimglenn in openembedded#151 - universal wheel by @wimglenn in openembedded#155 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 25, 2023
Switch to using git and a SRCREV to make sure we can keep the ptests. Changelog (https://github.com/r1chardj0n3s/parse/releases): - Add support for sign specifiers in number formats. by @anntzer in openembedded#134 - Fix handling of unused alignment by @tomerha in openembedded#132 - modern packaging by @wimglenn in openembedded#151 - universal wheel by @wimglenn in openembedded#155 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 25, 2023
Update-License: Change name from COPYING to LICENSE No changelog provided. Commit log: 0b05203 (tag: v1.33) bump version to 1.33 45cfe90 Switch to GitHub actions (openembedded#144) 33562b0 Update license text to match official 3-clause-BSD (openembedded#142) a76f742 feat(jsondiff): Add support for preserving Unicode characters (openembedded#145) 714df3c docs: fix simple typo, raies -> raise (openembedded#135) e0b3a9b Merge pull request openembedded#134 from Ventilateur/b/fix-invalid-remove-index 46eef55 remove unused import db194f8 fix invalid remove index a652648 Merge pull request openembedded#132 from JulienPalard/mdk/TypeError c9bfb91 FIX: TypeError when one forgot to put its operation in a list. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.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.
ifupdown expects dhcpcd to be in /sbin, so we install it in /sbin
instead of /usr/sbin.
Signed-off-by: Oliver Stäbler oliver.staebler@bytesatwork.ch