Warning, /packaging/yocto-meta-kde/recipes-support/libphonenumber.inc is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2018 Volker Krause <vkrause@kde.org>
0002 # SPDX-FileCopyrightText: 2022 Andreas Cord-Landwehr <cordlandwehr@kde.org>
0003 #
0004 # SPDX-License-Identifier: MIT
0005 
0006 DESCRIPTION = "libphonenumber"
0007 HOMEPAGE = "https://github.com/googlei18n/libphonenumber"
0008 LICENSE = "Apache-2"
0009 LIC_FILES_CHKSUM = "file://LICENSE;md5=363822a4d0f7a74c43ecdc2a4c11ae64"
0010 PR = "r0"
0011 
0012 DEPENDS = " \
0013     gtest \
0014     protobuf \
0015     protobuf-native \
0016     icu \
0017     virtual/javac-native \
0018     abseil-cpp \
0019 "
0020 
0021 SRC_URI = " \
0022     git://github.com/googlei18n/${BPN}.git;nobranch=1;protocol=https \
0023 "
0024 S = "${WORKDIR}/git/cpp"
0025 
0026 inherit cmake
0027 EXTRA_OECMAKE += "-DUSE_BOOST=OFF -DBUILD_GEOCODER=OFF -DCMAKE_CXX_STANDARD=17"
0028 OECMAKE_GENERATOR = "Unix Makefiles"