mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
ad8d102f8a
Even though repo is stable at the moment, improves reproducibility. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
18 lines
589 B
Makefile
18 lines
589 B
Makefile
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := 0f14a409735b71c219e0b9b3ee63cdae709ba143
|
|
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
|
|
fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_url := https://source.puri.sm/coreboot/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_hash := d664cad8a5bd5354258809a642b717c46c5b7b9e797c6275b9d6494986ad0f15
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|