From 5f5a1fb6ea4fd884040ef3175f478321651afeab Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 18 Feb 2019 17:30:13 -0500 Subject: Upgrade to thud MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes include: - Add LAYERSERIES_COMPAT definition to layer.conf - Replace libvcard recipe with bbappend now that a recipe is available in meta-qt5 - Add OECMAKE_GENERATOR = "Unix Makefiles" to libnaviapi-agl recipe for now to work around CMake+ninja issue - Add patch to navigation app to fix compilation against OpenSSL 1.1 - Remove libssp-dev from agl-demo-platform-crosssdk, upstream have removed it from non-mingw32 platform SDKs Known issues: - CMake+ninja issue in cmake-apps-module has been worked around with OECMAKE_GENERATOR Bug-AGL: SPEC-1837 Change-Id: I14c5355fb38d5eed064f154f889d61d8e46854b7 Signed-off-by: Scott Murray Signed-off-by: Jan-Simon Möller --- recipes-connectivity/libvcard/libvcard_%.bbappend | 3 +++ recipes-connectivity/libvcard/libvcard_git.bb | 17 ----------------- 2 files changed, 3 insertions(+), 17 deletions(-) create mode 100644 recipes-connectivity/libvcard/libvcard_%.bbappend delete mode 100644 recipes-connectivity/libvcard/libvcard_git.bb (limited to 'recipes-connectivity') diff --git a/recipes-connectivity/libvcard/libvcard_%.bbappend b/recipes-connectivity/libvcard/libvcard_%.bbappend new file mode 100644 index 00000000..6761a0ff --- /dev/null +++ b/recipes-connectivity/libvcard/libvcard_%.bbappend @@ -0,0 +1,3 @@ +SRCREV = "9b43ca01865f171cdd8a7d47b6da7c1a41c03e38" + +ALLOW_EMPTY_${PN} = "1" diff --git a/recipes-connectivity/libvcard/libvcard_git.bb b/recipes-connectivity/libvcard/libvcard_git.bb deleted file mode 100644 index 86e3c0f1..00000000 --- a/recipes-connectivity/libvcard/libvcard_git.bb +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "Qt vCard library" -SECTION = "libs" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf" - -DEPENDS += "qtbase" - -SRCREV = "9b43ca01865f171cdd8a7d47b6da7c1a41c03e38" -SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https" - -PV = "1.0+gitr${SRCPV}" - -S = "${WORKDIR}/git" - -inherit cmake_qt5 - -ALLOW_EMPTY_${PN} = "1" -- cgit 1.2.3-korg