diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-21 13:47:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-12-21 13:47:46 +0000 |
commit | c59eec158925b5c4f87d207c58ba3ce0c5214e9e (patch) | |
tree | 603ac56a984b4a74304abb39506f4fc5badf543c /package | |
parent | da833133d30c2e8833b22c44d558055e9fcc7568 (diff) | |
download | upstream-c59eec158925b5c4f87d207c58ba3ce0c5214e9e.tar.gz upstream-c59eec158925b5c4f87d207c58ba3ce0c5214e9e.tar.bz2 upstream-c59eec158925b5c4f87d207c58ba3ce0c5214e9e.zip |
opkg: switch to git repository (#14655)
Upstream development now takes place in a git repository which was clone
from the old svn repository. Switch the source location to the git tree
using the commit that corresponds to the old svn r618 revision.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39153 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/system/opkg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 0669ddf685..0dc3d6a7be 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -9,14 +9,14 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=opkg -PKG_REV:=618 +PKG_REV:=9c97d5ecd795709c8584e972bfdf3aee3a5b846d PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=6 -PKG_SOURCE_PROTO:=svn +PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_REV) PKG_SOURCE_SUBDIR:=opkg-$(PKG_VERSION) -PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/ +PKG_SOURCE_URL:=http://git.yoctoproject.org/git/opkg PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_FIXUP:=autoreconf |