فهرست منبع

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 edde351cb8c13ffd54a369916da5f3f372edd4a2)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Yann E. MORIN 1 سال پیش
والد
کامیت
bb9dd55647
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      package/powertop/powertop.mk

+ 3 - 2
package/powertop/powertop.mk

@@ -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