All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
@ 2018-09-12 15:52 Eric Ruei
  2018-09-12 19:48 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Ruei @ 2018-09-12 15:52 UTC (permalink / raw)
  To: meta-arago

Note: the .pc directory is created due to the k3 patch

Signed-off-by: Eric Ruei <e-ruei1@ti.com>
---
 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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-17 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 15:52 [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices Eric Ruei
2018-09-12 19:48 ` Denys Dmytriyenko
2018-09-17 13:49   ` [EXTERNAL] " Jacob Stiffler
2018-09-17 13:50     ` Ruei, Eric

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.