aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb')
-rw-r--r--meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb b/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
index 2e10d40..907c25d 100644
--- a/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
+++ b/meta-ivi/recipes-extended/common-api/common-api-c++_3.1.5.bb
@@ -7,7 +7,8 @@ PR = "r0"
inherit autotools cmake lib_package pkgconfig
-SRC_URI = "git://git.projects.genivi.org/ipc/common-api-runtime.git;branch=master;tag=${PV}"
+SRCREV = "77d9cdaf6acee03a1e360e0e1a3cd0b01a95b407"
+SRC_URI = "git://git.projects.genivi.org/ipc/common-api-runtime.git"
S = "${WORKDIR}/git"
EXTRA_OECMAKE += "-DCMAKE_INSTALL_PREFIX=/usr"
@@ -18,3 +19,4 @@ do_configure_prepend () {
}
FILES_${PN}-dev += "${libdir}/cmake"
+RDEPENDS_${PN} += "dlt-daemon" \ No newline at end of file