* [Buildroot] [PATCH 1/1] bzip2: install shared library for the host
@ 2014-07-10 12:00 David Bachelart
2014-07-10 16:32 ` Yann E. MORIN
2014-07-15 18:28 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: David Bachelart @ 2014-07-10 12:00 UTC (permalink / raw)
To: buildroot
libbz2.so was explicitly built for the host, but was not installed. Install it.
Signed-off-by: David Bachelart <david.bachelart@bbright.com>
---
package/bzip2/bzip2.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk
index fcddb55..7584694 100644
--- a/package/bzip2/bzip2.mk
+++ b/package/bzip2/bzip2.mk
@@ -61,6 +61,8 @@ endef
define HOST_BZIP2_INSTALL_CMDS
$(HOST_MAKE_ENV) \
$(MAKE) PREFIX=$(HOST_DIR)/usr -C $(@D) install
+ $(HOST_MAKE_ENV) \
+ $(MAKE) -f Makefile-libbz2_so PREFIX=$(HOST_DIR)/usr -C $(@D) install
endef
$(eval $(generic-package))
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] bzip2: install shared library for the host
2014-07-10 12:00 [Buildroot] [PATCH 1/1] bzip2: install shared library for the host David Bachelart
@ 2014-07-10 16:32 ` Yann E. MORIN
2014-07-15 18:28 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2014-07-10 16:32 UTC (permalink / raw)
To: buildroot
David, All,
On 2014-07-10 14:00 +0200, David Bachelart spake thusly:
> libbz2.so was explicitly built for the host, but was not installed. Install it.
>
> Signed-off-by: David Bachelart <david.bachelart@bbright.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/bzip2/bzip2.mk | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/package/bzip2/bzip2.mk b/package/bzip2/bzip2.mk
> index fcddb55..7584694 100644
> --- a/package/bzip2/bzip2.mk
> +++ b/package/bzip2/bzip2.mk
> @@ -61,6 +61,8 @@ endef
> define HOST_BZIP2_INSTALL_CMDS
> $(HOST_MAKE_ENV) \
> $(MAKE) PREFIX=$(HOST_DIR)/usr -C $(@D) install
> + $(HOST_MAKE_ENV) \
> + $(MAKE) -f Makefile-libbz2_so PREFIX=$(HOST_DIR)/usr -C $(@D) install
> endef
>
> $(eval $(generic-package))
> --
> 1.7.10.4
>
> _______________________________________________
> 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 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] bzip2: install shared library for the host
2014-07-10 12:00 [Buildroot] [PATCH 1/1] bzip2: install shared library for the host David Bachelart
2014-07-10 16:32 ` Yann E. MORIN
@ 2014-07-15 18:28 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-07-15 18:28 UTC (permalink / raw)
To: buildroot
Dear David Bachelart,
On Thu, 10 Jul 2014 14:00:26 +0200, David Bachelart wrote:
> libbz2.so was explicitly built for the host, but was not installed. Install it.
>
> Signed-off-by: David Bachelart <david.bachelart@bbright.com>
> ---
> package/bzip2/bzip2.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] 3+ messages in thread
end of thread, other threads:[~2014-07-15 18:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 12:00 [Buildroot] [PATCH 1/1] bzip2: install shared library for the host David Bachelart
2014-07-10 16:32 ` Yann E. MORIN
2014-07-15 18:28 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox