All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile
Date: Mon, 09 Jun 2014 12:25:35 -0400	[thread overview]
Message-ID: <20140609162535.GJ27324@denix.org> (raw)
In-Reply-To: <1401388695-30526-2-git-send-email-fcooper@ti.com>

On Thu, May 29, 2014 at 01:38:06PM -0500, Franklin S. Cooper Jr wrote:
> * This insures that Qt users will have qmake generate "Makefile" instead of
>   App-Makefile which is the expected/default behavior.

Franklin,

Can you please re-submit this one patch as well? As refresh-screen recipe has 
been updated with Qt5 support and this no longer applies. Thanks.


> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
>  .../recipes-core/matrix/matrix-gui-browser_2.0.bb  |    4 ++--
>  .../recipes-core/matrix/refresh-screen_2.0.bb      |    4 ++--
>  .../recipes-qt/qt-apps/qt-tstat_2.0.bb             |    4 ++--
>  .../recipes-qt/qt-apps/quick-playground_1.0.bb     |    4 ++--
>  4 files changed, 8 insertions(+), 8 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> index 7d47e5b..afd5aa3 100644
> --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
> @@ -11,9 +11,9 @@ RDEPENDS_${PN} += "${QT_RDEPENDS_FONTS}"
>  
>  DEPENDS += "${QT_DEPENDS_WEBKIT}"
>  
> -PR = "r6"
> +PR = "r7"
>  
> -SRCREV = "8517ac2338295ccb4c6c2ffa58b5ad48659a5430"
> +SRCREV = "7f5dccfb5b1b68a3f9162f6ee072eef0e0ba06fe"
>  BRANCH ?= "master"
>  
>  SRC_URI = "git://gitorious.org/matrix-gui-v2/matrix_browser.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> index 2696978..e3d59e2 100644
> --- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> +++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
> @@ -7,9 +7,9 @@ SECTION = "multimedia"
>  # Make sure that QT font libraries have been installed
>  RDEPENDS_${PN} += "qt4-embedded-fonts"
>  
> -PR = "r4"
> +PR = "r5"
>  
> -SRCREV = "4dfdf85f17033f950e01f25341665f979edde6c3"
> +SRCREV = "ad3835b250c8b2b55ae65ffa19c2b85e412826b0"
>  BRANCH ?= "master"
>  
>  SRC_URI = "git://gitorious.org/matrix-gui-v2/refresh-screen.git;protocol=git;branch=${BRANCH}"
> diff --git a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> index d0a9f7a..0e3fc01 100644
> --- a/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> +++ b/meta-arago-extras/recipes-qt/qt-apps/qt-tstat_2.0.bb
> @@ -12,12 +12,12 @@ require recipes-core/matrix/matrix-gui-paths.inc
>  
>  inherit qt-provider
>  
> -PR = "r7"
> +PR = "r8"
>  
>  DEPENDS += "${QT_DEPENDS_SVG} ${QT_DEPENDS_SCRIPT}"
>  
>  BRANCH ?= "master"
> -SRCREV = "2960431fd38239cc089c8738776f3ff9dcfe7f1c"
> +SRCREV = "2512773c2d9da989e6a42c1e90b2b34496713072"
>  
>  SRC_URI = " \
>  	git://gitorious.org/thermostat-demo/thermostat-demo.git;protocol=git \
> diff --git a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> index 5f493d3..2da5a36 100644
> --- a/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> +++ b/meta-arago-extras/recipes-qt/qt-apps/quick-playground_1.0.bb
> @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://Licence.txt;md5=7cc88160b55ec5db6c6c5bb8e3238c0b"
>  
>  require recipes-core/matrix/matrix-gui-paths.inc
>  
> -PR = "r1"
> +PR = "r2"
>  
>  BRANCH = "master"
> -SRCREV = "0be45ce805147798c98b2dee65e41de67bfcea5d"
> +SRCREV = "4bcf4e7f5aa68dcd28f54bf921c6cc3985ce4305"
>  
>  SRC_URI = "git://arago-project.org/git/projects/qt4-demos.git;protocol=git;branch=${BRANCH}"
>  
> -- 
> 1.7.0.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> 


  parent reply	other threads:[~2014-06-09 16:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-29 18:38 [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Franklin S. Cooper Jr
2014-05-29 18:38 ` [PATCH 02/11] qt example apps: Use Makefile.build instead of Makefile for the SDK makefile Franklin S. Cooper Jr
2014-06-04 14:30   ` Maupin, Chase
2014-06-09 16:25   ` Denys Dmytriyenko [this message]
2014-06-09 17:02   ` Cooper Jr., Franklin
2014-05-29 18:38 ` [PATCH 03/11] ti-tisdk-makefile: Update Qt Makefile stubs to reflect Makefile name change Franklin S. Cooper Jr
2014-06-04 14:31   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 04/11] ti-tisdk-makefile: Fix u-boot cleaning Franklin S. Cooper Jr
2014-06-04 14:31   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 05/11] matrix-gui: Add camera submenu Franklin S. Cooper Jr
2014-06-04 14:32   ` Maupin, Chase
2014-06-04 15:23     ` Denys Dmytriyenko
2014-06-04 15:28       ` Cooper Jr., Franklin
2014-06-04 15:30         ` Denys Dmytriyenko
2014-06-04 15:36           ` Cooper Jr., Franklin
2014-05-29 18:38 ` [PATCH 06/11] image-gallery: Add image gallery application Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-06-04 15:27     ` Denys Dmytriyenko
2014-06-04 15:30       ` Cooper Jr., Franklin
2014-06-05 15:19         ` Denys Dmytriyenko
2014-06-04 15:53       ` Maupin, Chase
2014-06-04 16:00         ` Denys Dmytriyenko
2014-05-29 18:38 ` [PATCH 07/11] arago-source-ipk: Create source ipk for image-gallery app Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 08/11] packagegroup-arago-tisdk-multimedia-sdk-host: Add image-gallery app sources Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 09/11] packagegroup-arago-tisdk-matrix: Add image gallery demo to Matrix Franklin S. Cooper Jr
2014-06-04 14:38   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 10/11] ti-tisdk-makefile: Add image gallery to SDK makefile for AM4x Franklin S. Cooper Jr
2014-06-04 14:39   ` Maupin, Chase
2014-05-29 18:38 ` [PATCH 11/11] packagegroup-arago-tisdk-multimedia: Add image-gallery to AM4x demo list Franklin S. Cooper Jr
2014-06-04 14:39   ` Maupin, Chase
2014-06-04 14:30 ` [PATCH 01/11] ti-tisdk-setup: Use latest commit for create-sdcard.sh Maupin, Chase

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=20140609162535.GJ27324@denix.org \
    --to=denys@ti.com \
    --cc=fcooper@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.