Building FlightGear - Cross Compiling: Difference between revisions

Jump to navigation Jump to search
→‎*.mk file template: use sha256 for .mk checksums
m (→‎Dependencies: breakpad is *autotools)
(→‎*.mk file template: use sha256 for .mk checksums)
Line 352: Line 352:
$(PKG)_IGNORE  :=
$(PKG)_IGNORE  :=
$(PKG)_VERSION  := 9000
$(PKG)_VERSION  := 9000
# to compute the checksum use: openssl sha1 tarball.tar.gz
# to compute the checksum use: openssl sha256 tarball.tar.gz
$(PKG)_CHECKSUM := 5c666531f7d487075fd692d89f1e05036306192a
$(PKG)_CHECKSUM := 5c666531f7d487075fd692d89f1e05036306192a
$(PKG)_SUBDIR  := foo-$($(PKG)_VERSION)
$(PKG)_SUBDIR  := foo-$($(PKG)_VERSION)
272

edits

Navigation menu