diff mbox

[1/2] qt: remove redundant and incorrect URL from Makefile

Message ID 1340125143-8683-1-git-send-email-luca@lucaceresoli.net
State Accepted
Commit f703569bead266c1a35f05191d9e4ae8992e8dbd
Headers show

Commit Message

Luca Ceresoli June 19, 2012, 4:59 p.m. UTC
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 <luca@lucaceresoli.net>
---
 package/qt/qt.mk |    1 -
 1 file changed, 1 deletion(-)

Comments

Peter Korsgaard June 20, 2012, 8:57 p.m. UTC | #1
>>>>> "Luca" == Luca Ceresoli <luca@lucaceresoli.net> writes:

 Luca> The upstream URL for Buildroot packages is usually visible in the
 Luca> Config.in file, not in comments in the Makefile.

Committed both, thanks.
diff mbox

Patch

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 <thomasez@zelow.no>
 # Later heavily modified by buildroot developers