All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libop: compile issue files missing in B
@ 2014-06-05 13:38 Armin Kuster
  2014-06-05 17:26 ` akuster@mvista
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2014-06-05 13:38 UTC (permalink / raw)
  To: openembedded-devel

needed to copy over a file from S to B.

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-oe/recipes-support/libol/libol_0.3.18.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb
index 429945f..7ad7ab5 100644
--- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
+++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb
@@ -8,3 +8,8 @@ SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
 SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
 
 inherit autotools binconfig
+
+do_compile_prepend() {
+
+    install ${S}/utils/make_class.in ${B}/utils 
+}
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-oe][PATCH] libop: compile issue files missing in B
  2014-06-05 13:38 [meta-oe][PATCH] libop: compile issue files missing in B Armin Kuster
@ 2014-06-05 17:26 ` akuster@mvista
  0 siblings, 0 replies; 2+ messages in thread
From: akuster@mvista @ 2014-06-05 17:26 UTC (permalink / raw)
  To: openembedded-devel

Hold off on this. There is a packaging issue as well.

I will be sending V2 later today.

regards,
Armin

On 06/05/2014 06:38 AM, Armin Kuster wrote:
> needed to copy over a file from S to B.
>
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
>   meta-oe/recipes-support/libol/libol_0.3.18.bb | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb
> index 429945f..7ad7ab5 100644
> --- a/meta-oe/recipes-support/libol/libol_0.3.18.bb
> +++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb
> @@ -8,3 +8,8 @@ SRC_URI[md5sum] = "cbadf4b7ea276dfa85acc38a1cc5ff17"
>   SRC_URI[sha256sum] = "9de3bf13297ff882e02a1e6e5f6bf760a544aff92a9d8a1cf4328a32005cefe7"
>   
>   inherit autotools binconfig
> +
> +do_compile_prepend() {
> +
> +    install ${S}/utils/make_class.in ${B}/utils
> +}



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-05 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-05 13:38 [meta-oe][PATCH] libop: compile issue files missing in B Armin Kuster
2014-06-05 17:26 ` akuster@mvista

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.