package/mfgtools: update URLs to NXPmicro github organization

mfgtools was removed from the github codeauroraforum organization.
It is now redirecting to NXPmicro. This patch updates the link to
directly point to the correct place.

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Julien Olivain 2022-12-29 20:47:10 +01:00 committed by Yann E. MORIN
parent f496b36995
commit a03e57ccbf
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ config BR2_PACKAGE_HOST_MFGTOOLS
production. The communication is done over USB using the
Freescale UTP protocol.
https://github.com/codeauroraforum/mfgtools
https://github.com/NXPmicro/mfgtools
comment "host mfgtools needs a toolchain w/ host gcc >= 4.9"
depends on BR2_arm

View File

@ -5,7 +5,7 @@
################################################################################
MFGTOOLS_VERSION = 0.02
MFGTOOLS_SITE = $(call github,codeauroraforum,mfgtools,v$(MFGTOOLS_VERSION))
MFGTOOLS_SITE = $(call github,NXPmicro,mfgtools,v$(MFGTOOLS_VERSION))
MFGTOOLS_SUBDIR = MfgToolLib
MFGTOOLS_LICENSE = BSD-3-Clause or CPOL
MFGTOOLS_LICENSE_FILES = LICENSE README.txt