[oe] [meta-oe][PATCH] libop: compile issue files missing in B

akuster@mvista akuster at mvista.com
Thu Jun 5 17:26:46 UTC 2014


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 at 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
> +}




More information about the Openembedded-devel mailing list