diff options
author | Richard Hughes <richard@hughsie.com> | 2017-01-10 17:15:24 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-01-10 15:02:20 -0800 |
commit | f2c7bb5879ba22df05fd1e39f01ea692313306fd (patch) | |
tree | 0b411520028e570f5fa25623902174f0dde56902 /configure.ac | |
parent | 89ecc32b90565ace078c4a84d4406a4d1f86821a (diff) |
altos/chaoskey: Add a metainfo for the ChaosKey
This provides the information necessary to reflash chaoskey using
standard Linux device firmware tooling.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0fc946f2..a125033e 100644 --- a/configure.ac +++ b/configure.ac @@ -24,6 +24,9 @@ AC_CONFIG_SRCDIR([src/kernel/ao.h]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE +RELEASE_DATE=2017-01-10 +AC_SUBST(RELEASE_DATE) + VERSION_DASH=`echo $VERSION | sed 's/\./-/g'` AC_SUBST(VERSION_DASH) AC_SUBST(ANDROID_VERSION) @@ -515,6 +518,7 @@ AM_CONDITIONAL([INSTALL_SHARED_MIME_INFO], [test x$INSTALL_SHARED_MIME_INFO = xy AC_OUTPUT([ Makefile src/Makedefs +src/chaoskey-v1.0/org.altusmetrum.ChaosKey.metainfo.xml altoslib/Makefile altoslib/AltosVersion.java icon/Makefile |