package/powertop: reorder variables in a more logical manner

Group _CONF_{ENV,OPTS} together after the autreconf ones.
Keep AUTORECONF=YES close to AUTORECONF_OPTS

Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN 2024-03-02 23:20:49 +01:00
parent 6849d17cf4
commit edde351cb8

View File

@ -17,11 +17,12 @@ POWERTOP_DEPENDENCIES = \
$(if $(BR2_PACKAGE_PCIUTILS),pciutils) \
$(TARGET_NLS_DEPENDENCIES)
POWERTOP_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
# 0001-add-disable-stack-protector-option.patch
POWERTOP_AUTORECONF = YES
POWERTOP_AUTOPOINT = YES
POWERTOP_AUTORECONF = YES
POWERTOP_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
POWERTOP_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
POWERTOP_CONF_OPTS = --disable-stack-protector
# fix missing config.rpath (needed for autoreconf) in the codebase