diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2019-07-22 23:23:04 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-23 09:37:22 -0700 |
commit | 9483d4da04ac4be45c955f2ad34db2f4b96e0018 (patch) | |
tree | 5189d4d4da46fa2d5690a6cac629466a2d83d6d5 /meta-oe/recipes-support/cpprest | |
parent | 3a7abb175ae149b1949f8a2559f77647498c91df (diff) | |
download | meta-openembedded-9483d4da04ac4be45c955f2ad34db2f4b96e0018.tar.gz |
cpprest: update to 2.10.14
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/cpprest')
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb (renamed from meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.14.bb index 3e42a002e..c13a632cf 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.13.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.14.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.13 | 14 | # tag 2.10.14 |
15 | SRCREV= "9d8f544001cb74544de6dc8c565592f7e2626d6e" | 15 | SRCREV= "6f602bee67b088a299d7901534af3bce6334ab38" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||