diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2023-10-10 12:18:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-10 08:51:47 -0700 |
commit | 5596afa6508d8e603e257bcb604637e9fcabe2a6 (patch) | |
tree | aa83f3a40ab7d1f7f0d42723f7f06cc239d81f8d /meta-oe/recipes-support | |
parent | 2961a31a024bd9d41724b6d16f820baee2b390df (diff) | |
download | meta-openembedded-5596afa6508d8e603e257bcb604637e9fcabe2a6.tar.gz |
cpprestsdk: fix typo in comment, tag is actually 2.0.18
Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb index 1633412cf..36545503e 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.18.bb | |||
@@ -11,7 +11,7 @@ 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.17 | 14 | # tag 2.10.18 |
15 | SRCREV= "122d09549201da5383321d870bed45ecb9e168c5" | 15 | SRCREV= "122d09549201da5383321d870bed45ecb9e168c5" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |