mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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>
(cherry picked from commit edde351cb8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
a0353ef806
commit
bb9dd55647
@@ -17,11 +17,12 @@ POWERTOP_DEPENDENCIES = \
|
|||||||
$(if $(BR2_PACKAGE_PCIUTILS),pciutils) \
|
$(if $(BR2_PACKAGE_PCIUTILS),pciutils) \
|
||||||
$(TARGET_NLS_DEPENDENCIES)
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
|
||||||
POWERTOP_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
|
||||||
# 0001-add-disable-stack-protector-option.patch
|
# 0001-add-disable-stack-protector-option.patch
|
||||||
POWERTOP_AUTORECONF = YES
|
|
||||||
POWERTOP_AUTOPOINT = YES
|
POWERTOP_AUTOPOINT = YES
|
||||||
|
POWERTOP_AUTORECONF = YES
|
||||||
POWERTOP_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
|
POWERTOP_AUTORECONF_OPTS = --include=$(HOST_DIR)/share/autoconf-archive
|
||||||
|
|
||||||
|
POWERTOP_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||||
POWERTOP_CONF_OPTS = --disable-stack-protector
|
POWERTOP_CONF_OPTS = --disable-stack-protector
|
||||||
|
|
||||||
# fix missing config.rpath (needed for autoreconf) in the codebase
|
# fix missing config.rpath (needed for autoreconf) in the codebase
|
||||||
|
|||||||
Reference in New Issue
Block a user