package/racehound: switch project site

Previous repo is unavailable, switch to fork.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 655accbfea)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Bernd Kuhls
2025-12-06 09:51:22 +01:00
committed by Thomas Perale
parent 10fee753bb
commit 0161403b86
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ config BR2_PACKAGE_RACEHOUND
- CONFIG_KALLSYMS_ALL
- CONFIG_KPROBES
https://github.com/winnukem/racehound
https://github.com/kmrov/racehound
comment "racehound needs an Linux kernel >= 3.14 to be built"
depends on !BR2_LINUX_KERNEL

View File

@@ -5,7 +5,7 @@
################################################################################
RACEHOUND_VERSION = f09f06fcc3c77c8c5541be3ba5be80aa8148ce0c
RACEHOUND_SITE = $(call github,winnukem,racehound,$(RACEHOUND_VERSION))
RACEHOUND_SITE = $(call github,kmrov,racehound,$(RACEHOUND_VERSION))
RACEHOUND_LICENSE = GPL-2.0
RACEHOUND_LICENSE_FILES = LICENSE
RACEHOUND_SUPPORTS_IN_SOURCE_BUILD = NO