Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 4/8] qt5nmapcarousedemo: Create recipe to demonstrate qt5 example.
Date: Tue, 1 Jul 2014 18:15:42 +0200	[thread overview]
Message-ID: <20140701161542.GI2437@jama> (raw)
In-Reply-To: <1404158675-20358-5-git-send-email-neena.busireddy@freescale.com>

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

On Mon, Jun 30, 2014 at 03:04:31PM -0500, Neena Busireddy wrote:
> Qt5 Nmapcarousel demonstrates the normal mapping technique using Qt5
> 
> This recipe originated from the wandboard wiki page
> http://wiki.wandboard.org/index.php/Integrate_Qt5_into_yocto_sato_image_on_Wandboard
> 
> Signed-off-by: Neena Busireddy <neena.busireddy@freescale.com>
> ---
>  recipes-qt/examples/qt5nmapcarousedemo_1.0.bb |   29 +++++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 recipes-qt/examples/qt5nmapcarousedemo_1.0.bb
> 
> diff --git a/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb b/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb
> new file mode 100644
> index 0000000..40265de
> --- /dev/null
> +++ b/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb
> @@ -0,0 +1,29 @@
> +SUMMARY = "NMap Carousel application is demonstrating the 
> +normal mapping technique using Qt5"
> +DESCRIPTION = "Normal mapping is used for making the icons 
> +appear 3D with lighting and shadows"

It's incorrectly wrapped (maybe by your e-mail client)

ERROR: ParseError at
/OE/build/oe-core/meta-qt5/recipes-qt/examples/qt5nmapcarousedemo_1.0.bb:1:
unparsed line: 'SUMMARY = "NMap Carousel application is demonstrating
the'


> +HOMEPAGE = "http://quitcoding.com/?page=work#cinex"
> +LICENSE = "CC-BY-3.0"
> +LIC_FILES_CHKSUM = "file://README;beginline=44;endline=55;md5=3a9db934c393a0cf198cbe7e73ebec86"
> +
> +DEPENDS = "qtdeclarative qtgraphicaleffects"
> +
> +SRC_URI = "http://quitcoding.com/download/Qt5_NMap_CarouselDemo_1.0.tgz"
> +SRC_URI[md5sum] = "c1b4568cdbb6b3af4ca10c5a90aa8128"
> +SRC_URI[sha256sum] = "445da212074a10a432f4508d125814212bbe7a967bfa47b015b92dfac6bfd65f"
> +
> +S = "${WORKDIR}/Qt5_NMap_CarouselDemo_1.0"
> +
> +require recipes-qt/qt5/qt5.inc
> +
> +do_install() {
> +    install -d ${D}${datadir}/${P}
> +    install -m 0755 ${B}/Qt5_NMap_CarouselDemo ${D}${datadir}/${P}  
> +    cp ${S}/Qt5_NMap_CarouselDemo.qml ${D}${datadir}/${P}  
> +    cp -a ${S}/content ${D}${datadir}/${P}  
> +}
> +
> +FILES_${PN}-dbg += "${datadir}/${P}/.debug"
> +FILES_${PN} += "${datadir}"
> +
> +RDEPENDS_${PN} = "qtdeclarative-qmlplugins qtgraphicaleffects-qmlplugins"
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

  reply	other threads:[~2014-07-01 16:15 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-30 20:04 [PATCH 0/8][meta-qt5]: Example recipes for Qt5 Demo Neena Busireddy
2014-06-30 20:04 ` [PATCH 1/8] qt5everywheredemo: Create recipe to demonstrate qt5 example Neena Busireddy
2014-06-30 20:04 ` [PATCH 2/8] qtsmarthome: " Neena Busireddy
2014-07-01 16:17   ` Martin Jansa
2014-06-30 20:04 ` [PATCH 3/8] qt5ledscreen: " Neena Busireddy
2014-06-30 20:04 ` [PATCH 4/8] qt5nmapcarousedemo: " Neena Busireddy
2014-07-01 16:15   ` Martin Jansa [this message]
2014-06-30 20:04 ` [PATCH 5/8] qt5nmapper: " Neena Busireddy
2014-06-30 20:04 ` [PATCH 6/8] quitbattery: " Neena Busireddy
2014-06-30 20:04 ` [PATCH 7/8] quitindicators: " Neena Busireddy
2014-06-30 20:04 ` [PATCH 8/8] qt5-demo-extrafiles: Create recipe to include extrafiles for qt5 demo Neena Busireddy

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=20140701161542.GI2437@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox