From fe11f9da5c73581c0e1b01cc59031995b8254f96 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Mon, 26 Sep 2022 15:03:54 -0700 Subject: meson: remove unused 'source_date_epoch' option (#372) Use env. variable KBUILD_BUILD_TIMESTAMP to acheive reproducable builds. --- meson_options.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index b76f044..07fd7c0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,8 +3,6 @@ option('systemddir', type: 'string', value: '/usr/lib/systemd', description: 'Systemd directory [/usr/lib/systemd], if systemd used') option('no_systemd', type: 'boolean', value: false, description: 'Do not use systemd') -option('source_date_epoch', type: 'string', value: 'NONE', - description: 'Set the Build Source Date (for iscsiuio), for repeatable builds') # these are in the 'sysconfigdir' (/etc by default) unless overridden option('homedir', type: 'string', value: 'iscsi', description: 'Set the HOME directory [/etc/iscsi]') -- cgit v1.2.1