From patchwork Tue Jun 11 18:39:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jelle Sels X-Patchwork-Id: 250605 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 644622C0097 for ; Wed, 12 Jun 2013 04:40:01 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 7070A31AF1; Tue, 11 Jun 2013 18:39:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GsjHdRo3KK4c; Tue, 11 Jun 2013 18:39:53 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D51A6317E7; Tue, 11 Jun 2013 18:39:52 +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 D3C028F7B0 for ; Tue, 11 Jun 2013 18:39:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CDA0B89ADC for ; Tue, 11 Jun 2013 18:39:51 +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 fUtD+Z8kv6AW for ; Tue, 11 Jun 2013 18:39:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by whitealder.osuosl.org (Postfix) with ESMTPS id 14C6F814E7 for ; Tue, 11 Jun 2013 18:39:45 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id k13so6270696wgh.5 for ; Tue, 11 Jun 2013 11:39:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dX+2zmJ9I/WrX4fFM46YxMt8k+IZ/qbHjPOUZFf/ZSI=; b=yHittb/xRdOEdUBv+0RZrzVHaT00rSaHPSP1EitV+e/tGps2XWDtt9AkJPd429erv3 H/JC+2yBlvk+CImHItATjXgvImLK1oUXLyYFVVXBFVj+vVVXo1NcCnwDMPwUKDCMOFa/ T+gTcBhtbiiJMum0BxRgoyYm/DWpuGZKaDoDhAS6YAP6QW7WQ/Qq0fUvhs5NK5mWtsbg RB8FfSyfwENsv3N2/PsaXjvEmsr7wDQnhDMS6sI5iwGIhr5qIag5CsR2dLtBdTgIiqCv fUSLn2qphOkcVjHiEXer1EbTsxLaTkeFevjsrUbfHEQrgkhtuWHd6YBTQLGiOcF9QFvb GxKA== MIME-Version: 1.0 X-Received: by 10.194.158.102 with SMTP id wt6mr9644184wjb.5.1370975980933; Tue, 11 Jun 2013 11:39:40 -0700 (PDT) Received: by 10.194.237.135 with HTTP; Tue, 11 Jun 2013 11:39:40 -0700 (PDT) Date: Tue, 11 Jun 2013 20:39:40 +0200 Message-ID: From: Jelle Sels To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/1] Changed broken link for cups-lib 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 From 552a9ee3a27e60c4da9d4c44d0420dc2550beb88 Mon Sep 17 00:00:00 2001 From: Jelle Sels Date: Tue, 11 Jun 2013 20:29:37 +0200 Subject: [PATCH 1/1] Changed broken link for cups-lib Signed-off-by: Jelle Sels --- package/cups/cups.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) CUPS_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) DSTROOT=$(TARGET_DIR) install diff --git a/package/cups/cups.mk b/package/cups/cups.mk index f8ace71..9b8d7c5 100644 --- a/package/cups/cups.mk +++ b/package/cups/cups.mk @@ -6,7 +6,7 @@ CUPS_VERSION = 1.3.11 CUPS_SOURCE = cups-$(CUPS_VERSION)-source.tar.bz2 -CUPS_SITE = http://ftp.easysw.com/pub/cups/$(CUPS_VERSION) +CUPS_SITE = http://www.cups.org/software/$(CUPS_VERSION) CUPS_INSTALL_STAGING = YES CUPS_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) DSTROOT=$(STAGING_DIR) install