diff mbox

[v2] opkg: bump version to svn r635

Message ID 1344735391-23280-1-git-send-email-net147@gmail.com
State Accepted
Headers show

Commit Message

Jonathan Liu Aug. 12, 2012, 1:36 a.m. UTC
It is recommended to use the most recent revision from subversion as it
contains various fixes.

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 package/opkg/opkg.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Comments

Thomas Petazzoni Aug. 12, 2012, 4:35 p.m. UTC | #1
Le Sun, 12 Aug 2012 11:36:31 +1000,
Jonathan Liu <net147@gmail.com> a écrit :

> It is recommended to use the most recent revision from subversion as it
> contains various fixes.
> 
> Signed-off-by: Jonathan Liu <net147@gmail.com>

Committed to next, thanks.

Thomas
diff mbox

Patch

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