All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] Add uthash recipe
@ 2015-03-02 11:38 Laszlo Papp
  2015-03-02 13:05 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Laszlo Papp @ 2015-03-02 11:38 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Laszlo Papp

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"
+SECTION = "base"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=564f9c44927f6247dc810bf557e2b240"
+PR = "r1"
+
+SRC_URI = "http://downloads.sourceforge.net/uthash/${PN}-${PV}.tar.bz2"
+
+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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] Add uthash recipe
  2015-03-02 11:38 [meta-oe][PATCH] Add uthash recipe Laszlo Papp
@ 2015-03-02 13:05 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2015-03-02 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Laszlo Papp

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-02 13:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 11:38 [meta-oe][PATCH] Add uthash recipe Laszlo Papp
2015-03-02 13:05 ` Martin Jansa

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.