diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 21:08:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-18 21:08:39 +0000 |
commit | 2659bfe9694e51588172e3450c149b6749c08a60 (patch) | |
tree | 3e835e3c7e12ca10eb7d4dc702ae1f32da324a70 /package/ps3-utils | |
parent | 60b39b7fc0a15580e03aa85b900ab133776a606e (diff) | |
download | upstream-2659bfe9694e51588172e3450c149b6749c08a60.tar.gz upstream-2659bfe9694e51588172e3450c149b6749c08a60.tar.bz2 upstream-2659bfe9694e51588172e3450c149b6749c08a60.zip |
ps3-utils git repository fix
The PKG_SOURCE_URL should be
git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git
rather then
http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git
or else you will get a fatal error "did you run git update-server-info
on the server?"
Signed-off-by: Nicola Squartini <tensor5@gmail.com>
SVN-Revision: 30993
Diffstat (limited to 'package/ps3-utils')
-rw-r--r-- | package/ps3-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ps3-utils/Makefile b/package/ps3-utils/Makefile index 7963521106..3d3ea1befe 100644 --- a/package/ps3-utils/Makefile +++ b/package/ps3-utils/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=20090320 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git +PKG_SOURCE_URL:=git://git.kernel.org/pub/scm/linux/kernel/git/geoff/ps3-utils.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=$(PKG_REV) |