On 25 March 2016 at 17:25, Jonathan Liu <net...@gmail.com> wrote:
> Python support was not being enabled because of a conflicting
> --without-python configure argument in OE_EXTRACONF.
>
> Signed-off-by: Jonathan Liu <net...@gmail.com>
> ---
>  meta/recipes-devtools/gdb/gdb-cross-canadian.inc | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc 
> b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> index ae97759..6fd3e3e 100644
> --- a/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> +++ b/meta/recipes-devtools/gdb/gdb-cross-canadian.inc
> @@ -13,6 +13,7 @@ RDEPENDS_${PN} += "nativesdk-python-core 
> nativesdk-python-lang nativesdk-python-
>
>  GDBPROPREFIX = "--program-prefix='${TARGET_PREFIX}'"
>
> +EXTRA_OECONF_remove = "--without-python"
>  EXTRA_OECONF_append = " --with-python=${WORKDIR}/python"
>
>  SSTATE_DUPWHITELIST += "${STAGING_DATADIR}/gdb"
> --
> 2.7.3
>

Please ignore this patch.
It is is replaced by "gdb-cross-canadian: use PACKAGECONFIG for python
and readline".

Regards,
Jonathan
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to