mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-20 13:33:10 +00:00
ca00952048
Updated to reproducible version of fbwhiptail. Added flags to remove debug info. Updated url to current one instead of going through redirect. Signed-off-by: Daniel Pineda <daniel.pineda@puri.sm>
20 lines
594 B
Makefile
20 lines
594 B
Makefile
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := 1.0
|
|
fbwhiptail_dir := fbwhiptail-$(fbwhiptail_version)
|
|
fbwhiptail_tar := fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_url := https://source.puri.sm/firmware/fbwhiptail/-/archive/$(fbwhiptail_version)/fbwhiptail-$(fbwhiptail_version).tar.gz
|
|
fbwhiptail_hash := de4fe774b48fd2d1ce10ad2d44cb2d9f4a52bcaac37da83d9d05248d2428c5e3
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
CFLAGS="-g0 -Os" \
|
|
LDFLAGS="-s" \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|