Skip to content

Commit

Permalink
modules/fbwhiptail: Update for reproducibility
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
danielp96 committed May 4, 2023
1 parent 87871ad commit ca00952
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions modules/fbwhiptail
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail

fbwhiptail_depends := cairo $(musl_dep)

fbwhiptail_version := 0f14a409735b71c219e0b9b3ee63cdae709ba143
fbwhiptail_version := 1.0
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_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

Expand Down

0 comments on commit ca00952

Please sign in to comment.