From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb') diff --git a/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb b/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb index 0e13bfd5..5f6e461f 100644 --- a/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb +++ b/external/meta-qt5/recipes-qt/qt5/qtconnectivity_git.bb @@ -10,15 +10,13 @@ LIC_FILES_CHKSUM = " \ file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ " -DEPENDS += "qtbase qtdeclarative" +SRC_URI += "file://0001-Add-missing-header-for-errno.patch" -inherit bluetooth +DEPENDS += "qtbase qtdeclarative" PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)}" -PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,${BLUEZ}" +PACKAGECONFIG[bluez] = "-feature-bluez,-no-feature-bluez,bluez5" EXTRA_QMAKEVARS_CONFIGURE += "${PACKAGECONFIG_CONFARGS}" -SRCREV = "d1cf8dad0e6d8d08b5c6f2f08d85a0e75b0bcf8a" - -SRC_URI += "file://0001-Ignore-clang-warning-about-address-of-temp-in-config.patch" +SRCREV = "b445ea4ff203fbcb5011adae0236dd028f11bc89" -- cgit 1.2.3-korg