From patchwork Sun Aug 12 01:36:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonathan Liu X-Patchwork-Id: 176767 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 4D3D22C008D for ; Sun, 12 Aug 2012 11:36:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6622F8CEA4; Sun, 12 Aug 2012 01:36:13 +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 I1eCDkJSElaq; Sun, 12 Aug 2012 01:36:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0CDC58CEB8; Sun, 12 Aug 2012 01:36:10 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 80A738F753 for ; Sun, 12 Aug 2012 01:36:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7B332A01B9 for ; Sun, 12 Aug 2012 01:36:07 +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 Wa47xOO0HGDQ for ; Sun, 12 Aug 2012 01:36:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) by hemlock.osuosl.org (Postfix) with ESMTPS id A8204A0021 for ; Sun, 12 Aug 2012 01:36:06 +0000 (UTC) Received: by pbbrr13 with SMTP id rr13so5115894pbb.33 for ; Sat, 11 Aug 2012 18:36:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=wpbM398J8JAhLTo9e47KRt3tbvFl/vSEhknAPO9xSiY=; b=UOobf19eIZLemlLfFyguM2lirkLFXR7yyF606QI3fhMb0RznW9nFgdcCNLva6tuSv7 4lCCGM5x6QIgcoxYOFDialBg1JwnhFQY2PbxBGBfhSJBQ+o5QPe/aM62+0NQ7GgZQYcu t9HLibVUN/XRTGxueZHZgeQ6kCvwyRguysvaLY1jx6ocUJ2Nick5lufTpE479dSYzKv8 Grt5kn9tBylRubkgd18eQkG06dhHriA2K6D0jSvH1qPh550QJUgoMEjuuvMgA1MUIclj AjB8wc6HnOHDKEhtuZJbFBLeUv/Lc2iBk6OxUUmU65o5R/f8CS0wctUCNM0VkOGalgxd SHbA== Received: by 10.68.129.164 with SMTP id nx4mr8964183pbb.28.1344735366414; Sat, 11 Aug 2012 18:36:06 -0700 (PDT) Received: from 60-242-179-244.static.tpgi.com.au (60-242-179-244.static.tpgi.com.au. [60.242.179.244]) by mx.google.com with ESMTPS id pq1sm2361229pbb.3.2012.08.11.18.36.03 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 11 Aug 2012 18:36:05 -0700 (PDT) From: Jonathan Liu To: buildroot@uclibc.org Date: Sun, 12 Aug 2012 11:36:31 +1000 Message-Id: <1344735391-23280-1-git-send-email-net147@gmail.com> X-Mailer: git-send-email 1.7.11.3 Subject: [Buildroot] [PATCH v2] opkg: bump version to svn r635 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 It is recommended to use the most recent revision from subversion as it contains various fixes. Signed-off-by: Jonathan Liu --- package/opkg/opkg.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk index be67f8e..3ba61ae 100644 --- a/package/opkg/opkg.mk +++ b/package/opkg/opkg.mk @@ -4,11 +4,13 @@ # ############################################################# -OPKG_VERSION = 0.1.8 +OPKG_VERSION = 635 OPKG_SOURCE = opkg-$(OPKG_VERSION).tar.gz -OPKG_SITE = http://opkg.googlecode.com/files +OPKG_SITE = http://opkg.googlecode.com/svn/trunk/ +OPKG_SITE_METHOD = svn OPKG_INSTALL_STAGING = YES OPKG_CONF_OPT = --disable-curl --disable-gpg +OPKG_AUTORECONF = YES # Ensure directory for lockfile exists define OPKG_CREATE_LOCKDIR