libphonenumber: Update and fix compilation with current abseil-cpp

This commit is contained in:
Andreas Cord-Landwehr
2023-07-22 10:42:20 +02:00
parent f925178650
commit d4110731ac
2 changed files with 2 additions and 2 deletions

View File

@@ -24,5 +24,5 @@ SRC_URI = " \
S = "${WORKDIR}/git/cpp"
inherit cmake
EXTRA_OECMAKE += "-DUSE_BOOST=OFF -DBUILD_GEOCODER=OFF"
EXTRA_OECMAKE += "-DUSE_BOOST=OFF -DBUILD_GEOCODER=OFF -DCMAKE_CXX_STANDARD=17"
OECMAKE_GENERATOR = "Unix Makefiles"

View File

@@ -2,4 +2,4 @@
# SPDX-License-Identifier: CC0-1.0
require ${PN}.inc
SRCREV = "84f6152fba5a62fc9acc24bbdec970624a331f7c"
SRCREV = "a4a46ef2eae8d7e9abf3eddee949ffca49548678"