b76cf117914b8d40e3f85ee9879999460d143aad
[AGL/meta-agl-devel.git] /
1 SUMMARY = "libsecurity_hal for AGL software"
2 DESCRIPTION = "install libsecurity_hal to build AGL software"
3 LICENSE = "Apache-2.0"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
5
6 DEPENDS += " ns-frameworkunified"
7
8 PV = "1.0.0+gitr${SRCPV}"
9 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/basesystem.git;protocol=https;branch=${AGL_BRANCH}"
10 SRCREV := "${BASESYSTEM_REVISION}"
11
12 S = "${WORKDIR}/git/hal/security_hal"
13
14 inherit bshalmake
15
16 HAL_NAME = "security_hal"
17 FILES_${PN} += "${libdir}/lib${HAL_NAME}.so"