From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 2/3] utouch-frame: Add initial recipe
Date: Fri, 20 Sep 2013 23:18:31 +0200 [thread overview]
Message-ID: <20130920211831.GK18414@jama> (raw)
In-Reply-To: <1379509584-16503-2-git-send-email-s.stirtzel@googlemail.com>
[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]
On Wed, Sep 18, 2013 at 03:06:23PM +0200, Samuel Stirtzel wrote:
> used by utouch-mtview, a visual multitouch test application for X
>
> Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
> ---
> meta-oe/recipes-support/utouch/utouch-frame_git.bb | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 meta-oe/recipes-support/utouch/utouch-frame_git.bb
>
> diff --git a/meta-oe/recipes-support/utouch/utouch-frame_git.bb b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> new file mode 100644
> index 0000000..83a4e25
> --- /dev/null
> +++ b/meta-oe/recipes-support/utouch/utouch-frame_git.bb
> @@ -0,0 +1,15 @@
> +SUMMARY = "Touch Frame Library"
> +DESCRIPTION = "The frame library and tools are used to handle touch frames, i.e., collections of tracked contacts. Bindings for mtdev and XI2.1."
> +HOMEPAGE = "http://bitmath.org/code/evemu/"
> +
> +LICENSE = "GPLv3"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2f31b266d3440dd7ee50f92cf67d8e6c"
> +
> +inherit autotools
> +
> +SRC_URI = "git://bitmath.org/git/frame.git;protocol=http"
> +SRCREV = "95363d5a1f7394d71144bf3b408ef4e6db4350fc"
> +
> +PV = "1.1.2+git${SRCPV}"
> +
> +S = "${WORKDIR}/git/"
Missing dependency on utouch-evemu
| configure:12204: error: Package requirements (utouch-evemu >= 1.0.5) were not met:
| No package 'utouch-evemu' found
> --
> 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: 205 bytes --]
next prev parent reply other threads:[~2013-09-20 21:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-18 13:06 [meta-oe][PATCH 1/3] utouch-evemu: Add initial recipe Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 2/3] utouch-frame: " Samuel Stirtzel
2013-09-20 21:18 ` Martin Jansa [this message]
2013-09-23 7:25 ` Samuel Stirtzel
2013-09-18 13:06 ` [meta-oe][PATCH 3/3] utouch-mtview: " Samuel Stirtzel
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=20130920211831.GK18414@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 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.