From patchwork Mon May 6 16:19:39 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Michael J. Hammel" X-Patchwork-Id: 241721 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 EE2A82C00CE for ; Tue, 7 May 2013 02:25:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 62595A0153; Mon, 6 May 2013 16:24:59 +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 qzTvF-L9dBtt; Mon, 6 May 2013 16:24:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AC86BA0148; Mon, 6 May 2013 16:24:56 +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 A3F748F753 for ; Mon, 6 May 2013 16:25:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B910E89ED1 for ; Mon, 6 May 2013 16:24:57 +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 2PdUV+3-hmKX for ; Mon, 6 May 2013 16:24:56 +0000 (UTC) X-Greylist: delayed 00:05:11 by SQLgrey-1.7.6 Received: from graphics-muse.com (graphics-muse.com [66.35.39.9]) by whitealder.osuosl.org (Postfix) with ESMTP id EFB188A842 for ; Mon, 6 May 2013 16:24:54 +0000 (UTC) Received: from [192.168.1.60] (unknown [207.224.126.137]) by graphics-muse.com (vPostMaster) with ESMTPA id 79C932A3A04 for ; Mon, 6 May 2013 10:19:41 -0600 (MDT) Message-ID: <1367857179.4665.19.camel@feynman.coloradoengineeringinc.com> From: "Michael J. Hammel" To: buildroot@busybox.net Date: Mon, 06 May 2013 10:19:39 -0600 X-Mailer: Evolution 3.2.3 (3.2.3-3.fc16) Mime-Version: 1.0 Subject: [Buildroot] [PATCH] Update webkit download URL 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Michael J. Hammel Acked-by: Thomas Petazzoni --- package/webkit/webkit.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) libxslt libgtk2 sqlite enchant libsoup jpeg libgail diff --git a/package/webkit/webkit.mk b/package/webkit/webkit.mk index d37601f..264bcad 100644 --- a/package/webkit/webkit.mk +++ b/package/webkit/webkit.mk @@ -5,7 +5,7 @@ ############################################################# WEBKIT_VERSION = 1.2.7 -WEBKIT_SITE = http://www.webkitgtk.org +WEBKIT_SITE = http://www.webkitgtk.org/releases WEBKIT_INSTALL_STAGING = YES WEBKIT_DEPENDENCIES = host-flex host-bison host-gperf icu libcurl libxml2 \