sdbus-c++-libsystemd: bugfix dev package is not installed#567
Closed
karthago1 wants to merge 1 commit intoopenembedded:masterfrom
Closed
sdbus-c++-libsystemd: bugfix dev package is not installed#567karthago1 wants to merge 1 commit intoopenembedded:masterfrom
karthago1 wants to merge 1 commit intoopenembedded:masterfrom
Conversation
Contributor
|
can you try using |
Author
|
@kraj yes it works also, is there any reason to use |
Contributor
|
As explained many times in various places ALLOW_EMPTY just adds completely useless empty package into the image. And creates confusion when someone "installs" the package on target just to discover that the package manager downloaded and installed useless thing which was created just to keep default runtime dependencies in recipes happy. |
since sdbus-c++-libsystemd outputs only static libraries, it will
not be installed inside the SDK.
add RDEPENDS:${PN}-dev = "" to remove the dependency to the empty package
when installing the sdbus-c++-libsystemd-dev into the SDK
without this change the SDK is missing sdbus-c++-dev and sdbus-c++-libsystemd-dev
Signed-off-by: Ben Fekih, Hichem <hichem.benfekih@ifm.com>
70d4fdc to
b44104c
Compare
Author
|
thank you for the explanation. |
Contributor
|
applied with ec6d073 |
bluca
pushed a commit
to bluca/meta-openembedded
that referenced
this pull request
May 23, 2022
Changelog: url for these releases <https://github.com/pyscaffold/pyscaffold/issues/####> ========= Ensure build configuration produces sdist as it is needed by conda, openembedded#570 Documentation improvements in openembedded#567 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 8, 2022
Changelog: ========= Update vendored double-conversion to 3.2.1 (openembedded#570) Fix len integer overflow issue (openembedded#567) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 9, 2022
Changelog: ========= Update vendored double-conversion to 3.2.1 (openembedded#570) Fix len integer overflow issue (openembedded#567) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Dec 9, 2022
Changelog: ========= Update vendored double-conversion to 3.2.1 (openembedded#570) Fix len integer overflow issue (openembedded#567) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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.
since sdbus-c++-libsystemd outputs only static libraries, it will
not be installed inside the SDK.
add RDEPENDS:${PN}-dev = "" to remove the dependency to the empty package
when installing the sdbus-c++-libsystemd-dev into the SDK
without this change the SDK is missing sdbus-c++-dev and sdbus-c++-libsystemd-dev
Signed-off-by: Ben Fekih, Hichem hichem.benfekih@ifm.com