diff options
| author | Jack Mitchell <jmitchell@cbnl.com> | 2013-11-14 10:39:51 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-11-18 23:12:19 +0100 |
| commit | 8a56dc88faceb0b1f6e1dfad84203a976a887890 (patch) | |
| tree | a2482d3817d2b1aa9f4379fa65b1107b06e89d8f /meta-oe/recipes-support/libsmi | |
| parent | 352ddf095440e0affb3ceb7da2fd45a1ba28f093 (diff) | |
| download | meta-openembedded-8a56dc88faceb0b1f6e1dfad84203a976a887890.tar.gz | |
libsmi: initial add 0.4.8
Signed-off-by: Jack Mitchell <jmitchell@cbnl.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libsmi')
| -rw-r--r-- | meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb | 16 |
1 files changed, 16 insertions, 0 deletions
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 0000000000..b21d9db023 --- /dev/null +++ b/meta-oe/recipes-support/libsmi/libsmi_0.4.8.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "A Library to Access SMI MIB Information" | ||
| 2 | |||
| 3 | LICENSE = "BSD" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3ad3076f9332343a21636cfd351f05b7" | ||
| 5 | |||
| 6 | SRC_URI = "ftp://ftp.ibr.cs.tu-bs.de/pub/local/libsmi/${P}.tar.gz" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "760b6b1070738158708649ed2c63425e" | ||
| 9 | SRC_URI[sha256sum] = "f048a5270f41bc88b0c3b0a8fe70ca4d716a46b531a0ecaaa87c462f49d74849" | ||
| 10 | |||
| 11 | inherit autotools | ||
| 12 | |||
| 13 | PACKAGES += "${PN}-mibs ${PN}-pibs" | ||
| 14 | |||
| 15 | FILES_${PN}-mibs += "${datadir}/mibs" | ||
| 16 | FILES_${PN}-pibs += "${datadir}/pibs" | ||
