diff options
author | Yong-iL Joh <yong-il.joh@windriver.com> | 2016-10-07 14:27:50 +0900 |
---|---|---|
committer | Yong-iL Joh <yong-il.joh@windriver.com> | 2016-10-07 14:27:50 +0900 |
commit | bf555838627e4c710d16331a0503c29f373f490a (patch) | |
tree | aeb71cf6a57905dcddb720de8b67fab32d66e167 | |
parent | df04ca7fb3e20aa247e7c2f44a74ff80b63e3b96 (diff) | |
parent | f4ee00a42565ed6640493b7f8c9f1069e9d4b693 (diff) | |
download | meta-ivi-bf555838627e4c710d16331a0503c29f373f490a.tar.gz meta-ivi-bf555838627e4c710d16331a0503c29f373f490a.tar.bz2 meta-ivi-bf555838627e4c710d16331a0503c29f373f490a.zip |
Merge branch '11' #2
-rw-r--r-- | meta-ivi-test/recipes-extended/common-api/capicxx-perf_git.bb | 2 | ||||
-rw-r--r-- | meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-ivi-test/recipes-extended/common-api/capicxx-perf_git.bb b/meta-ivi-test/recipes-extended/common-api/capicxx-perf_git.bb index f468650..5b1df32 100644 --- a/meta-ivi-test/recipes-extended/common-api/capicxx-perf_git.bb +++ b/meta-ivi-test/recipes-extended/common-api/capicxx-perf_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = \ PR = "r0" SRCREV = "2eacc9d7fb76957e9a5450a559675fddf0a95ce2" -SRC_URI = "git://github.com/GENIVI/capic-poc.git \ +SRC_URI = "git://github.com/GENIVI/capic-poc.git;protocol=https \ file://${BPN}_t.inc \ " S = "${WORKDIR}/git/test/capicxx-perf" diff --git a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb index 8ab95d1..be4d332 100644 --- a/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb +++ b/meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.15.0.bb @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8184208060df880fe3137b93eb88aeea" DEPENDS = "dbus zlib" SRCREV = "e9a486a08fff6d3cc7133a350cec3ee10f463207" -SRC_URI = "git://git.projects.genivi.org/${BPN}.git;protocol=http \ +SRC_URI = "git://github.com/GENIVI/${BPN}.git;protocol=https \ file://0002-Don-t-execute-processes-as-a-specific-user.patch \ file://0004-Modify-systemd-config-directory.patch \ " |