[OE-core] [PATCH 3/3] python: fix sqlite RPATH issue

Richard Purdie richard.purdie at linuxfoundation.org
Thu Sep 29 14:23:06 UTC 2011


On Wed, 2011-09-28 at 17:07 -0700, Saul Wold wrote:
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
>  .../python/python/remove_sqlite_rpath.patch        |   12 ++++++++++++
>  meta/recipes-devtools/python/python_2.6.6.bb       |    3 ++-
>  2 files changed, 14 insertions(+), 1 deletions(-)
>  create mode 100644 meta/recipes-devtools/python/python/remove_sqlite_rpath.patch
> 
> diff --git a/meta/recipes-devtools/python/python/remove_sqlite_rpath.patch b/meta/recipes-devtools/python/python/remove_sqlite_rpath.patch
> new file mode 100644
> index 0000000..350151e
> --- /dev/null
> +++ b/meta/recipes-devtools/python/python/remove_sqlite_rpath.patch
> @@ -0,0 +1,12 @@
> +Index: Python-2.6.6/setup.py
> +===================================================================
> +--- Python-2.6.6.orig/setup.py	2011-09-28 14:22:57.000000000 -0700
> ++++ Python-2.6.6/setup.py	2011-09-28 16:11:25.147279633 -0700
> +@@ -1079,7 +1079,6 @@
> +                                   include_dirs=["Modules/_sqlite",
> +                                                 sqlite_incdir],
> +                                   library_dirs=sqlite_libdir,
> +-                                  runtime_library_dirs=sqlite_libdir,
> +                                   extra_link_args=sqlite_extra_link_args,
> +                                   libraries=["sqlite3",]))
> +         else:

Looks reasonable to me but no patch header? ;-)

Cheers,

Richard





More information about the Openembedded-core mailing list