[oe] [meta-oe, meta-systemd][PATCH] systemd: inherit pythonnative

Martin Jansa martin.jansa at gmail.com
Tue Oct 23 14:03:23 UTC 2012


On Tue, Oct 23, 2012 at 03:57:31PM +0200, Martin Jansa wrote:
> * otherwise configure uses python-config from host and passes wrong CFLAGS
>   see http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-October/042058.html
>   for details
> 
> Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
> ---
>  meta-systemd/recipes-core/systemd/systemd_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
> index efc2d95..b89bd76 100644
> --- a/meta-systemd/recipes-core/systemd/systemd_git.bb
> +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
> @@ -19,9 +19,9 @@ inherit gitpkgv
>  PKGV = "v${GITPKGVTAG}"
>  
>  PV = "git"
> -PR = "r8"
> +PR = "r9"
>  
> -inherit useradd pkgconfig autotools perlnative
> +inherit useradd pkgconfig autotools perlnative pythonnative

Ah, ignore this one.. python-config from native is not right one to use
too. It fails a bit later when looking for Python.h.. 

Anyone against disabling python in systemd?
AC_ARG_WITH([python],
        [AS_HELP_STRING([--without-python], [Disable building the man
page index and systemd-python (default: test)])])

Cheers,

>  
>  SRCREV = "4d92e078e9d7e9a9d346065ea5e4afbafbdadb48"
>  SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
> -- 
> 1.7.12.4
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20121023/a5da5680/attachment-0002.sig>


More information about the Openembedded-devel mailing list