All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v6 3/4] rpi-userland: add patch fix missing libvcilcs install rules
Date: Thu, 5 Jun 2014 21:27:41 +0200	[thread overview]
Message-ID: <20140605192741.GG3553@free.fr> (raw)
In-Reply-To: <1401923053-30292-4-git-send-email-s.martin49@gmail.com>

Samuel, All,

On 2014-06-05 01:04 +0200, Samuel Martin spake thusly:
> This change adds a patch fix the missing install rules for libvcilcs.
> 
> This is a pre-requisite to be able to build the shared libraries of the
> rpi-userland package, and most importantly avoid linkage failure (at
> link-time and/or runtime) in others libraries that link with it.
> 
> Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
> changes v5 -> v6:
> - new patch
> ---
>  ...vmcs_host-add-install-rules-for-libvcilcs.patch | 23 ++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 package/rpi-userland/rpi-userland-003-interface-vmcs_host-add-install-rules-for-libvcilcs.patch
> 
> diff --git a/package/rpi-userland/rpi-userland-003-interface-vmcs_host-add-install-rules-for-libvcilcs.patch b/package/rpi-userland/rpi-userland-003-interface-vmcs_host-add-install-rules-for-libvcilcs.patch
> new file mode 100644
> index 0000000..05cf4b3
> --- /dev/null
> +++ b/package/rpi-userland/rpi-userland-003-interface-vmcs_host-add-install-rules-for-libvcilcs.patch
> @@ -0,0 +1,23 @@
> +From b60398837ddf39d4b605600abc167d4366e454a6 Mon Sep 17 00:00:00 2001
> +From: Samuel Martin <s.martin49@gmail.com>
> +Date: Thu, 5 Jun 2014 00:06:08 +0200
> +Subject: [PATCH] interface/vmcs_host: add install rules for libvcilcs
> +
> +Signed-off-by: Samuel Martin <s.martin49@gmail.com>
> +---
> + interface/vmcs_host/CMakeLists.txt | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +diff --git a/interface/vmcs_host/CMakeLists.txt b/interface/vmcs_host/CMakeLists.txt
> +index 64ba2f8..8510f81 100755
> +--- a/interface/vmcs_host/CMakeLists.txt
> ++++ b/interface/vmcs_host/CMakeLists.txt
> +@@ -33,4 +33,5 @@ target_link_libraries(vchostif vchiq_arm vcos vcfiled_check)
> + 
> + add_subdirectory(linux/vcfiled)
> + install(TARGETS vchostif DESTINATION lib)
> ++install(TARGETS vcilcs DESTINATION lib)
> + 
> +-- 
> +2.0.0
> +
> -- 
> 2.0.0
> 
> _______________________________________________
> 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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2014-06-05 19:27 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-04 23:04 [Buildroot] [PATCH v6 0/4] rpi-userland/xbmc fixes Samuel Martin
2014-06-04 23:04 ` [Buildroot] [PATCH v6 1/4] package/libcec: fix missing libraries from rpi-userland Samuel Martin
2014-06-08 12:48   ` Maxime Hadjinlian
2014-06-04 23:04 ` [Buildroot] [PATCH v6 2/4] xbmc: " Samuel Martin
2014-06-05 19:27   ` Yann E. MORIN
2014-06-08 10:48     ` Maxime Hadjinlian
2014-06-04 23:04 ` [Buildroot] [PATCH v6 3/4] rpi-userland: add patch fix missing libvcilcs install rules Samuel Martin
2014-06-05 19:27   ` Yann E. MORIN [this message]
2014-06-08 12:40     ` Maxime Hadjinlian
2014-06-04 23:04 ` [Buildroot] [PATCH v6 4/4] rpi-userland: cleanup *_CONF_OPT Samuel Martin
2014-06-05 19:28   ` Yann E. MORIN
2014-06-08 10:49     ` Maxime Hadjinlian
2014-06-08 12:50   ` Yann E. MORIN
2014-06-05  6:41 ` [Buildroot] [PATCH v6 0/4] rpi-userland/xbmc fixes Yann E. MORIN
2014-06-05  6:45 ` Yann E. MORIN
2014-06-05  6:53   ` Baruch Siach
2014-06-08 13:11 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140605192741.GG3553@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.