[oe] [meta-oe][PATCH] Add uthash recipe

Martin Jansa martin.jansa at gmail.com
Mon Mar 2 13:05:23 UTC 2015


On Mon, Mar 02, 2015 at 11:38:46AM +0000, Laszlo Papp wrote:
> Signed-off-by: Laszlo Papp <laszlo.papp at 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 at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150302/d9532c0e/attachment-0002.sig>


More information about the Openembedded-devel mailing list