package/devel/trace-cmd: Add mirror
Adds Google's mirror as primary source and kernel.org as fallback.
Same as commit 0d4f02dfd6
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
parent
3bbc3bd1bd
commit
1531c9d340
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@ PKG_VERSION:=v2.6
|
|||
PKG_RELEASE=1
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
|
||||
PKG_SOURCE_URL:=\
|
||||
https://kernel.googlesource.com/pub/scm/linux/kernel/git/rostedt/trace-cmd \
|
||||
https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=9be5d74805830a291615f2f34a27c903f6a37b1e
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
|
|
Loading…
Reference in a new issue