This package is allarch - you cannot do machine overrides. BTW, your previous change for qtwebkit patching is also incorrect - I'll revert it.
On Wed, Sep 12, 2018 at 11:52:09AM -0400, Eric Ruei wrote: > Note: the .pc directory is created due to the k3 patch > > Signed-off-by: Eric Ruei <[email protected]> > --- > meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git > a/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb > b/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb > index 2401832..6241bbf 100644 > --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb > +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-qt5-demos_2.0.bb > @@ -3,7 +3,7 @@ HOMEPAGE = > "https://gitorious.org/matrix-gui-v2/matrix-gui-v2-apps" > > require matrix-gui-apps-git.inc > > -PR = "${INC_PR}.1" > +PR = "${INC_PR}.2" > > inherit allarch > > @@ -13,6 +13,11 @@ SRC_URI_append_k3 = " \ > > S = "${WORKDIR}/git/qt5_apps" > > +do_install_append_k3(){ > + rm -r ${D}${MATRIX_APP_DIR}/.pc > +} > + > + > # Make sure qt5 submenu and app images has been installed > RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-qt5" > > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
