From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yann E. MORIN Date: Sun, 31 Mar 2019 23:48:42 +0200 Subject: [Buildroot] [PATCH] package/gettext-tiny: fix gettext-tiny-legal-info build failure In-Reply-To: <20190331214043.GE2587@scaer> References: <20190331211240.104056-1-giulio.benetti@micronovasrl.com> <20190331214043.GE2587@scaer> Message-ID: <20190331214842.GF2587@scaer> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Giulio, All, On 2019-03-31 23:40 +0200, Yann E. MORIN spake thusly: > Giilio, All, My apologies for the typo in your name. :-/ Regards, Yann E. MORIN. > On 2019-03-31 23:12 +0200, Giulio Benetti spake thusly: > > gettext-tiny doesn't contain extra/COPYING file. > > > > Remove extra/COPYING from package recipe and package hash. > > No, that is not correct, because the host variant does have both. > Im just sending a patch now. > > Regards, > Yann E. MORIN. > > > Fixes: > > http://autobuild.buildroot.net/results/dec/deca5e6c66ffb898a29f50678d8213f87cc54682/ > > > > Signed-off-by: Giulio Benetti > > --- > > package/gettext-tiny/gettext-tiny.hash | 1 - > > package/gettext-tiny/gettext-tiny.mk | 2 +- > > 2 files changed, 1 insertion(+), 2 deletions(-) > > > > diff --git a/package/gettext-tiny/gettext-tiny.hash b/package/gettext-tiny/gettext-tiny.hash > > index 672e964186..dbcc4d2a8f 100644 > > --- a/package/gettext-tiny/gettext-tiny.hash > > +++ b/package/gettext-tiny/gettext-tiny.hash > > @@ -1,7 +1,6 @@ > > # Locally Computed: > > sha256 654dcd52f2650476c8822b60bee89c20a0aa7f6a1bf6001701eeacd71a9e388b gettext-tiny-v0.3.1.tar.gz > > sha256 b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34 LICENSE > > -sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 extra/COPYING > > # From http://lists.gnu.org/archive/html/bug-gettext/2016-06/msg00008.html > > md5 df3f5690eaa30fd228537b00cb7b7590 gettext-0.19.8.1.tar.xz > > sha1 e0fe90ede22f7f16bbde7bdea791a835f2773fc9 gettext-0.19.8.1.tar.xz > > diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk > > index c9052d0d7c..d213fe7398 100644 > > --- a/package/gettext-tiny/gettext-tiny.mk > > +++ b/package/gettext-tiny/gettext-tiny.mk > > @@ -8,7 +8,7 @@ GETTEXT_TINY_VERSION = v0.3.1 > > GETTEXT_TINY_SITE = $(call github,sabotage-linux,gettext-tiny,$(GETTEXT_TINY_VERSION)) > > GETTEXT_TINY_LICENSE = MIT, GPL-3.0+ (extra gettext) > > GETTEXT_TINY_INSTALL_STAGING = YES > > -GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING > > +GETTEXT_TINY_LICENSE_FILES = LICENSE > > > > GETTEXT_TINY_PROVIDES = gettext > > > > -- > > 2.17.1 > > > > _______________________________________________ > > buildroot mailing list > > buildroot at busybox.net > > http://lists.busybox.net/mailman/listinfo/buildroot > > -- > .-----------------.--------------------.------------------.--------------------. > | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | > | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | > | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | > | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | > '------------------------------^-------^------------------^--------------------' -- .-----------------.--------------------.------------------.--------------------. | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: | | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ | | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no | | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. | '------------------------------^-------^------------------^--------------------'