[Buildroot] [git commit branch/next] qt: remove redundant and incorrect URL from Makefile

Peter Korsgaard jacmet at sunsite.dk
Thu Aug 2 19:52:42 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=f703569bead266c1a35f05191d9e4ae8992e8dbd
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/next

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 at lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/qt/qt.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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


More information about the buildroot mailing list