[Buildroot] [git commit] package/gettext-tiny: host and target legal-info are different

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 1 19:52:12 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=9766d7eec1b23888276c8a37389d856a0ead3d37
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

For the target, we only ever use the gettext-tiny source, while for
the host we also use that of gettext-gnu.

Fixes:
    http://autobuild.buildroot.org/results/572/5724b246cf411d95702fcff6dbf2b809b899108c/

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Cc: Vadim Kochan <vadim4j at gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Tested-by: "Giulio Benetti" <giulio.benetti at micronovasrl.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/gettext-tiny/gettext-tiny.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/gettext-tiny/gettext-tiny.mk b/package/gettext-tiny/gettext-tiny.mk
index c9052d0d7c..881edc6f35 100644
--- a/package/gettext-tiny/gettext-tiny.mk
+++ b/package/gettext-tiny/gettext-tiny.mk
@@ -8,7 +8,8 @@ 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
+HOST_GETTEXT_TINY_LICENSE_FILES = LICENSE extra/COPYING
 
 GETTEXT_TINY_PROVIDES = gettext
 



More information about the buildroot mailing list