All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libsmi: initial add 0.4.8
@ 2013-11-13 17:39 Jack Mitchell
  2013-11-13 17:55 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Mitchell @ 2013-11-13 17:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

From: Jack Mitchell <jmitchell@cbnl.com>

Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
---
 meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb

diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb b/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
new file mode 100644
index 0000000..30af2b0
--- /dev/null
+++ b/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
@@ -0,0 +1,16 @@
+SUMMARY = "A Library to Access SMI MIB Information"
+
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7"
+
+SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.8.tar.gz"
+
+SRC_URI[md5sum] = "760b6b1070738158708649ed2c63425e"
+SRC_URI[sha256sum] = "f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849"
+
+inherit autotools
+
+PACKAGES += "${PN}-mibs ${PN}-pibs"
+
+FILES_${PN}-mibs += "${datadir}/mibs"
+FILES_${PN}-pibs += "${datadir}/pibs"
-- 
1.8.4.2



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

* Re: [meta-oe][PATCH] libsmi: initial add 0.4.8
  2013-11-13 17:39 [meta-oe][PATCH] libsmi: initial add 0.4.8 Jack Mitchell
@ 2013-11-13 17:55 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2013-11-13 17:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Jack Mitchell

On Wednesday, November 13, 2013, Jack Mitchell wrote:

> From: Jack Mitchell <jmitchell@cbnl.com <javascript:;>>
>
> Signed-off-by: Jack Mitchell <jmitchell@cbnl.com <javascript:;>>
> ---
>  meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
>
> diff --git a/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bbb/meta-oe/recipes-support/libsmi/
> libsmi_0.4.8.bb
> new file mode 100644
> index 0000000..30af2b0
> --- /dev/null
> +++ b/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "A Library to Access SMI MIB Information"
> +
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7"
> +
> +SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/libsmi-0.4.8.tar.gz
> "
> +


may be use PV instead of hardcoding 0.4.8 makes it easier to upgrade


> +SRC_URI[md5sum] = "760b6b1070738158708649ed2c63425e"
> +SRC_URI[sha256sum] =
> "f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849"
> +
> +inherit autotools
> +
> +PACKAGES += "${PN}-mibs ${PN}-pibs"
> +
> +FILES_${PN}-mibs += "${datadir}/mibs"
> +FILES_${PN}-pibs += "${datadir}/pibs"
> --
> 1.8.4.2
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org <javascript:;>
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


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

end of thread, other threads:[~2013-11-13 17:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-13 17:39 [meta-oe][PATCH] libsmi: initial add 0.4.8 Jack Mitchell
2013-11-13 17:55 ` Khem Raj

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.