[Buildroot] [PATCH v4 1/1] package/easyframes: new package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sat Aug 29 11:48:37 UTC 2020


Hello,

On Sat, 29 Aug 2020 09:24:16 +0200
Horatiu Vultur via buildroot <buildroot at busybox.net> wrote:

> Signed-off-by: Horatiu Vultur <horatiu.vultur at microchip.com>

Thanks, I've applied to next, with a few changes, see below.

> diff --git a/package/easyframes/Config.in b/package/easyframes/Config.in
> new file mode 100644
> index 0000000000..f3a4ddbb34
> --- /dev/null
> +++ b/package/easyframes/Config.in
> @@ -0,0 +1,9 @@
> +config BR2_PACKAGE_EASYFRAMES
> +	bool "easyframes"
> +	select BR2_PACKAGE_LIBPCAP
> +	help
> +	  This is a small and simple command-line tool for network testing.
> +	  The tool makes it simple to compose a frame, inject and express what
> +	  and where frames are expected to be received.

These lines were too long, so I wrapped them.

> +################################################################################
> +#
> +# easyframes
> +#
> +################################################################################
> +
> +EASYFRAMES_VERSION = v0.3
> +EASYFRAMES_SITE = $(call github,microchip-ung,easyframes,$(EASYFRAMES_VERSION))

I changed this so that the version is just 0.3. Indeed, we want our
_VERSION variable to not have any "v" prefix, so that its value can be
matched against what release-monitoring.org is reporting for upstream
projects.

> +EASYFRAMES_INSTALL_STAGING = YES

I dropped this line, since easyframes does not install a library.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list