X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibserialport%2Flibserialport.mk;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibserialport%2Flibserialport.mk;h=2e57653e2984451483f8b8d8a8216da6ef2c7ed3;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libserialport/libserialport.mk b/cirros-testvm/src-cirros/buildroot-2015.05/package/libserialport/libserialport.mk new file mode 100644 index 0000000..2e57653 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libserialport/libserialport.mk @@ -0,0 +1,23 @@ +################################################################################ +# +# libserialport +# +################################################################################ + +LIBSERIALPORT_VERSION = e31f2c6b8b8f2b7e554df911cc9a3482b99632b4 +# No https access on upstream git +LIBSERIALPORT_SITE = git://sigrok.org/libserialport +LIBSERIALPORT_LICENSE = LGPLv3+ +LIBSERIALPORT_LICENSE_FILES = COPYING +# Git checkout has no configure script +LIBSERIALPORT_AUTORECONF = YES +LIBSERIALPORT_INSTALL_STAGING = YES +LIBSERIALPORT_DEPENDENCIES = host-pkgconf + +define LIBSERIALPORT_ADD_MISSING + mkdir -p $(@D)/autostuff +endef + +LIBSERIALPORT_PRE_CONFIGURE_HOOKS += LIBSERIALPORT_ADD_MISSING + +$(eval $(autotools-package))