nativesdk-meson creates a wrapper with a predefined cross file. However it is picking up some of the dependencies from the host machine causing conflicts if there is version mismatch between host and nativesdk version. Remove nativesdk-meson from tisdk-host until it is resolved.
Signed-off-by: Gowtham Tammana <[email protected]> --- v2: - %s/meta-araga/meta-arago in the subject header .../nativesdk-packagegroup-arago-tisdk-host.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb index 1ced42c1..4185f9c1 100644 --- a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb +++ b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-tisdk-host.bb @@ -1,5 +1,5 @@ SUMMARY = "Host packages for a standalone Arago SDK with TI tools" -PR = "r1" +PR = "r2" LICENSE = "MIT" inherit packagegroup nativesdk @@ -32,3 +32,7 @@ RDEPENDS_${PN} = "\ nativesdk-mtd-utils-ubifs \ ${EXTRA_TI_TOOLS} \ " + +RDEPENDS_${PN}_remove = "\ + nativesdk-meson \ +" -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
