xr_usb_serial_common: add PKG_MIRROR_HASH
The CI complained about a missing PKG_MIRROR_HASH. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
7100f40063
commit
73c0984779
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ PKG_SOURCE_PROTO:=git
|
|||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=8c21f4afdfd6acd77b6adad59a4dabe5cbf2b947
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
|
||||
PKG_MIRROR_HASH:=ecf7df24349919615328de49589de0750f5cbece3fb7d4a919ff90b724324a08
|
||||
|
||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
|
Loading…
Reference in a new issue