X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibnl%2Flibnl.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibnl%2Flibnl.mk;h=5993e97099229a465ac3acf3bb6e68277a4564f8;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libnl/libnl.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libnl/libnl.mk new file mode 100644 index 0000000..5993e97 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libnl/libnl.mk @@ -0,0 +1,20 @@ +################################################################################ +# +# libnl +# +################################################################################ + +LIBNL_VERSION = 3.2.26 +LIBNL_SITE = https://github.com/thom311/libnl/releases/download/libnl$(subst .,_,$(LIBNL_VERSION)) +LIBNL_LICENSE = LGPLv2.1+ +LIBNL_LICENSE_FILES = COPYING +LIBNL_INSTALL_STAGING = YES +LIBNL_DEPENDENCIES = host-bison host-flex + +ifeq ($(BR2_PACKAGE_LIBNL_TOOLS),y) +LIBNL_CONF_OPTS += --enable-cli +else +LIBNL_CONF_OPTS += --disable-cli +endif + +$(eval $(autotools-package))