diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2019-02-04 16:16:00 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-04 10:09:20 -0800 |
commit | c8e411dfa0ae80f37bd70bb7606c506200ab3466 (patch) | |
tree | c9a796be3be2c77a8473ecb5e3e80ebea092e5d8 | |
parent | 78f210eb38c8d9d66f4ee2ea5525e865f9350b78 (diff) | |
download | meta-openembedded-c8e411dfa0ae80f37bd70bb7606c506200ab3466.tar.gz |
cpprest: update to 2.10.10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb (renamed from meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb index 4bdc5c682a..cc9d5e105b 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.9.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.10.bb | |||
@@ -10,8 +10,8 @@ EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF" | |||
10 | SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \ | 10 | SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \ |
11 | " | 11 | " |
12 | 12 | ||
13 | # tag 2.10.9 | 13 | # tag 2.10.10 |
14 | SRCREV= "8f0393dd7be08f2d9b44cc09b8b97f9bafb109a5" | 14 | SRCREV= "91f66c625b6361d2edabf76eae30887b326b2447" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||