[Buildroot] [PATCH 10/10] package/norm: make it a waf-package

Romain Naour romain.naour at gmail.com
Sun Oct 30 16:40:58 UTC 2016


Hi Yann, All,

Le 30/10/2016 à 17:02, Yann E. MORIN a écrit :
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
> Cc: Gustavo Zacarias <gustavo at zacarias.com.ar>

Reviewed-by: Romain Naour <romain.naour at gmail.com>

Best regards,
Romain

> ---
>  package/norm/norm.mk | 28 +++-------------------------
>  1 file changed, 3 insertions(+), 25 deletions(-)
> 
> diff --git a/package/norm/norm.mk b/package/norm/norm.mk
> index e1b3a5f..8af76f8 100644
> --- a/package/norm/norm.mk
> +++ b/package/norm/norm.mk
> @@ -15,32 +15,10 @@ ifeq ($(BR2_PACKAGE_LIBNETFILTER_QUEUE),y)
>  NORM_DEPENDENCIES += libnetfilter_queue
>  endif
>  
> -define NORM_CONFIGURE_CMDS
> -	cd $(@D); \
> -		$(TARGET_CONFIGURE_OPTS) \
> -		./waf configure --prefix=/usr
> -endef
> -
> -define NORM_BUILD_CMDS
> -	cd $(@D); \
> -		$(TARGET_MAKE_ENV) \
> -		./waf build
> -endef
> -
>  # install target doesn't install headers unfortunately...
> -define NORM_INSTALL_STAGING_CMDS
> -	cd $(@D); \
> -		$(TARGET_MAKE_ENV) \
> -		DESTDIR=$(STAGING_DIR) \
> -		./waf install
> +define NORM_INSTALL_HEADERS
>  	cp -f $(@D)/include/norm* $(STAGING_DIR)/usr/include
>  endef
> +NORM_POST_INSTALL_STAGING_HOOKS += NORM_INSTALL_HEADERS
>  
> -define NORM_INSTALL_TARGET_CMDS
> -	cd $(@D); \
> -		$(TARGET_MAKE_ENV) \
> -		DESTDIR=$(TARGET_DIR) \
> -		./waf install
> -endef
> -
> -$(eval $(generic-package))
> +$(eval $(waf-package))
> 




More information about the buildroot mailing list