From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] qrencode: new recipe
Date: Wed, 1 Jul 2015 15:14:59 +0200 [thread overview]
Message-ID: <20150701131459.GE2409@jama> (raw)
In-Reply-To: <1435732411-23079-1-git-send-email-net147@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1511 bytes --]
On Wed, Jul 01, 2015 at 04:33:31PM +1000, Jonathan Liu wrote:
> Signed-off-by: Jonathan Liu <net147@gmail.com>
> ---
> meta-oe/recipes-graphics/qrencode/qrencode_git.bb | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
> create mode 100644 meta-oe/recipes-graphics/qrencode/qrencode_git.bb
>
> diff --git a/meta-oe/recipes-graphics/qrencode/qrencode_git.bb b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb
> new file mode 100644
> index 0000000..fc7b020
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/qrencode/qrencode_git.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "C library for encoding data in a QR Code symbol"
> +AUTHOR = "Kentaro Fukuchi"
> +HOMEPAGE = "http://fukuchi.org/works/qrencode/"
> +SECTION = "libs"
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
> +PV = "3.4.4+git${SRCPV}"
lets discuss +git/+gitr in previous patch
> +
> +SRCREV = "1b565c7b599029818fc596e7da4371a3083da36c"
> +SRC_URI = "git://github.com/fukuchi/libqrencode.git;protocol=git"
protocol=git is default, you can drop it
> +
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> +EXTRA_OECONF += "--without-tools --without-tests"
> --
> 2.4.4
>
> --
> _______________________________________________
> 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 --]
prev parent reply other threads:[~2015-07-01 13:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-01 6:33 [meta-oe][PATCH] qrencode: new recipe Jonathan Liu
2015-07-01 13:14 ` Martin Jansa [this message]
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=20150701131459.GE2409@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.