Discussion:
[meta-arago] [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
Eric Ruei
2018-09-12 15:52:09 UTC
Permalink
Note: the .pc directory is created due to the k3 patch

Signed-off-by: Eric Ruei <e-***@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
Denys Dmytriyenko
2018-09-12 19:48:50 UTC
Permalink
This package is allarch - you cannot do machine overrides. BTW, your previous
change for qtwebkit patching is also incorrect - I'll revert it.
Post by Eric Ruei
Note: the .pc directory is created due to the k3 patch
---
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
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
Jacob Stiffler
2018-09-17 13:49:11 UTC
Permalink
Denys,

Can you please backport the "revert" to ti2018.03?


Thank you,

Jake
Post by Denys Dmytriyenko
This package is allarch - you cannot do machine overrides. BTW, your previous
change for qtwebkit patching is also incorrect - I'll revert it.
Post by Eric Ruei
Note: the .pc directory is created due to the k3 patch
---
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
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
Ruei, Eric
2018-09-17 13:50:53 UTC
Permalink
Hi, Jake and Denys:

There are also new patches on top of the “revert” patch.

Best regards,

Eric


From: Stiffler, Jacob
Sent: Monday, September 17, 2018 9:49 AM
To: Dmytriyenko, Denys; Ruei, Eric
Cc: meta-***@arago-project.org
Subject: Re: [EXTERNAL] Re: [meta-arago] [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices


Denys,



Can you please backport the "revert" to ti2018.03?





Thank you,



Jake

On 9/12/2018 3:48 PM, Denys Dmytriyenko wrote:

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 <e-***@ti.com><mailto:e-***@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"<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

meta-***@arago-project.org<mailto:meta-***@arago-project.org>

http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

_______________________________________________

meta-arago mailing list

meta-***@arago-project.org<mailto:meta-***@arago-project.org>

http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
Loading...