All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Khem Raj" <raj.khem@gmail.com>
To: Gianfranco <costamagna.gianfranco@gmail.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>,
	 Gianfranco Costamagna <costamagnagianfranco@yahoo.it>,
	 Gianfranco Costamagna <locutusofborg@debian.org>
Subject: Re: [oe] [meta-oe][PATCH] brotli: update to 1.0.9
Date: Sat, 5 Sep 2020 00:54:26 -0700	[thread overview]
Message-ID: <CAMKF1soiXY_0SqpuFk34o7U+dZ4+5BtqR49jsKnTAuFi6Qj0vQ@mail.gmail.com> (raw)
In-Reply-To: <20200905074918.23065-1-costamagnagianfranco@yahoo.it>

On Sat, Sep 5, 2020 at 12:49 AM Gianfranco
<costamagna.gianfranco@gmail.com> wrote:
>
> cherry-pick upstream fix for pkg-config based detection failure
>
> Signed-off-by: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
> Signed-off-by: Gianfranco Costamagna <locutusofborg@debian.org>
> ---
>  .../recipes-extended/brotli/brotli/838.patch  | 48 +++++++++++++++++++
>  .../{brotli_1.0.7.bb => brotli_1.0.9.bb}      |  7 +--
>  2 files changed, 52 insertions(+), 3 deletions(-)
>  create mode 100644 meta-oe/recipes-extended/brotli/brotli/838.patch
>  rename meta-oe/recipes-extended/brotli/{brotli_1.0.7.bb => brotli_1.0.9.bb} (81%)
>
> diff --git a/meta-oe/recipes-extended/brotli/brotli/838.patch b/meta-oe/recipes-extended/brotli/brotli/838.patch
> new file mode 100644
> index 000000000..98b888760
> --- /dev/null
> +++ b/meta-oe/recipes-extended/brotli/brotli/838.patch
> @@ -0,0 +1,48 @@
> +Upstream-Status: Backport [https://github.com/google/brotli/pull/838]

I ended up merging your V2, please rebase this on master and resend
just the delta

> +From 092446fafb4bfb81738853b7c7f76b293cd92a80 Mon Sep 17 00:00:00 2001
> +From: Evgenii Kliuchnikov <eustas.ru@gmail.com>
> +Date: Wed, 2 Sep 2020 10:49:49 +0200
> +Subject: [PATCH] Revert "Add runtime linker path to pkg-config files (#740)"
> +
> +This reverts commit 31754d4ffce14153b5c2addf7a11019ec23f51c1.
> +---
> + scripts/libbrotlicommon.pc.in | 2 +-
> + scripts/libbrotlidec.pc.in    | 2 +-
> + scripts/libbrotlienc.pc.in    | 2 +-
> + 3 files changed, 3 insertions(+), 3 deletions(-)
> +
> +diff --git a/scripts/libbrotlicommon.pc.in b/scripts/libbrotlicommon.pc.in
> +index 10ca969e..2a8cf7a3 100644
> +--- a/scripts/libbrotlicommon.pc.in
> ++++ b/scripts/libbrotlicommon.pc.in
> +@@ -7,5 +7,5 @@ Name: libbrotlicommon
> + URL: https://github.com/google/brotli
> + Description: Brotli common dictionary library
> + Version: @PACKAGE_VERSION@
> +-Libs: -L${libdir} -R${libdir} -lbrotlicommon
> ++Libs: -L${libdir} -lbrotlicommon
> + Cflags: -I${includedir}
> +diff --git a/scripts/libbrotlidec.pc.in b/scripts/libbrotlidec.pc.in
> +index e7c3124f..6f8ef2e4 100644
> +--- a/scripts/libbrotlidec.pc.in
> ++++ b/scripts/libbrotlidec.pc.in
> +@@ -7,6 +7,6 @@ Name: libbrotlidec
> + URL: https://github.com/google/brotli
> + Description: Brotli decoder library
> + Version: @PACKAGE_VERSION@
> +-Libs: -L${libdir} -R${libdir} -lbrotlidec
> ++Libs: -L${libdir} -lbrotlidec
> + Requires.private: libbrotlicommon >= 1.0.2
> + Cflags: -I${includedir}
> +diff --git a/scripts/libbrotlienc.pc.in b/scripts/libbrotlienc.pc.in
> +index 4dd0811b..2098afe2 100644
> +--- a/scripts/libbrotlienc.pc.in
> ++++ b/scripts/libbrotlienc.pc.in
> +@@ -7,6 +7,6 @@ Name: libbrotlienc
> + URL: https://github.com/google/brotli
> + Description: Brotli encoder library
> + Version: @PACKAGE_VERSION@
> +-Libs: -L${libdir} -R${libdir} -lbrotlienc
> ++Libs: -L${libdir} -lbrotlienc
> + Requires.private: libbrotlicommon >= 1.0.2
> + Cflags: -I${includedir}
> diff --git a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb
> similarity index 81%
> rename from meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
> rename to meta-oe/recipes-extended/brotli/brotli_1.0.9.bb
> index 32f855844..0038ba74d 100644
> --- a/meta-oe/recipes-extended/brotli/brotli_1.0.7.bb
> +++ b/meta-oe/recipes-extended/brotli/brotli_1.0.9.bb
> @@ -6,9 +6,10 @@ BUGTRACKER = "https://github.com/google/brotli/issues"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=941ee9cd1609382f946352712a319b4b"
>
> -SRC_URI = "git://github.com/google/brotli.git"
> -# tag 1.0.7
> -SRCREV= "d6d98957ca8ccb1ef45922e978bb10efca0ea541"
> +SRC_URI = "git://github.com/google/brotli.git \
> +           file://838.patch "
> +# tag 1.0.9
> +SRCREV= "e61745a6b7add50d380cfd7d3883dd6c62fc2c71"
>  S = "${WORKDIR}/git"
>
>  inherit cmake lib_package
> --
> 2.17.1
>
> 

  reply	other threads:[~2020-09-05  7:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-05  7:49 [meta-oe][PATCH] brotli: update to 1.0.9 Gianfranco
2020-09-05  7:54 ` Khem Raj [this message]
2020-09-05 12:10   ` [oe] " Gianfranco
  -- strict thread matches above, loose matches on Subject: below --
2020-09-04 22:13 Gianfranco
2020-09-05  1:40 ` [oe] " Khem Raj
2020-09-05  7:49   ` Gianfranco
2020-09-02  8:03 Gianfranco
2020-09-03 14:52 ` [oe] " Khem Raj
2020-09-04 22:14   ` Gianfranco

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=CAMKF1soiXY_0SqpuFk34o7U+dZ4+5BtqR49jsKnTAuFi6Qj0vQ@mail.gmail.com \
    --to=raj.khem@gmail.com \
    --cc=costamagna.gianfranco@gmail.com \
    --cc=costamagnagianfranco@yahoo.it \
    --cc=locutusofborg@debian.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.