23 lines
468 B
PHP
23 lines
468 B
PHP
HOMEPAGE = "https://github.com/rust-lang/log"
|
|
LICENSE = "MIT | Apache-2.0"
|
|
LIC_FILES_CHKSUM = "\
|
|
file://LICENSE-MIT;md5=362255802eb5aa87810d12ddf3cfedb4 \
|
|
file://LICENSE-APACHE;md5=1836efb2eb779966696f473ee8540542 \
|
|
"
|
|
|
|
inherit rust-bin
|
|
|
|
SRC_URI = "git://github.com/rust-lang/log.git;protocol=https"
|
|
SRCREV = "5453e16166ec451afc9738978ca01f162127ebbe"
|
|
PV = "0.3.1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
do_compile () {
|
|
oe_compile_rust_lib
|
|
}
|
|
|
|
do_install () {
|
|
oe_install_rust_lib
|
|
}
|