summaryrefslogtreecommitdiffstats
path: root/recipes-apis/agl-service-cloudproxy/libcloudproxy_git.bb
blob: dddfcc8d6a1bf4ba019a4665799a05813e35ad35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY     = "AGL Client Cloud Proxy Library"
DESCRIPTION = "libcloudproxy"
HOMEPAGE    = "http://docs.automotivelinux.org"
LICENSE     = "Apache-2.0"
SECTION     = "libs"

BBCLASSEXTEND = " nativesdk"

LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"

DEPENDS = "af-binder json-c"

inherit cmake

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libcloudproxy;protocol=https"
SRCREV = "2d66933b9bf25af66696b097283109c8a6e87151"

S = "${WORKDIR}/git"