From patchwork Sat Oct 5 18:58:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carsten Schoenert X-Patchwork-Id: 280785 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 A2BF82C00BB for ; Sun, 6 Oct 2013 05:59:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6D2B38B9C5; Sat, 5 Oct 2013 18:59:08 +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 1i15WqZN3JTm; Sat, 5 Oct 2013 18:59:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5A91E8B7F8; Sat, 5 Oct 2013 18:59:06 +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 49B071BF9BF for ; Sat, 5 Oct 2013 18:59:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 455CE8C071 for ; Sat, 5 Oct 2013 18:59:05 +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 ZjIf9SnU0dad for ; Sat, 5 Oct 2013 18:59:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f169.google.com (mail-ea0-f169.google.com [209.85.215.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5ACC48C571 for ; Sat, 5 Oct 2013 18:59:04 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id k11so2426784eaj.0 for ; Sat, 05 Oct 2013 11:59:02 -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=dftlEDlGySXTMHmKncV3osKyxE+wSxWAMb+5srfIym0=; b=H7zNTPCZ7kef4kQ/mTAW8IPHT4mjLvRF0jsesQu47lwkHLP5GR1roWHcQyvm7+rX7g XRq8+9OK7HL3wDoNIEpuzhdmfCEIxQv+d4ME40NfPrIfFg+CoZAFiyymiVNxot881fJl PtA3O8xpCKNnEMhb17n0Lx6qgnRDphcUY0XJ37qkb0q1GIh64sIDcHRpDlCuzISPxM3X ieL2JB8ZDY35gy6KSFyxayGqPocI7XXRHql1hcBqrRy9BbBFXLHlRJ1wYiYVjWcBEXEg qgbBu0I7suyI1+HyVQKAyRG1lTGCITF4sgFhKTHaSRV6cwbea9AuZQg898oLPPrbrrdH GwGQ== X-Received: by 10.14.225.199 with SMTP id z47mr33467355eep.24.1380999542905; Sat, 05 Oct 2013 11:59:02 -0700 (PDT) Received: from jessie.fritz.box (p5B379AEC.dip0.t-ipconnect.de. [91.55.154.236]) by mx.google.com with ESMTPSA id a1sm42546356eem.1.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 05 Oct 2013 11:59:02 -0700 (PDT) From: Carsten Schoenert To: buildroot@busybox.net Date: Sat, 5 Oct 2013 20:58:42 +0200 Message-Id: <1380999522-2915-1-git-send-email-c.schoenert@gmail.com> X-Mailer: git-send-email 1.8.4.rc3 Subject: [Buildroot] [PATCH] package/opkg: bumping version to 0.2.0 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 From: Carsten Schoenert opkg has released a new version v0.2.0. The opkg community is also on the way to switching completely from subversion to git. The current git repository is placed on Bitbucket and will probably move once again if there will be find a new home for the project. https://bitbucket.org/opkg/opkg The new version 0.2.0 is almost a bugfixing release with a lot of small changes. This patch is adding the license info too. Signed-off-by: Carsten Schoenert --- package/opkg/opkg.mk | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk index 5846433..c57bd7f 100644 --- a/package/opkg/opkg.mk +++ b/package/opkg/opkg.mk @@ -4,15 +4,16 @@ # ################################################################################ -OPKG_VERSION = 635 -OPKG_SOURCE = opkg-$(OPKG_VERSION).tar.gz -OPKG_SITE = http://opkg.googlecode.com/svn/trunk/ -OPKG_SITE_METHOD = svn +OPKG_VERSION = v0.2.0 +OPKG_SOURCE = $(OPKG_VERSION).tar.bz2 +OPKG_SITE = https://bitbucket.org/opkg/opkg/get +# Uses PKG_CHECK_MODULES() in configure.ac +OPKG_DEPENDENCIES = host-pkgconf +OPKG_LICENSE = GPLv2+ +OPKG_LICENSE_FILES = COPYING OPKG_INSTALL_STAGING = YES OPKG_CONF_OPT = --disable-curl OPKG_AUTORECONF = YES -# Uses PKG_CHECK_MODULES() in configure.ac -OPKG_DEPENDENCIES = host-pkgconf # Ensure directory for lockfile exists define OPKG_CREATE_LOCKDIR