diff mbox

[1/1] opkg: bump to version 0.2.2 and update upstream url

Message ID 1403814629-4007-1-git-send-email-vsergeev@kumunetworks.com
State Superseded
Headers show

Commit Message

Ivan Sergeev June 26, 2014, 8:30 p.m. UTC
Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
---
 package/opkg/opkg.mk | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Thomas Petazzoni June 27, 2014, 6:23 a.m. UTC | #1
Dear Ivan Sergeev,

On Thu, 26 Jun 2014 13:30:29 -0700, Ivan Sergeev wrote:

> -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

Do they have http:// access? If so, we prefer to use it, as it's more
likely to work through company proxies.

Other than that, looks good!

Thanks!

Thomas
diff mbox

Patch

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+