meta-sysmocom-bsp/recipes-extra/ca-certificates/ca-cacert-rootcert.bb

16 lines
416 B
BlitzBasic
Raw Normal View History

DESCRIPTION = "CACert Class3 PKI"
HOMEPAGE = "http://www.cacert.org/index.php?id=3"
SECTION = "misc"
LICENSE = "RDL-COD14"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
PR = "r2"
SRC_URI = "file://class3.crt"
do_install() {
install -d ${D}${libdir}/ssl/certs
install -m 0644 ${WORKDIR}/class3.crt ${D}${libdir}/ssl/certs/e5662767.0
}
FILES_${PN} = "${libdir}/ssl/certs/*"