From: Denys Dmytriyenko <[email protected]>
This is important to get the PACKAGE_ARCH set properly.
It used to be a mere warning before:
WARNING: The recipe nativesdk-packagegroup-* is trying to install
files into a shared area when those files already exist. Those files and
their manifest location are: ...
Now it gets manifested in md5sum mismatch from opkg when the package gets
rebuilt
in multi-machine build.
Signed-off-by: Denys Dmytriyenko <[email protected]>
---
.../packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb | 4 ++--
.../packagegroups/nativesdk-packagegroup-arago-sdk-host.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
index b0166ed..25d4f15 100644
---
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
+++
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-qte-toolchain-host.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "Host packages for Qt Embedded SDK"
-PR = "r9"
+PR = "r10"
LICENSE = "MIT"
-inherit nativesdk packagegroup qt-vars
+inherit packagegroup nativesdk qt-vars
RDEPENDS_${PN} = "\
nativesdk-packagegroup-arago-sdk-host \
diff --git
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
index f0b2d78..ec80bcb 100644
---
a/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
+++
b/meta-arago-extras/recipes-core/packagegroups/nativesdk-packagegroup-arago-sdk-host.bb
@@ -1,8 +1,8 @@
DESCRIPTION = "Host packages for a standalone Arago SDK or external toolchain"
-PR = "r8"
+PR = "r9"
LICENSE = "MIT"
-inherit nativesdk packagegroup
+inherit packagegroup nativesdk
EXTRA_TOOLS = "nativesdk-ti-cgt6x"
--
2.2.0
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago