diff --git a/recipes-support/libphonenumber.inc b/recipes-support/libphonenumber.inc index 59abf0d..670ad3e 100644 --- a/recipes-support/libphonenumber.inc +++ b/recipes-support/libphonenumber.inc @@ -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" diff --git a/recipes-support/libphonenumber_8.13.9.bb b/recipes-support/libphonenumber_8.13.17.bb similarity index 62% rename from recipes-support/libphonenumber_8.13.9.bb rename to recipes-support/libphonenumber_8.13.17.bb index 98f886e..e0ae722 100644 --- a/recipes-support/libphonenumber_8.13.9.bb +++ b/recipes-support/libphonenumber_8.13.17.bb @@ -2,4 +2,4 @@ # SPDX-License-Identifier: CC0-1.0 require ${PN}.inc -SRCREV = "84f6152fba5a62fc9acc24bbdec970624a331f7c" +SRCREV = "a4a46ef2eae8d7e9abf3eddee949ffca49548678"