recipes-sota: Set RDEPENDS for aktualizr-lite-lib#433
Merged
ricardosalveti merged 1 commit intofoundriesio:masterfrom Sep 28, 2021
Merged
recipes-sota: Set RDEPENDS for aktualizr-lite-lib#433ricardosalveti merged 1 commit intofoundriesio:masterfrom
ricardosalveti merged 1 commit intofoundriesio:masterfrom
Conversation
Custom clients built against aktualizr-lite-lib have a couple of runtime dependencies including libfyaml and lshw. This change ensure the resulting images will include those dependencies. Signed-off-by: Andy Doan <[email protected]>
| @@ -59,6 +59,7 @@ FILES_${PN}-lite = "${bindir}/aktualizr-lite" | |||
|
|
|||
| # Force same RDEPENDS, packageconfig rdepends common to both | |||
| RDEPENDS_${PN}-lite = "${RDEPENDS_aktualizr}" | |||
Member
There was a problem hiding this comment.
Should we also remove this line since the library itself will be depending on the required packages?
Member
Author
There was a problem hiding this comment.
The aktualizr-lite package does not yet depend on the aktualizr-lite-lib. That's some future work we'll undertake.
quaresmajose
added a commit
to quaresmajose/meta-lmp
that referenced
this pull request
Nov 21, 2025
Changelog: - 067a72f Merge pull request foundriesio#439 from foundriesio/bump-aktualizr-version - 930165c aktualizr: Bump ver a6fc7239c - bc69879 Merge pull request foundriesio#436 from foundriesio/detsch-disable-hw-report - 74e3c67 cli: Add --report-hw-info option for check and update command - 5972d80 Merge pull request foundriesio#433 from foundriesio/fix-health-status-update - 937f205 composeappmanager: Fix app health deducing Signed-off-by: Jose Quaresma <[email protected]>
quaresmajose
added a commit
that referenced
this pull request
Nov 26, 2025
Changelog: - 067a72f Merge pull request #439 from foundriesio/bump-aktualizr-version - 930165c aktualizr: Bump ver a6fc7239c - bc69879 Merge pull request #436 from foundriesio/detsch-disable-hw-report - 74e3c67 cli: Add --report-hw-info option for check and update command - 5972d80 Merge pull request #433 from foundriesio/fix-health-status-update - 937f205 composeappmanager: Fix app health deducing Signed-off-by: Jose Quaresma <[email protected]>
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.
Custom clients built against aktualizr-lite-lib have a couple of runtime
dependencies including libfyaml and lshw. This change ensure the
resulting images will include those dependencies.
Signed-off-by: Andy Doan [email protected]