From patchwork Thu Jun 26 20:30:29 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Sergeev X-Patchwork-Id: 364713 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 1B3981400DD for ; Fri, 27 Jun 2014 06:37:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5CEFB8A5DE; Thu, 26 Jun 2014 20:37:46 +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 WPw7gPMHhpcp; Thu, 26 Jun 2014 20:37:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7B97E89DD7; Thu, 26 Jun 2014 20:37:43 +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 AB6D11BF997 for ; Thu, 26 Jun 2014 20:37:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A79238BB97 for ; Thu, 26 Jun 2014 20:37:42 +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 yh4byxUcAwxJ for ; Thu, 26 Jun 2014 20:37:41 +0000 (UTC) X-Greylist: delayed 00:07:06 by SQLgrey-1.7.6 Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) by whitealder.osuosl.org (Postfix) with ESMTPS id BD9A78B9F4 for ; Thu, 26 Jun 2014 20:37:41 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id ey11so3598271pad.26 for ; Thu, 26 Jun 2014 13:37:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3CTqIWTXzneG0Wnja6DG97xbQFA0qjQN7mticfZAMrs=; b=KfYbV7mLBaeqIY2RqHLYdbyLn//eEQ0rGtyHs6J7MKkYzrCrYlrc7iSHf8l4o/KlaI OsgqGR3aDzb/KmnuDTezShfGuuqfx7rlV166Ia4tadQo5myTLw2YxkAts9LA6/TkoCf3 T49oMUrCrzW9XGF/cn7TLWWmhELPatbS8+RhzXsLhN53R/COS+jmKR1+yRO4uEHTDRSE 9E81ejejTVNjXAdibefvvJLcKl9kdR0aiEGMrD9MtaqRleYWcsbw+lyywefeH0fLUtUF 1zTgXda1Hezv2Qs2n6sA/JY0iDLNfEpc0FdWGoHzIxW8x+sUlcB4iZq/bpwBujfK/3f/ H5tg== X-Gm-Message-State: ALoCoQnIkplb2QSzyNRQurAaNSmHCx4PrTP1Q/ZbZXrgLRLm6dX1uVRlGsbZkG8p2iku+X/ZOxKg X-Received: by 10.68.213.97 with SMTP id nr1mr24644582pbc.52.1403814635222; Thu, 26 Jun 2014 13:30:35 -0700 (PDT) Received: from vsergeev-arch.kumu.lan (23-24-194-1-static.hfc.comcastbusiness.net. [23.24.194.1]) by mx.google.com with ESMTPSA id ix7sm11401479pbd.36.2014.06.26.13.30.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 26 Jun 2014 13:30:34 -0700 (PDT) From: Ivan Sergeev To: buildroot@busybox.net Date: Thu, 26 Jun 2014 13:30:29 -0700 Message-Id: <1403814629-4007-1-git-send-email-vsergeev@kumunetworks.com> X-Mailer: git-send-email 2.0.0 Subject: [Buildroot] [PATCH 1/1] opkg: bump to version 0.2.2 and update upstream 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Ivan Sergeev --- package/opkg/opkg.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk index c57bd7f..56db604e 100644 --- a/package/opkg/opkg.mk +++ b/package/opkg/opkg.mk @@ -4,9 +4,8 @@ # ################################################################################ -OPKG_VERSION = v0.2.0 -OPKG_SOURCE = $(OPKG_VERSION).tar.bz2 -OPKG_SITE = https://bitbucket.org/opkg/opkg/get +OPKG_VERSION = v0.2.2 +OPKG_SITE = git://git.yoctoproject.org/opkg # Uses PKG_CHECK_MODULES() in configure.ac OPKG_DEPENDENCIES = host-pkgconf OPKG_LICENSE = GPLv2+