Skip to content

Commit 2f1126b

Browse files
jprvitastarnight
authored andcommitted
[Endless] meson: Hardcode SBAT info
For some reason passing this through debian/rules is not working. https://phabricator.endlessm.com/T33712 https://phabricator.endlessm.com/T35070
1 parent d2c1ced commit 2f1126b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meson_options.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -442,17 +442,17 @@ option('dbus', type : 'combo', choices : ['auto', 'true', 'false'],
442442

443443
option('bootloader', type : 'combo', choices : ['auto', 'true', 'false'],
444444
description : 'sd-boot/stub and userspace tools')
445-
option('sbat-distro', type : 'string', value : 'auto',
445+
option('sbat-distro', type : 'string', value : 'endless',
446446
description : 'SBAT distribution ID, e.g. fedora, or auto for autodetection')
447447
option('sbat-distro-generation', type : 'integer', value : 1,
448448
description : 'SBAT distribution generation')
449-
option('sbat-distro-summary', type : 'string',
449+
option('sbat-distro-summary', type : 'string', value : 'Endless OS Foundation LLC',
450450
description : 'SBAT distribution summary, e.g. Fedora')
451-
option('sbat-distro-pkgname', type : 'string',
451+
option('sbat-distro-pkgname', type : 'string', value : 'systemd-boot',
452452
description : 'SBAT distribution package name, e.g. systemd')
453453
option('sbat-distro-version', type : 'string',
454454
description : 'SBAT distribution package version, e.g. 248-7.fc34')
455-
option('sbat-distro-url', type : 'string',
455+
option('sbat-distro-url', type : 'string', value : 'https://github.com/endlessm/systemd',
456456
description : 'SBAT distribution URL, e.g. https://src.fedoraproject.org/rpms/systemd')
457457
option('efi-color-normal', type : 'string', value : 'lightgray,black',
458458
description : 'general boot loader color in "foreground,background" form, see constants from eficon.h')

0 commit comments

Comments
 (0)