From patchwork Fri Jul 3 12:12:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1322352 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.a=rsa-sha256 header.s=default header.b=T6TJrKTc; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49yv3n6f8Mz9sPF for ; Fri, 3 Jul 2020 22:12:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 304CF8987D; Fri, 3 Jul 2020 12:12:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9dm4jnY78iwV; Fri, 3 Jul 2020 12:12:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7FFFD89863; Fri, 3 Jul 2020 12:12:30 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A0AA21BF302 for ; Fri, 3 Jul 2020 12:12:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E591389863 for ; Fri, 3 Jul 2020 12:12:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vz2zUBcHMd5R for ; Fri, 3 Jul 2020 12:12:27 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by hemlock.osuosl.org (Postfix) with ESMTPS id C9E1F8979B for ; Fri, 3 Jul 2020 12:12:27 +0000 (UTC) Received: from menoah.home (lfbn-bor-1-1339-171.w193-250.abo.wanadoo.fr [193.250.150.171]) by koncepto.io (Postfix) with ESMTPSA id AC4D76014E; Fri, 3 Jul 2020 14:12:24 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1593778344; bh=GS8hZ16+F49EFqTg7Ne3ZEAuKxehsyqV5e7QDfq6+5A=; h=From:To:Cc:Subject:Date:From; b=T6TJrKTctYtywIHMQavoZUJ1uPcG3MCilzvR3CKbvgyY6nNx8XecMUVWx8oZ2+eTW Lo+3G6Se/0vfSfakv6LroHBoifUaOY9wUN5Ql9pyP4jN9jlGqAjcZi98xJY7SmL6i9 5h17pTwN0PA4dUyhhq4vQZ1Ak6iKB8wH1Dl4wtbFCgsT2p53dkt2mZZBiDMpNJjvuR x+b0kzBVBB3eRIFI8ez8j3BlOy192Tp3XJ5mnDpDNlzmV5BmkI8hMQzjo6VRauGUSc xvhRdbKzhFgNmfA09q5OduKz35TRy+qTcQ21uu7v1FIwjkk027lqnjWDs5X1bNNIZ9 KdXKDVHrxlYMQ== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Fri, 3 Jul 2020 14:12:02 +0200 Message-Id: <1593778322-13727-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH 1/1] package/qt5: fix check-package warnings X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier , Peter Seiderer , Julien Corjon MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/622129163 Signed-off-by: Pierre-Jean Texier --- package/qt5/qt5.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/qt5/qt5.mk b/package/qt5/qt5.mk index 4fa687f..a2572be 100644 --- a/package/qt5/qt5.mk +++ b/package/qt5/qt5.mk @@ -21,7 +21,7 @@ endef ifeq ($(BR2_PER_PACKAGE_DIRECTORIES),y) define QT5_QT_CONF_FIXUP - $(QT5_INSTALL_QT_CONF) + $(QT5_INSTALL_QT_CONF) endef endif