From patchwork Fri Mar 24 12:49:52 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rahul Jain X-Patchwork-Id: 743167 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vqNZ43159z9s8B for ; Fri, 24 Mar 2017 23:50:36 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 28F412DC27; Fri, 24 Mar 2017 12:50:34 +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 YKyXWZz3Uadm; Fri, 24 Mar 2017 12:50:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 86C182DD73; Fri, 24 Mar 2017 12:50:30 +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 3FC891C29CD for ; Fri, 24 Mar 2017 12:50:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3AEFA8121C for ; Fri, 24 Mar 2017 12:50:23 +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 kc93ESxyWBP6 for ; Fri, 24 Mar 2017 12:50:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailapp01.imgtec.com (mailapp01.imgtec.com [195.59.15.196]) by whitealder.osuosl.org (Postfix) with ESMTP id C26A9814C1 for ; Fri, 24 Mar 2017 12:50:20 +0000 (UTC) Received: from hhmail02.hh.imgtec.org (unknown [10.100.10.20]) by Forcepoint Email with ESMTPS id ECBEE2A6A321E for ; Fri, 24 Mar 2017 12:50:16 +0000 (GMT) Received: from pudesk288-linux.pu.imgtec.org (192.168.91.73) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.294.0; Fri, 24 Mar 2017 12:50:19 +0000 From: Rahul Jain To: Date: Fri, 24 Mar 2017 18:19:52 +0530 Message-ID: <1490359795-18362-3-git-send-email-Rahul.Jain@imgtec.com> X-Mailer: git-send-email 2.6.2 In-Reply-To: <1490359795-18362-1-git-send-email-Rahul.Jain@imgtec.com> References: <1490359795-18362-1-git-send-email-Rahul.Jain@imgtec.com> MIME-Version: 1.0 X-Originating-IP: [192.168.91.73] Cc: Rahul Jain Subject: [Buildroot] [PATCH 3/6] libuci: bump version 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Change upstream location Signed-off-by: Rahul Jain --- package/libuci/libuci.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libuci/libuci.mk b/package/libuci/libuci.mk index 6647045..9161be9 100644 --- a/package/libuci/libuci.mk +++ b/package/libuci/libuci.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBUCI_VERSION = e339407372ffc70b1451e4eda218c01aa95a6a7f -LIBUCI_SITE = git://nbd.name/uci.git +LIBUCI_VERSION = 49ec6efbdac4819033d34f08927d795f83a3932d +LIBUCI_SITE = git://git.openwrt.org/project/uci.git LIBUCI_LICENSE = LGPLv2.1, GPLv2 (tools) LIBUCI_INSTALL_STAGING = YES LIBUCI_DEPENDENCIES = libubox