mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 01:06:18 +00:00
modules/fbwhiptail: fixate to latest commit ID to make sure Heads commit would produce the same binary signature long term. (#820)
This commit is contained in:
parent
268fb90623
commit
480a2e1130
@ -2,9 +2,11 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
||||
|
||||
fbwhiptail_depends := cairo $(musl_dep)
|
||||
|
||||
fbwhiptail_version := git
|
||||
fbwhiptail_dir := fbwhiptail
|
||||
fbwhiptail_repo := https://source.puri.sm/coreboot/fbwhiptail.git
|
||||
fbwhiptail_version := e5001e925d5ac791d4cb8fb4cf9d3fb97cde3e51
|
||||
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
|
||||
fbwhiptail_tar := fbwhiptail-master.tar.gz
|
||||
fbwhiptail_url := https://source.puri.sm/coreboot/fbwhiptail/-/archive/$(fbwhiptail_version)/$(fbwhiptail_tar)
|
||||
fbwhiptail_hash := 51f1a56541f73b70f370a676e170cb5ad71703f3b21d5b6668482cb9ebcf82e6
|
||||
|
||||
fbwhiptail_target := \
|
||||
$(MAKE_JOBS) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user