From patchwork Tue Jun 19 16:59:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luca Ceresoli X-Patchwork-Id: 165814 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 10CD7B7005 for ; Wed, 20 Jun 2012 02:59:34 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id AA1BCA0464; Tue, 19 Jun 2012 16:59: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 xtwMN0vlwWeW; Tue, 19 Jun 2012 16:59:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 95633A0453; Tue, 19 Jun 2012 16:59:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 431D48F753 for ; Tue, 19 Jun 2012 16:59:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 37B728D296 for ; Tue, 19 Jun 2012 16:59:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zEZVOrDk9BBm for ; Tue, 19 Jun 2012 16:59:23 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from relayer.comelit.it (mail.comelit.it [213.149.219.85]) by whitealder.osuosl.org (Postfix) with ESMTP id D8AE28A2A7 for ; Tue, 19 Jun 2012 16:59:22 +0000 (UTC) Received: from wallace.comelit.it ([172.20.0.71]) by relayer.comelit.it with Microsoft SMTPSVC(6.0.3790.1830); Tue, 19 Jun 2012 18:59:19 +0200 From: Luca Ceresoli To: buildroot@busybox.net Date: Tue, 19 Jun 2012 18:59:02 +0200 Message-Id: <1340125143-8683-1-git-send-email-luca@lucaceresoli.net> X-Mailer: git-send-email 1.7.9.5 X-OriginalArrivalTime: 19 Jun 2012 16:59:19.0425 (UTC) FILETIME=[DE10A710:01CD4E3C] Cc: Luca Ceresoli Subject: [Buildroot] [PATCH 1/2] qt: remove redundant and incorrect URL from Makefile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net The upstream URL for Buildroot packages is usually visible in the Config.in file, not in comments in the Makefile. Moreover, this URL does not point to the correct upstream project. Signed-off-by: Luca Ceresoli --- package/qt/qt.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/qt/qt.mk b/package/qt/qt.mk index b751696..ff9f4ca 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -1,7 +1,6 @@ ###################################################################### # # Qt Embedded for Linux -# http://www.qtsoftware.com/ # # This makefile was originally composed by Thomas Lundquist # Later heavily modified by buildroot developers