Message ID | 20250320182041.2349-2-reatmon@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | Wrap various packages in a compliant manner | expand |
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb index 121fa432..fc2eafec 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -36,7 +36,6 @@ ARAGO_EXTRA = "\ kms++-python \ can-utils \ docker \ - dbus-broker \ expat \ glib-2.0 \ libxml2 \ @@ -52,6 +51,10 @@ ARAGO_EXTRA = "\ lldpd \ " +ARAGO_EXTRA:append:arago = "\ + dbus-broker \ +" + OPTEE_PKGS = " \ optee-os \ optee-client \
Previous clean ups wrapped some recipe .bbappend files in a compliant manner and effectively hid the changes behind having "arago" in the DISTRO_OVERRIDE. This same kind wrapping is needed when including the package in the package group. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)