dtc: Fix dead URLs
Fixes uscan. URL taken from Debian. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
dd49827511
commit
e868c06e7f
1 changed files with 3 additions and 3 deletions
|
@ -25,7 +25,7 @@ define Package/dtc
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Device Tree Compiler
|
||||
URL:=http://devicetree.org/Device_Tree_Compiler
|
||||
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
|
||||
endef
|
||||
|
||||
define Package/dtc/description
|
||||
|
@ -45,7 +45,7 @@ define Package/fdt-utils
|
|||
SECTION:=utils
|
||||
CATEGORY:=Utilities
|
||||
TITLE:=Flat Device Tree Utilities
|
||||
URL:=http://devicetree.org/Device_Tree_Compiler
|
||||
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
|
||||
endef
|
||||
|
||||
define Package/fdt-utils/install
|
||||
|
@ -62,7 +62,7 @@ define Package/libfdt
|
|||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
TITLE:=a utility library for reading and manipulating dtb files
|
||||
URL:=http://devicetree.org/Device_Tree_Compiler
|
||||
URL:=https://git.kernel.org/pub/scm/utils/dtc/dtc.git
|
||||
endef
|
||||
|
||||
define Package/libfdt/description
|
||||
|
|
Loading…
Reference in a new issue