python: use Build/Prepare rule for the config.site file

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2014-11-26 10:04:06 +02:00
parent 4281b37484
commit 94b090cb9c
1 changed files with 2 additions and 4 deletions

View File

@ -97,13 +97,11 @@ CONFIGURE_ARGS+= \
CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \ CONFIG_SITE="$(PKG_BUILD_DIR)/config.site" \
OPT="$(TARGET_CFLAGS)" OPT="$(TARGET_CFLAGS)"
define Hooks/Configure/Pre/ConfigSiteInstall define Build/Prepare
$(call Build/Prepare/Default)
$(CP) ./files/config.site $(PKG_BUILD_DIR)/config.site $(CP) ./files/config.site $(PKG_BUILD_DIR)/config.site
endef endef
Hooks/Configure/Pre+=\
Hooks/Configure/Pre/ConfigSiteInstall
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) $(STAGING_DIR)/mk/ $(INSTALL_DIR) $(STAGING_DIR)/mk/
$(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/include/ $(1)/usr/lib/