All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] opkg: bump to version 0.2.2 and update upstream url
@ 2014-06-26 20:30 Ivan Sergeev
  2014-06-27  6:23 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Sergeev @ 2014-06-26 20:30 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
---
 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+
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/1] opkg: bump to version 0.2.2 and update upstream url
  2014-06-26 20:30 [Buildroot] [PATCH 1/1] opkg: bump to version 0.2.2 and update upstream url Ivan Sergeev
@ 2014-06-27  6:23 ` Thomas Petazzoni
  2014-06-27 19:40   ` [Buildroot] [PATCH v2 " Ivan Sergeev
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2014-06-27  6:23 UTC (permalink / raw)
  To: buildroot

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
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2 1/1] opkg: bump to version 0.2.2 and update upstream url
  2014-06-27  6:23 ` Thomas Petazzoni
@ 2014-06-27 19:40   ` Ivan Sergeev
  2014-06-29  8:41     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Sergeev @ 2014-06-27 19:40 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
---
 package/opkg/opkg.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk
index c57bd7f..883ef64 100644
--- a/package/opkg/opkg.mk
+++ b/package/opkg/opkg.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-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 = http://git.yoctoproject.org/git/opkg
+OPKG_SITE_METHOD = git
 # Uses PKG_CHECK_MODULES() in configure.ac
 OPKG_DEPENDENCIES = host-pkgconf
 OPKG_LICENSE = GPLv2+
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH v2 1/1] opkg: bump to version 0.2.2 and update upstream url
  2014-06-27 19:40   ` [Buildroot] [PATCH v2 " Ivan Sergeev
@ 2014-06-29  8:41     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2014-06-29  8:41 UTC (permalink / raw)
  To: buildroot

Dear Ivan Sergeev,

On Fri, 27 Jun 2014 12:40:35 -0700, Ivan Sergeev wrote:
> Signed-off-by: Ivan Sergeev <vsergeev@kumunetworks.com>
> ---
>  package/opkg/opkg.mk | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-29  8:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26 20:30 [Buildroot] [PATCH 1/1] opkg: bump to version 0.2.2 and update upstream url Ivan Sergeev
2014-06-27  6:23 ` Thomas Petazzoni
2014-06-27 19:40   ` [Buildroot] [PATCH v2 " Ivan Sergeev
2014-06-29  8:41     ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.