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

* Re: [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2018-09-12 19:48 UTC (permalink / raw)
  To: Eric Ruei; +Cc: meta-arago

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-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
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [EXTERNAL] Re: [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
  2018-09-12 19:48 ` Denys Dmytriyenko
@ 2018-09-17 13:49   ` Jacob Stiffler
  2018-09-17 13:50     ` Ruei, Eric
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2018-09-17 13:49 UTC (permalink / raw)
  To: Denys Dmytriyenko, Eric Ruei; +Cc: meta-arago

[-- Attachment #1: Type: text/plain, Size: 1880 bytes --]

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-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
>>
>> _______________________________________________
>> meta-arago mailing list
>> meta-arago@arago-project.org
>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


[-- Attachment #2: Type: text/html, Size: 2775 bytes --]

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

* Re: [EXTERNAL] Re: [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
  2018-09-17 13:49   ` [EXTERNAL] " Jacob Stiffler
@ 2018-09-17 13:50     ` Ruei, Eric
  0 siblings, 0 replies; 4+ messages in thread
From: Ruei, Eric @ 2018-09-17 13:50 UTC (permalink / raw)
  To: Stiffler, Jacob, Dmytriyenko, Denys; +Cc: meta-arago

[-- Attachment #1: Type: text/plain, Size: 2381 bytes --]

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@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-ruei1@ti.com><mailto: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"<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@arago-project.org<mailto:meta-arago@arago-project.org>

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

_______________________________________________

meta-arago mailing list

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

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


[-- Attachment #2: Type: text/html, Size: 10944 bytes --]

^ permalink raw reply	[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.