[oe] [meta-oe][PATCH] libsmi: initial add 0.4.8

Khem Raj raj.khem at gmail.com
Wed Nov 13 17:55:29 UTC 2013


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

> From: Jack Mitchell <jmitchell at cbnl.com <javascript:;>>
>
> Signed-off-by: Jack Mitchell <jmitchell at 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 at lists.openembedded.org <javascript:;>
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list