Sfoglia il codice sorgente

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 a03e57ccbf432f73275869cf9a3e6a7a234cb5de)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Julien Olivain 2 anni fa
parent
commit
bfea3468d0
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 1 1
      package/mfgtools/Config.in.host
  2. 1 1
      package/mfgtools/mfgtools.mk

+ 1 - 1
package/mfgtools/Config.in.host

@@ -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

+ 1 - 1
package/mfgtools/mfgtools.mk

@@ -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