Nak!

On Wed, Sep 6, 2017 at 11:34 PM, Chunrong Guo <b40...@freescale.com> wrote:
> From: Chunrong Guo <chunrong....@nxp.com>
>
> Signed-off-by: Chunrong Guo <chunrong....@nxp.com>
> ---
>  recipes-extended/odp/odp_git.bb | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-extended/odp/odp_git.bb b/recipes-extended/odp/odp_git.bb
> index b7c7deb..0ca8844 100644
> --- a/recipes-extended/odp/odp_git.bb
> +++ b/recipes-extended/odp/odp_git.bb
> @@ -2,6 +2,8 @@ require odp.inc
>
>  inherit autotools-brokensep
>
> +export prefix = "/usr/local"
> +
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>
>  DEPENDS = "openssl cunit libxml2"
> @@ -21,6 +23,7 @@ ODP_BUILD_TYPE_ls2080ardb = "ls2080"
>  ODP_BUILD_TYPE_ls1088ardb = "ls1088"
>
>  EXTRA_OECONF = "--with-platform=${ODP_PLATFORM} \
> +                --prefix=${prefix} \
>                  --with-sdk-install-path=${STAGING_DIR_TARGET} \
>                  --enable-build-type=${ODP_BUILD_TYPE} \
>                  --enable-test-vald \
> @@ -59,5 +62,7 @@ do_install_append () {
>  }
>
>  FILES_${PN}-staticdev += "${datadir}/opendataplane/*.la"
> -FILES_${PN} += "/usr/odp/bin /usr/odp/scripts /usr/odp/debug 
> /usr/odp/test/validation /usr/odp/test/performance 
> /usr/odp/test/miscellaneous /usr/odp/test/api_test"
> +FILES_${PN} += "/usr/local/odp/bin /usr/local/odp/scripts 
> /usr/local/odp/debug /usr/local/odp/test/validation 
> /usr/local/odp/test/performance /usr/local/odp/test/miscellaneous 
> /usr/local/odp/test/api_test"
>  FILES_${PN}-dbg += "/usr/odp/bin/.debug /usr/odp/debug/.debug 
> /usr/odp/test/validation/.debug /usr/odp/test/performance/.debug 
> /usr/odp/test/miscellaneous/.debug /usr/odp/test/api_test/.debug"
> +
> +INSANE_SKIP_${PN} += "rpaths"
> --
> 1.9.0
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale



-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750
-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to