fix gcc 6 build for arm-trusted-firmware
[AGL/meta-agl.git] / meta-ivi-common / recipes-automotive / automotive-message-broker / automotive-message-broker_git.inc
1 LICENSE = "LGPL-2.1"
2 LIC_FILES_CHKSUM = "file://COPYING;md5=b42382de5d854b9bb598acf2e8827de3"
3
4 #SRC_URI = "git://github.com/CogentEmbedded/automotive-message-broker.git;protocol=https;branch=master"
5 #SRCREV = "58569fac42bb8b6e1ad208caef5db8a51befc87f"
6
7 SRC_URI = "git://github.com/otcshare/automotive-message-broker.git;branch=0.14"
8 SRCREV = "c216955d16ca275159891cad296217094d972390"
9 #SRCREV = "c26819073d2a1444a156e4d2e3b61bef81663ea5"
10
11 PV = "0.14+git${SRCPV}"
12
13 # The paches from 0001 to 0009 are from difference between
14 # hash:58569fac42bb8b6e1ad208caef5db8a51befc87f(main branch) and
15 # hash:8f761e02172544212915c82b7e8dd8d4dd1281a6(dev_0.14_2)
16 SRC_URI += " \
17     file://ambd.service \
18     file://gps \
19     "
20 #    file://0001-Improve-backward-compatibility-with-old-linaro-gcc.patch 
21 #    file://0002-Fix-library-versioning.patch 
22 #    file://0003-AmbSignalMapper-fix-can-interface-specification.patch 
23 #    file://0004-cansocketbcm-Fix-reading-of-frames-in-case-of-RX_TIM.patch 
24 #    file://0005-ambctl-remove-unnecessary-dependency-on-glib-introsp.patch 
25 #    file://0006-cangen-Implement-basic-handling-of-RX_TIMEOUT.patch 
26 #    file://0007-WORKAROUND-Allow-amb-qt-binding-to-work-in-case-of-m.patch 
27 #    file://0008-Add-simple-Qt-QML-example.patch 
28 #    file://0009-Add-Pressure-property-to-BrakeOperation.patch 
29 #    file://0001-Fix-build-issues-while-bitbake-without-meta-qt5-laye.patch 
30
31 S = "${WORKDIR}/git"
32
33 INSANE_SKIP_{PN} += "dev-elf"
34 INSANE_SKIP_{PN} += "dev-deps"
35 INSANE_SKIP_{PN}-devel += "dev-elf"
36 INSANE_SKIP_{PN}-devel += "dev-deps"