update buildroot to 2017.02.11
This commit is contained in:
24
bsp/buildroot-2017.02.11/package/norm/norm.mk
Normal file
24
bsp/buildroot-2017.02.11/package/norm/norm.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# norm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NORM_VERSION = 1.5r6
|
||||
NORM_SITE = http://downloads.pf.itd.nrl.navy.mil/norm/archive
|
||||
NORM_SOURCE = src-norm-$(NORM_VERSION).tgz
|
||||
NORM_INSTALL_STAGING = YES
|
||||
NORM_LICENSE = NRL License
|
||||
NORM_LICENSE_FILES = LICENSE.TXT
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBNETFILTER_QUEUE),y)
|
||||
NORM_DEPENDENCIES += libnetfilter_queue
|
||||
endif
|
||||
|
||||
# install target doesn't install headers unfortunately...
|
||||
define NORM_INSTALL_HEADERS
|
||||
cp -f $(@D)/include/norm* $(STAGING_DIR)/usr/include
|
||||
endef
|
||||
NORM_POST_INSTALL_STAGING_HOOKS += NORM_INSTALL_HEADERS
|
||||
|
||||
$(eval $(waf-package))
|
||||
Reference in New Issue
Block a user