diff options
author | Jonathan Liu <net147@gmail.com> | 2012-08-12 11:36:31 +1000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-12 18:33:35 +0200 |
commit | 80cde682b1f3a794e173efd82a347d5bab658730 (patch) | |
tree | 90e178109bba406d15826949f0773b5ef97cc233 | |
parent | 53824c97d3c4345912a99aa5a1227fce102868b7 (diff) | |
download | buildroot-novena-80cde682b1f3a794e173efd82a347d5bab658730.tar.gz buildroot-novena-80cde682b1f3a794e173efd82a347d5bab658730.zip |
opkg: bump version to svn r635
It is recommended to use the most recent revision from subversion as it
contains various fixes.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/opkg/opkg.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/opkg/opkg.mk b/package/opkg/opkg.mk index be67f8ebc..3ba61aea4 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 |