From: Yann E. MORIN Date: Sun, 31 Mar 2019 21:40:35 +0000 (+0200) Subject: package/gettext-tiny: host and target legal-info are different X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9766d7eec1b23888276c8a37389d856a0ead3d37;p=buildroot.git package/gettext-tiny: host and target legal-info are different 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" Cc: Vadim Kochan Cc: Thomas Petazzoni Tested-by: "Giulio Benetti" Signed-off-by: Thomas Petazzoni --- 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