diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2021-01-08 22:11:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-07 22:57:45 -0800 |
commit | 4efc37802985a4086287894486a66b5f1d6d2339 (patch) | |
tree | 288a3b070b08c919660e82e443950e3f3941fcb5 | |
parent | 2595b792606ff0cdd8c9d981b949212eac0fef3f (diff) | |
download | meta-openembedded-4efc37802985a4086287894486a66b5f1d6d2339.tar.gz |
cpprest: upgrade 2.10.16 -> 2.10.17
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb (renamed from meta-oe/recipes-support/cpprest/cpprest_2.10.16.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.16.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb index 5d7dbd8bda..c16e893299 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.16.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.17.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=maste | |||
11 | file://disable-float-tests.patch \ | 11 | file://disable-float-tests.patch \ |
12 | file://disable-outside-tests.patch " | 12 | file://disable-outside-tests.patch " |
13 | 13 | ||
14 | # tag 2.10.16 | 14 | # tag 2.10.17 |
15 | SRCREV= "18212a2a7967e12d740bfb957e500892b3463c88" | 15 | SRCREV= "41e7d0074b6cb5b22c89f835b4531d848ab66987" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||