On 01/04/2015 12:31 PM, Otavio Salvador wrote:
On Sun, Jan 4, 2015 at 12:03 AM, ChenQi wrote:
On 01/01/2015 03:16 AM, Otavio Salvador wrote:
On Fri, Dec 26, 2014 at 2:10 PM, Otavio Salvador
wrote:
The sed-ptest package has runtime dependencies which are used only
when running the tests. So t
On Sun, Jan 4, 2015 at 12:03 AM, ChenQi wrote:
> On 01/01/2015 03:16 AM, Otavio Salvador wrote:
>>
>> On Fri, Dec 26, 2014 at 2:10 PM, Otavio Salvador
>> wrote:
>>>
>>> The sed-ptest package has runtime dependencies which are used only
>>> when running the tests. So the 'build-dep' QA check can b
On 2015年01月01日 09:27, Khem Raj wrote:
On Dec 18, 2014, at 12:51 AM, Kai Kang wrote:
+"qemuarm64")
+mem_size=128
+;;
there is a limit on 32bit arm but is it same for 64bit as well ?
if not can we use 512 or 256 atleast
I updated to 512 already. Thanks.
--
Re
fix-configure.patch is removed as it's not appropriate, and the new
version of util-linux has solved the problem this patch is trying to solve.
util-linux-ensure-the-existence-of-directory-for-PAT.patch is removed as
the new version of util-linux has solved the problem this patch is trying
to solv
Remove 'util-linux' from DEPENDS so that we don't have the following circular
dependency issue.
systemd <--> util-linux
This dependency was first introduced into the recipe without saying any reason
about it. After checking the source files in systemd, I can guess that the
reason might be ude
This patch is to solve the following circular dependency problem.
systemd -> dbus -> libsm -> e2fsprogs -> util-linux -> systemd
libsm doesn't have any dependency on e2fsprogs. It might be some dependency
on util-linux's libuuid, controlled by configure options. So e2fsprogs should
be remove
The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615:
gstreamer1.0-omx: use mulitple SCMs to fetch submodules (2014-12-31 08:22:53
+)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib ChenQi/util-linux-2.25.2
http://cg
On 01/01/2015 03:16 AM, Otavio Salvador wrote:
On Fri, Dec 26, 2014 at 2:10 PM, Otavio Salvador
wrote:
The sed-ptest package has runtime dependencies which are used only
when running the tests. So the 'build-dep' QA check can be skipped for
this specific package. Fixes the following QA error:
ping
On 12/25/2014 05:45 PM, Chong Lu wrote:
The following changes since commit e3a623bfe39fda16420d2042647af75877bb6f70:
runqemu-internal: increase memory for qemuarm64 (2014-12-25 08:27:13 +)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib chonglu/chec
The ssh_allow_empty_password function modifies the standard sshd_config
file but not sshd_config_readonly. This patch uses a simple shell wildcard
to catch all openssh server config files so long as they're in /etc/ssh
and are named with the sshd_config prefix.
Signed-off-by: Philip Tricca
---
m
Hello,
For the first patch:
cpan-base.bbclass: avoid using immmediate assignment for PERLLIBDIRS
I'm not sure what changes recently cause I meet the error, does anyone
have any idea, please ?
// Robert
The following changes since commit 24f19fedb40d0af84beb8e9a6595ea06f09d4615:
gstreamer1.0-o
Fixed clutter-1.0 compile error when build with x11:
clutter-backend-eglnative.h:31:27: fatal error: cogl/cogl-egl.h: No such file
or directory
#include
compilation terminated.
We need enable egl-x11 when x11 as we enable egl-wayland when wayland.
Signed-off-by: Robert Yang
---
meta/recipes-
Fixed the error when --disable-avahi:
ippserver.c:425:8: error: unknown type name 'AvahiThreadedPoll'
The avahi is optional, we need check whether it is enabled before use as
other code does.
Signed-off-by: Robert Yang
---
meta/recipes-extended/cups/cups.inc|1 +
...1-test-i
The immediate assignment:
PERLLIBDIRS := "${@perl_get_libdirs(d)}"
may cause PERLLIBDIRS get wrong values when multilib, for example, when
the default target arch is x86_64 (/usr/lib64), and mutilib is lib32
(/usr/lib), the ":=" would cause lib32-BPN's PERLLIBDIRS to be
/usr/lib64, and lead to bui
On 12/31/2014 08:13 PM, Mike Looijmans wrote:
On 30-12-2014 18:59, Paul Barker wrote:
On Tue, Dec 30, 2014 at 04:24:34PM +0100, Mike Looijmans wrote:
What if the architecture of a package was accidentally left at its
default, but it should have been "all" for example?
Just putting "inherit all
15 matches
Mail list logo