mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
05de0ca43d
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}
Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
17 lines
486 B
BlitzBasic
17 lines
486 B
BlitzBasic
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/${BP}.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"
|