All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Eric Ruei <e-ruei1@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH] matrix-gui-qt5-demos:remove the extra .pc directory under matrix-gui/apps for k3 devices
Date: Wed, 12 Sep 2018 15:48:50 -0400	[thread overview]
Message-ID: <20180912194850.GC12296@beryl> (raw)
In-Reply-To: <1536767529-46653-1-git-send-email-e-ruei1@ti.com>

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


  reply	other threads:[~2018-09-12 19:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2018-09-17 13:49   ` [EXTERNAL] " Jacob Stiffler
2018-09-17 13:50     ` Ruei, Eric

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180912194850.GC12296@beryl \
    --to=denys@ti.com \
    --cc=e-ruei1@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.