Re: [OE-core] [PATCH v6] systemd: added python-systemd package generation.

2013-06-23 Thread Martin Jansa
-DEPENDS = kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux +DEPENDS = kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux pythonnative

Re: [OE-core] [PATCH v6] systemd: added python-systemd package generation.

2013-06-23 Thread Yevhen Kyriukha
Oh, yes. You should move pythonnative python-dir from DEPENDS and append to inherit. Best regards, Yevhen 2013/6/23 Martin Jansa martin.ja...@gmail.com: -DEPENDS = kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux

[OE-core] [PATCH 1/1] gst-ffmpeg: fix libav config error for ppc

2013-06-23 Thread Jesse Zhang
Pass --cpu to libav config when we're building ppc, or else there are errors like: You need a compiler that supports {} in AltiVec vector declarations. Also patch libav configure to have knowledge of more ppc CPUs. Signed-off-by: Jesse Zhang sen.zh...@windriver.com ---

[OE-core] [PATCH 0/1] gst-ffmpeg: fix libav config error for ppc

2013-06-23 Thread Jesse Zhang
The following changes since commit edcbb79583e1577cb64d368e3902915dea50a96e: ref-manual: Added note about issues on supported distros (2013-06-21 14:26:31 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib szhang/libav

Re: [OE-core] [PATCH 1/1] ghostscript: resolve the gconfig.h conflict

2013-06-23 Thread wenzong fan
On 06/23/2013 10:02 AM, Saul Wold wrote: On 06/17/2013 07:02 PM, wenzong@windriver.com wrote: From: Wenzong Fan wenzong@windriver.com Both base/lib.mak and psi/int.mak will create file gconfig.h: lib.mak: $(CP_) $(gconfig_h) $(GLGEN)gconfig.h int.mak: $(CP_) $(gconfig_h)

Re: [OE-core] [PATCH 1/2] image-live.bbclass: enable read-only-rootfs IMAGE_FEATURE

2013-06-23 Thread ChenQi
On 06/19/2013 02:37 PM, rongqing...@windriver.com wrote: From: Roy.Li rongqing...@windriver.com enable read-only-rootfs to make /tmp be able to be written when using sysvinit Signed-off-by: Roy.Li rongqing...@windriver.com --- meta/classes/image-live.bbclass |2 ++ 1 file changed, 2

[OE-core] [PATCH] libbsd: Add recipes for libbsd - utility functions from BSD systems

2013-06-23 Thread Khem Raj
When building BSD programs this library provides common BSD functions that are missing on other OSes e.g. Linux This library is elemental for porting large set of BSD applications current consumer of this are in meta-networking/openbsd-netcat but once we have it in OE-Core more recipes depending

[OE-core] [PATCH 0/1] fix qt-mobility-x11 build failure

2013-06-23 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com The following changes since commit b2df9eef5a99e1d5a9dd262c1091b409a8c8174d: psplash: Bump PR to allow removal of PRINC from meta-yocto (2013-06-21 14:23:16 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/1] qt-mobility: remove /usr/lib from ld rpath-link option

2013-06-23 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Remove /usr/lib from ld rpath-link option to fix the below build error: bitbake_build/tmp/sysroots/x86-kvm-guest/usr/lib/libpng16.so.16: undefined reference to `inflateReset2@ZLIB_1.2.3.4' since sysroot seems not work for rpath-link, and