ps3-utils git repository fix
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 18 Mar 2012 21:08:39 +0000 (21:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 18 Mar 2012 21:08:39 +0000 (21:08 +0000)
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

package/ps3-utils/Makefile

index 7963521106eb3ebac8eb8ee781f900c2fd836fe0..3d3ea1befef23d695c3e2e566b3c9dc2a6c032ac 100644 (file)
@@ -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)