From: Denys Dmytriyenko <denys@ti.com>
To: "Maupin, Chase" <chase.maupin@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH 07/13] webkit-examples: enable building and packaging of examples
Date: Wed, 2 Oct 2013 09:40:15 -0400 [thread overview]
Message-ID: <20131002134015.GD31698@edge> (raw)
In-Reply-To: <7D46E86EC0A8354091174257B2FED1015977A5D7@DLEE11.ent.ti.com>
On Wed, Oct 02, 2013 at 12:57:56PM +0000, Maupin, Chase wrote:
> Some more explanation would be helpful here. What is in the examples that
> you need to build and package?
There are examples in the examples :) Seriously though, those are just basic
qtwebkit examples - standard ones Qt comes with. The point is there's a recipe
for them, but it doesn't build or package them, so pretty much useless,
besides the sources. We don't really need them, I was just testing and
experimenting with them.
> >-----Original Message-----
> >From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> >bounces@arago-project.org] On Behalf Of Denys Dmytriyenko
> >Sent: Tuesday, October 01, 2013 2:11 AM
> >To: meta-arago@arago-project.org
> >Subject: [meta-arago] [PATCH 07/13] webkit-examples: enable
> >building and packaging of examples
> >
> >From: Denys Dmytriyenko <denys@ti.com>
> >
> >Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> >---
> > .../recipes-qt/qt5/qtwebkit-examples/examples-build.patch
> >| 9 +++++++++
> > .../recipes-qt/qt5/qtwebkit-examples_5.1.0.bbappend
> >| 5 +++++
> > 2 files changed, 14 insertions(+)
> > create mode 100644 meta-arago-distro/recipes-qt/qt5/qtwebkit-
> >examples/examples-build.patch
> > create mode 100644 meta-arago-distro/recipes-qt/qt5/qtwebkit-
> >examples_5.1.0.bbappend
> >
> >diff --git a/meta-arago-distro/recipes-qt/qt5/qtwebkit-
> >examples/examples-build.patch b/meta-arago-distro/recipes-
> >qt/qt5/qtwebkit-examples/examples-build.patch
> >new file mode 100644
> >index 0000000..d7dc6ae
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-qt/qt5/qtwebkit-examples/examples-
> >build.patch
> >@@ -0,0 +1,9 @@
> >+diff -uNr qtwebkit-examples-opensource-src-5.1.0-orig/qtwebkit-
> >examples.pro qtwebkit-examples-opensource-src-5.1.0/qtwebkit-
> >examples.pro
> >+--- qtwebkit-examples-opensource-src-5.1.0-orig/qtwebkit-
> >examples.pro 2013-07-02 03:10:27.000000000 -0400
> >++++ qtwebkit-examples-opensource-src-5.1.0/qtwebkit-examples.pro
> > 2013-09-29 21:31:10.761137146 -0400
> >+@@ -2,4 +2,4 @@
> >+
> >+ load(qt_parts)
> >+
> >+-SUBDIRS += doc
> >++SUBDIRS += doc examples
> >diff --git a/meta-arago-distro/recipes-qt/qt5/qtwebkit-
> >examples_5.1.0.bbappend b/meta-arago-distro/recipes-
> >qt/qt5/qtwebkit-examples_5.1.0.bbappend
> >new file mode 100644
> >index 0000000..7e41331
> >--- /dev/null
> >+++ b/meta-arago-distro/recipes-qt/qt5/qtwebkit-
> >examples_5.1.0.bbappend
> >@@ -0,0 +1,5 @@
> >+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> >+
> >+SRC_URI += "file://examples-build.patch"
> >+
> >+PR_append = "-arago0"
> >--
> >1.8.3.2
> >
> >_______________________________________________
> >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
next prev parent reply other threads:[~2013-10-02 13:40 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-01 7:10 [PATCH 00/13] RFC: Add Qt5 support and update matrix-browser to use either Qt4 or Qt5 Denys Dmytriyenko
2013-10-01 7:11 ` [PATCH 01/13] arago-dylan-config: add meta-qt5/master and dependency on meta-ruby from meta-oe Denys Dmytriyenko
2013-10-01 13:38 ` Cooper Jr., Franklin
2013-10-01 13:42 ` Denys Dmytriyenko
2013-10-01 16:37 ` Cooper Jr., Franklin
2013-10-02 12:52 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 02/13] matrix-gui-browser: replace ${S} with ${B} in do_install() Denys Dmytriyenko
2013-10-02 12:54 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 03/13] icu: overlay the latest version from oe-core/master Denys Dmytriyenko
2013-10-01 13:10 ` Cooper Jr., Franklin
2013-10-02 12:55 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 04/13] icu: disable LDFLAGSICUDT that prevents loading libicudata.so Denys Dmytriyenko
2013-10-01 13:13 ` Cooper Jr., Franklin
2013-10-02 12:55 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 05/13] qtbase: configure and patch Qt5 qtbase for use with SGX in Arago Denys Dmytriyenko
2013-10-01 13:21 ` Cooper Jr., Franklin
2013-10-02 12:56 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 06/13] qtwebkit: add WebGL on eglfs patches Denys Dmytriyenko
2013-10-01 13:34 ` Cooper Jr., Franklin
2013-10-01 13:37 ` Denys Dmytriyenko
2013-10-02 12:56 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 07/13] webkit-examples: enable building and packaging of examples Denys Dmytriyenko
2013-10-01 13:20 ` Cooper Jr., Franklin
2013-10-02 12:57 ` Maupin, Chase
2013-10-02 13:40 ` Denys Dmytriyenko [this message]
2013-10-02 14:59 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 08/13] qt5.bbclass: add new class similar to existing qt4e for configuring recipes Denys Dmytriyenko
2013-10-01 13:49 ` Cooper Jr., Franklin
2013-10-02 12:58 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 09/13] qt-provider.bbclass: class to allow seamless switching between Qt4 and Qt5 Denys Dmytriyenko
2013-10-01 13:36 ` Cooper Jr., Franklin
2013-10-01 13:38 ` Denys Dmytriyenko
2013-10-02 12:59 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 10/13] arago-prefs: load up Qt5 preferred versions Denys Dmytriyenko
2013-10-02 13:00 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 11/13] arago.conf: set QT_PROVIDER to Qt5, bump distro version Denys Dmytriyenko
2013-10-01 13:23 ` Cooper Jr., Franklin
2013-10-01 13:28 ` Denys Dmytriyenko
2013-10-01 14:44 ` Cooper Jr., Franklin
2013-10-01 7:11 ` [PATCH 12/13] matrix-gui-browser: update recipe to be Qt4 and Qt5 compatible Denys Dmytriyenko
2013-10-01 13:24 ` Cooper Jr., Franklin
2013-10-02 13:03 ` Maupin, Chase
2013-10-01 7:11 ` [PATCH 13/13] arago-qt5-image: add test minimal image for testing Qt5 migration Denys Dmytriyenko
2013-10-01 12:50 ` Cooper Jr., Franklin
2013-10-01 13:24 ` Denys Dmytriyenko
2013-10-01 13:42 ` Cooper Jr., Franklin
2013-10-01 12:42 ` [PATCH 00/13] RFC: Add Qt5 support and update matrix-browser to use either Qt4 or Qt5 Cooper Jr., Franklin
2013-10-01 13:21 ` Denys Dmytriyenko
2013-10-01 13:47 ` Cooper Jr., Franklin
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=20131002134015.GD31698@edge \
--to=denys@ti.com \
--cc=chase.maupin@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.