diff options
author | Gianfranco Costamagna <costamagna.gianfranco@gmail.com> | 2019-03-28 11:54:34 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-03-28 11:55:34 -0700 |
commit | bfee8410b4c6319dbc3da2da1bb5af54c01e5661 (patch) | |
tree | c0e2bc118f4f37e52f7a99850f23589af20aaaa7 /meta-oe/recipes-support/cpprest | |
parent | beb872b68aa74e6b244dc9ea8757d77b1c4c1e2e (diff) | |
download | meta-openembedded-bfee8410b4c6319dbc3da2da1bb5af54c01e5661.tar.gz |
cpprest: bump version to 2.10.12
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.12.bb (renamed from meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb index 8ab72ff5f..903d70e2d 100644 --- a/meta-oe/recipes-support/cpprest/cpprest_2.10.11.bb +++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.12.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.11 | 13 | # tag 2.10.12 |
14 | SRCREV= "a325079f7e1976e0485a212d8921ce9b837c1f2f" | 14 | SRCREV= "d4fb1cf7f7d22c12e2e442ba5a5e98d09b0a28ab" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||