Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] package/gumbo-parser: new package
Date: Tue, 20 Jul 2021 23:39:50 +0200	[thread overview]
Message-ID: <20210720233950.29752fd1@windsurf> (raw)
In-Reply-To: <20210630234717.21742-2-raphael.melotte@mind.be>

Hello,

On Thu,  1 Jul 2021 01:47:14 +0200
Rapha?l M?lotte <raphael.melotte@mind.be> wrote:

> Gumbo is an implementation of the HTML5 parsing algorithm implemented
> as a pure C99 library with no outside dependencies.
> 
> Signed-off-by: Rapha?l M?lotte <raphael.melotte@mind.be>

I've applied, with one important change, see below.

> +GUMBO_PARSER_VERSION = 0.10.1
> +GUMBO_PARSER_SITE = $(call github,google,gumbo-parser,v$(GUMBO_PARSER_VERSION))
> +GUMBO_PARSER_LICENSE = Apache-2.0
> +GUMBO_PARSER_LICENSE_FILES = COPYING
> +GUMBO_PARSER_INSTALL_STAGING = YES
> +
> +define GUMBO_PARSER_RUN_AUTOGEN
> +	cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
> +endef
> +GUMBO_PARSER_PRE_CONFIGURE_HOOKS += GUMBO_PARSER_RUN_AUTOGEN

This is not good, as it doesn't add autoconf/automake to the
dependencies of the package. So I've replaced with:

GUMBO_PARSER_AUTORECONF = YES

which does work.

Thanks!

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

WARNING: multiple messages have this Message-ID (diff)
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: "Raphaël Mélotte" <raphael.melotte@mind.be>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/4] package/gumbo-parser: new package
Date: Tue, 20 Jul 2021 23:39:50 +0200	[thread overview]
Message-ID: <20210720233950.29752fd1@windsurf> (raw)
Message-ID: <20210720213950.KUH9QYvFawcDQAzqwj1b7qu0sft9oEeG26UR-q-faG4@z> (raw)
In-Reply-To: <20210630234717.21742-2-raphael.melotte@mind.be>

Hello,

On Thu,  1 Jul 2021 01:47:14 +0200
Raphaël Mélotte <raphael.melotte@mind.be> wrote:

> Gumbo is an implementation of the HTML5 parsing algorithm implemented
> as a pure C99 library with no outside dependencies.
> 
> Signed-off-by: Raphaël Mélotte <raphael.melotte@mind.be>

I've applied, with one important change, see below.

> +GUMBO_PARSER_VERSION = 0.10.1
> +GUMBO_PARSER_SITE = $(call github,google,gumbo-parser,v$(GUMBO_PARSER_VERSION))
> +GUMBO_PARSER_LICENSE = Apache-2.0
> +GUMBO_PARSER_LICENSE_FILES = COPYING
> +GUMBO_PARSER_INSTALL_STAGING = YES
> +
> +define GUMBO_PARSER_RUN_AUTOGEN
> +	cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
> +endef
> +GUMBO_PARSER_PRE_CONFIGURE_HOOKS += GUMBO_PARSER_RUN_AUTOGEN

This is not good, as it doesn't add autoconf/automake to the
dependencies of the package. So I've replaced with:

GUMBO_PARSER_AUTORECONF = YES

which does work.

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

  reply	other threads:[~2021-07-20 21:39 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-30 23:47 [Buildroot] [PATCH 1/4] DEVELOPERS: update email address for Raphaël Mélotte Raphaël Mélotte
2021-06-30 23:47 ` [Buildroot] [PATCH 2/4] package/gumbo-parser: new package Raphaël Mélotte
2021-07-20 21:39   ` Thomas Petazzoni [this message]
2021-07-20 21:39     ` Thomas Petazzoni
2021-06-30 23:47 ` [Buildroot] [PATCH 3/4] package/mupdf: bump to version 1.18.0 Raphaël Mélotte
2021-07-20 21:40   ` Thomas Petazzoni
2021-07-20 21:40     ` Thomas Petazzoni
2021-06-30 23:47 ` [Buildroot] [PATCH 4/4] package/python-pymupdf: bump to version 1.18.14 Raphaël Mélotte
2021-07-20 21:40   ` Thomas Petazzoni
2021-07-20 21:40     ` Thomas Petazzoni
2021-07-20 21:38 ` [Buildroot] [PATCH 1/4] DEVELOPERS: update email address for Raphaël Mélotte Thomas Petazzoni
2021-07-20 21:38   ` Thomas Petazzoni
2021-08-04 14:36 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210720233950.29752fd1@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox