add qtbase-staticdev so that the qtbase related static libraries lib*.a , some of which are required for QT application using the custom QPA, are included at the sysroot package under linux-devkit
Signed-off-by: Eric Ruei <[email protected]> --- .../packagegroups/packagegroup-arago-qte-toolchain-target.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb index 1264e46..73bae9d 100644 --- a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb +++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-qte-toolchain-target.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Target packages for Qt Embedded SDK" LICENSE = "MIT" -PR = "r10" +PR = "r11" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -54,6 +54,7 @@ QT5_DEV = " \ qtsvg-mkspecs \ qtxmlpatterns-mkspecs \ qtbase-dev \ + qtbase-staticdev \ qtdeclarative-dev \ qtscript-dev \ qtwebkit-dev \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
