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>
(cherry picked from commit a03e57ccbf
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
02ced88bf3
commit
bfea3468d0
package/mfgtools
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user