* [Buildroot] [PATCH 1/1] package/kbd: Fix broken Makefile when host-gettext was built before kbd
@ 2016-02-09 6:46 Bernd Kuhls
2016-02-11 16:58 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-02-09 6:46 UTC (permalink / raw)
To: buildroot
This patch uses the same solution used for util-linux:
https://git.busybox.net/buildroot/commit/package/util-linux?id=71f279f9a2bd3f086f3d31fa5a669d3f638bee99
To trigger the bug just build host-gettext before kbd.
Fixes
http://autobuild.buildroot.net/results/87e/87ea83ae4e7b7640651acd5031a624ca42e5b348/
http://autobuild.buildroot.net/results/532/532684b98e050cf5b4c50786bc9e8825eab21f97/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/kbd/kbd.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/kbd/kbd.mk b/package/kbd/kbd.mk
index 8da153f..9dabce1 100644
--- a/package/kbd/kbd.mk
+++ b/package/kbd/kbd.mk
@@ -17,4 +17,6 @@ KBD_LICENSE = GPLv2+
KBD_LICENSE_FILES = COPYING
KBD_AUTORECONF = YES
+KBD_INSTALL_TARGET_OPTS += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
+
$(eval $(autotools-package))
--
2.7.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/kbd: Fix broken Makefile when host-gettext was built before kbd
2016-02-09 6:46 [Buildroot] [PATCH 1/1] package/kbd: Fix broken Makefile when host-gettext was built before kbd Bernd Kuhls
@ 2016-02-11 16:58 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-02-11 16:58 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Tue, 9 Feb 2016 07:46:17 +0100, Bernd Kuhls wrote:
> This patch uses the same solution used for util-linux:
> https://git.busybox.net/buildroot/commit/package/util-linux?id=71f279f9a2bd3f086f3d31fa5a669d3f638bee99
>
> To trigger the bug just build host-gettext before kbd.
>
> Fixes
> http://autobuild.buildroot.net/results/87e/87ea83ae4e7b7640651acd5031a624ca42e5b348/
> http://autobuild.buildroot.net/results/532/532684b98e050cf5b4c50786bc9e8825eab21f97/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/kbd/kbd.mk | 2 ++
> 1 file changed, 2 insertions(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-11 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09 6:46 [Buildroot] [PATCH 1/1] package/kbd: Fix broken Makefile when host-gettext was built before kbd Bernd Kuhls
2016-02-11 16:58 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox