From patchwork Sun Jul 26 20:38:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 500148 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 34BE4140518 for ; Mon, 27 Jul 2015 06:39:12 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=hUutpbcq; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 78BD394C68; Sun, 26 Jul 2015 20:39:08 +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 Ti+diE9gW-xf; Sun, 26 Jul 2015 20:39:08 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id E257894C75; Sun, 26 Jul 2015 20:39:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 66AB21C2282 for ; Sun, 26 Jul 2015 20:38:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 63CAB89970 for ; Sun, 26 Jul 2015 20:38:56 +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 6F9ZeqEQflUC for ; Sun, 26 Jul 2015 20:38:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 903E9898B9 for ; Sun, 26 Jul 2015 20:38:55 +0000 (UTC) Received: by wicmv11 with SMTP id mv11so116306969wic.0 for ; Sun, 26 Jul 2015 13:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=zuncEg2jDI5nJbrwqNjA9JkxUMcCUqFxQWwXPqTuWxo=; b=hUutpbcqWACWXdoYfnAPuA/4SyvufoTRJNUVqHTdoZf+qDAYpwfPxbimWQpTBUGJSr ccJlr+MaFzxgTJ1hO2Fs3aomaS6OXpQAQoVYQLIvb9kcAalAp15NQgJI1KmFI0HAPcDB mqO9GgRYBCrMzsX7NO3ZXhDcfTvGQ9bqhqpWxnvMj3Rarym/BZOGV9SkoM2tggXRqDho tH1EKmiTPzCUJSxTyKsg7PJPKqBcB5V/Wr8Fu2MIwniEKclxX8J6lCqvmqjNKrvvl+td lNOKAQsPEBL/3jcRbiIytMIXy4aqfqM8J7iAM4wDu/AASjnxOvpN10hj7IlgZ5J3ZD33 YbqQ== X-Received: by 10.180.205.142 with SMTP id lg14mr16466854wic.95.1437943134216; Sun, 26 Jul 2015 13:38:54 -0700 (PDT) Received: from localhost.localdomain (mangue.f00.fr. [82.226.166.74]) by smtp.gmail.com with ESMTPSA id m4sm24156537wjb.37.2015.07.26.13.38.53 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Jul 2015 13:38:53 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Jul 2015 22:38:33 +0200 Message-Id: <1437943118-18060-8-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1437943118-18060-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1437943118-18060-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 07/12] libllcp: Bump version and change site X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Google Code is a closing forge, libllcp has already made the move to Github. Signed-off-by: Maxime Hadjinlian --- package/libllcp/libllcp.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/libllcp/libllcp.mk b/package/libllcp/libllcp.mk index e0dbb83..2c2014a 100644 --- a/package/libllcp/libllcp.mk +++ b/package/libllcp/libllcp.mk @@ -4,9 +4,8 @@ # ################################################################################ -LIBLLCP_VERSION = cf0c4b3c9df98851c6092c130192130c3f5a46bd -LIBLLCP_SITE = https://libllcp.googlecode.com/git -LIBLLCP_SITE_METHOD = git +LIBLLCP_VERSION = 05dfa8003433a7070bfd8ae02efdb0203bbf34aa +LIBLLCP_SITE = $(call github,nfc-tools,libllcp,$(LIBLLCP_VERSION)) LIBLLCP_DEPENDENCIES = host-pkgconf libnfc # There's no ./configure in the repository, so we need to autoreconf LIBLLCP_AUTORECONF = YES