From patchwork Tue Apr 29 16:55:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 343938 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 69124140104 for ; Wed, 30 Apr 2014 02:56:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 96DC38B1E2; Tue, 29 Apr 2014 16:56:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dhYQKArajaVS; Tue, 29 Apr 2014 16:56:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 23CA08B0D8; Tue, 29 Apr 2014 16:56:11 +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 566DC1C1079 for ; Tue, 29 Apr 2014 16:56:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 517E18B50F for ; Tue, 29 Apr 2014 16:56:09 +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 DPbResj-Tzam for ; Tue, 29 Apr 2014 16:56:07 +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 EE53D8BB60 for ; Tue, 29 Apr 2014 16:56:06 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hi2so805827wib.13 for ; Tue, 29 Apr 2014 09:56:05 -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; bh=Oa27TAjvYUILdvO8TGuv49bBSfIwpi6Oh4urCcRwYmQ=; b=S78bWffD1rJ3P6yrGGJH35dKAB6WCYmHjikts3QZwyA6uKV/bREu84ab3LyMzr4/wC /WjOk85FGKoWQpiCzh9OGaYpIl0aKe+E8MYyF0QO/xZRTynXFTPQ7XbJS6zF5oqdJPVF qSqITiUHhnRPA/BM7Ju7xu6OOHRj+ev/Tk3dL6D6gMFYQsnHO+cEBDlI2B+XgDCzOQSk HEey2BPvfe8+CJ4s+VqG3YITA2SGYvYFSND3h5OCH/kojs+l9WuIfe4s/Qx3LI9OiH+F gwboVMXki3wor+jLNgPW/tqveFJ6rlNOqb5A51Klsq/NHd/88SA/DUwn7ZZccWyC/QPC XBwA== X-Received: by 10.194.6.106 with SMTP id z10mr431844wjz.1.1398790565149; Tue, 29 Apr 2014 09:56:05 -0700 (PDT) Received: from localhost.localdomain (5.33.127.78.rev.sfr.net. [78.127.33.5]) by mx.google.com with ESMTPSA id fu10sm6132828wib.11.2014.04.29.09.56.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 29 Apr 2014 09:56:04 -0700 (PDT) X-Google-Original-From: Francois Perrad From: Francois Perrad To: buildroot@busybox.net Date: Tue, 29 Apr 2014 18:55:14 +0200 Message-Id: <1398790514-32389-1-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH] ljsyscall: bump to version 0.10 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Francois Perrad --- package/ljsyscall/ljsyscall.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ljsyscall/ljsyscall.mk b/package/ljsyscall/ljsyscall.mk index cc49890..a17da3f 100644 --- a/package/ljsyscall/ljsyscall.mk +++ b/package/ljsyscall/ljsyscall.mk @@ -4,7 +4,7 @@ # ################################################################################ -LJSYSCALL_VERSION = v0.9 +LJSYSCALL_VERSION = v0.10 LJSYSCALL_SITE = $(call github,justincormack,ljsyscall,$(LJSYSCALL_VERSION)) LJSYSCALL_LICENSE = MIT LJSYSCALL_LICENSE_FILES = COPYRIGHT