Skip to content

Commit

Permalink
sysutils/edk2: Reorder FLAVORS
Browse files Browse the repository at this point in the history
Put the default one (macchiatobin) at the first place otherwise poudriere
keeps rebuilding the package :

Deleting edk2-macchiatobin-g202102.pkg: stale package: unwanted origin sysutils/edk2@macchiatobin
  • Loading branch information
evadot committed Sep 28, 2021
1 parent 851f7f6 commit e533c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysutils/edk2/Makefile
Expand Up @@ -11,7 +11,7 @@ ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= This port only provides firmware for aarch64 and amd64 machine

PKGNAMESUFFIX= -${FLAVOR:C/_/-/g}
FLAVORS= fvp macchiatobin rpi3 rpi4 xen_x64
FLAVORS= macchiatobin fvp rpi3 rpi4 xen_x64
FLAVOR?= macchiatobin

USES= gmake python:3.7+,build
Expand Down

0 comments on commit e533c71

Please sign in to comment.