Commit ee0c284d authored by Anton Midyukov's avatar Anton Midyukov

kworkstation.mk: do not set KFLAVOURS for sisyphus

kernel-image-un-def will be removed from Sisyphus soon.
parent 4dd3e050
......@@ -212,12 +212,16 @@ distro/kworkstation-live: \
mixin/kworkstation-live-opts
distro/kworkstation-install-undef: \
distro/kworkstation-install
distro/kworkstation-install; @:
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,un-def)
endif
distro/kworkstation-live-undef: \
distro/kworkstation-live
distro/kworkstation-live; @:
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,un-def)
endif
mixin/kworkstation-fsin-opts:
@$(call add,THE_PACKAGES,libwbclient task-auth-ad-sssd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment