summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb
diff options
context:
space:
mode:
authorGianfranco Costamagna <costamagna.gianfranco@gmail.com>2019-04-02 11:05:58 +0200
committerKhem Raj <raj.khem@gmail.com>2019-04-06 08:22:22 -0700
commit7fb6d61bb0d4cd4003322e3d6f588be41f2dc76d (patch)
tree4f9c75c51f597f51b8a25523785fce92a68b2d15 /meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb
parent9fce979252417e96f719ee1b3f66d21350a46680 (diff)
downloadmeta-openembedded-7fb6d61bb0d4cd4003322e3d6f588be41f2dc76d.tar.gz
cpprest: fix build failure on 32bit systems, with upstream merged patch
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/cpprest/cpprest_2.10.12.bb')
-rw-r--r--meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb b/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb
index 92c04535d7..67edf56912 100644
--- a/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb
+++ b/meta-oe/recipes-support/cpprest/cpprest_2.10.12.bb
@@ -8,9 +8,7 @@ DEPENDS = "openssl websocketpp zlib boost brotli"
8EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF" 8EXTRA_OECMAKE = "-DCPPREST_EXPORT_DIR=cmake -DCPPREST_EXCLUDE_BROTLI=OFF"
9 9
10SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \ 10SRC_URI = "git://github.com/Microsoft/cpprestsdk.git;protocol=https;branch=master \
11 file://revert-9b670e5b33dfdbd501d618cd7e7498148ffbd559.patch \ 11 file://1094.patch "
12 file://revert-f10d9f8e214516d2c19aa6ef831ee874a58c0479.patch \
13 "
14 12
15# tag 2.10.12 13# tag 2.10.12
16SRCREV= "d4fb1cf7f7d22c12e2e442ba5a5e98d09b0a28ab" 14SRCREV= "d4fb1cf7f7d22c12e2e442ba5a5e98d09b0a28ab"