All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Laszlo Papp <laszlo.papp@polatis.com>
Subject: Re: [meta-oe][PATCH] Add uthash recipe
Date: Mon, 2 Mar 2015 14:05:23 +0100	[thread overview]
Message-ID: <20150302130523.GB2309@jama> (raw)
In-Reply-To: <1425296326-2605-1-git-send-email-laszlo.papp@polatis.com>

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

On Mon, Mar 02, 2015 at 11:38:46AM +0000, Laszlo Papp wrote:
> Signed-off-by: Laszlo Papp <laszlo.papp@polatis.com>
> ---
>  meta-oe/recipes-support/uthash_1.9.7.bb | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
>  create mode 100644 meta-oe/recipes-support/uthash_1.9.7.bb
> 
> diff --git a/meta-oe/recipes-support/uthash_1.9.7.bb b/meta-oe/recipes-support/uthash_1.9.7.bb
> new file mode 100644
> index 0000000..4504dfe
> --- /dev/null
> +++ b/meta-oe/recipes-support/uthash_1.9.7.bb
> @@ -0,0 +1,15 @@
> +DESCRIPTION = "Hash table for C structures"

DESCRIPTION -> SUMMARY

> +SECTION = "base"
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=564f9c44927f6247dc810bf557e2b240"
> +PR = "r1"

Don't use PR.

> +
> +SRC_URI = "http://downloads.sourceforge.net/uthash/${PN}-${PV}.tar.bz2"

uthash -> ${BPN}
${PN}-${PV} -> ${BP}
http://downloads.sourceforge.net -> ${SOURCEFORGE_MIRROR}

> +
> +SRC_URI[md5sum] = "1f14bbee7ee73ed0ceb3549f8cf378b4"
> +SRC_URI[sha256sum] = "956f5c99798349c413275fe4c9ff128d72e280655dadbe4365f8e9fbda91393f"
> +
> +do_install () {
> +    install -dm755 ${D}${includedir}
> +    install -m 0644 ${S}/src/*.h ${D}${includedir}
> +}
> -- 
> 2.3.0
> 
> -- 
> _______________________________________________
> 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:[~2015-03-02 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-02 11:38 [meta-oe][PATCH] Add uthash recipe Laszlo Papp
2015-03-02 13:05 ` 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=20150302130523.GB2309@jama \
    --to=martin.jansa@gmail.com \
    --cc=laszlo.papp@polatis.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.