Re: [oe] libxfce4ui build fail on master branch

2014-03-20 Thread Adam Lee
Found Stephen's patch last week. Thanks! Adam On Thu, Mar 20, 2014 at 3:19 PM, Martin Jansa wrote: > On Thu, Mar 20, 2014 at 02:11:04PM -0700, Adam Lee wrote: > > Hello everyone, I am building my dora bsp layers with OE/poky master to > > prepare for 1.6 release. > > My console image built just

[oe] exo build fail - undefined macro

2014-03-20 Thread Adam Lee
Good afternoon! On OE/Poky master branch, I am getting this error while building an XFCE image. My layers have built ok on Dora. My manifest Full error Interesting thing is that I can bu

Re: [oe] libxfce4ui build fail on master branch

2014-03-20 Thread Martin Jansa
On Thu, Mar 20, 2014 at 02:11:04PM -0700, Adam Lee wrote: > Hello everyone, I am building my dora bsp layers with OE/poky master to > prepare for 1.6 release. > My console image built just fine, but I am getting this error while > building xfce image. > > NOTE: Executing intltoolize --copy --force

Re: [oe] libxfce4ui build fail on master branch

2014-03-20 Thread Adam Lee
Weird, when I bitbaked the package individually, it built ok. Now my xfce image is also happily building. On Thu, Mar 20, 2014 at 2:11 PM, Adam Lee wrote: > Hello everyone, I am building my dora bsp layers with OE/poky master to > prepare for 1.6 release. > My console image built just fine, but

[oe] [meta-networking][PATCH 1/1] traceroute: fix alternate name

2014-03-20 Thread Joe Slater
traceroute6 for the name is misleading and will interfere with traceroute6 in iputils making an alternate link to the traceroute6 binary, so we change the name to traceroute. Signed-off-by: Joe Slater --- recipes-support/traceroute/traceroute_2.0.18.bb |4 ++-- 1 files changed, 2 insertions(

[oe] libxfce4ui build fail on master branch

2014-03-20 Thread Adam Lee
Hello everyone, I am building my dora bsp layers with OE/poky master to prepare for 1.6 release. My console image built just fine, but I am getting this error while building xfce image. NOTE: Executing intltoolize --copy --force --automake NOTE: Executing ACLOCAL="aclocal --system-acdir=/media/Bu

Re: [oe] [meta-oe][PATCH] terminus-font: add new recipe for version 4.38

2014-03-20 Thread Khem Raj
On Thu, Mar 20, 2014 at 4:11 AM, Matthieu Crapet wrote: > +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" why use ??= and not ?= here -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http:/

Re: [oe] [PATCH] pm-qa-utils: Add power management test utils

2014-03-20 Thread Fathi Boudra
On 20 March 2014 16:47, Chase Maupin wrote: > * The power management test utilities from Linaro can be used > to test multiple PM features such as cpufreq, cpuidle, thermal > control and suspend operations. > * These utilities are not platform specific and can be used by > a broader base of

[oe] [meta-oe][PATCH] open-vcdiff: add new recipe for version 0.8.3

2014-03-20 Thread Matthieu Crapet
This is Google's implementation of VCDIFF (RFC 3284) delta compression. It's more flexible than Xdelta3 (as a developer point of view). Signed-off-by: Matthieu Crapet --- .../recipes-support/open-vcdiff/open-vcdiff_0.8.3.bb | 20 1 file changed, 20 insertions(+) create mode

[oe] [PATCH] pm-qa-utils: Add power management test utils

2014-03-20 Thread Chase Maupin
* The power management test utilities from Linaro can be used to test multiple PM features such as cpufreq, cpuidle, thermal control and suspend operations. * These utilities are not platform specific and can be used by a broader base of users. Signed-off-by: Chase Maupin --- .../pm-qa-uti

Re: [oe] [meta-graphics][PATCH v3] recipes-graphics/lxdm: autotools and config updates

2014-03-20 Thread Andreas Müller
On Wed, Mar 19, 2014 at 3:57 AM, Stephen Arnold wrote: > On --enable-password=yes: > > The upstream docs say "enable to load autologin password store at config > file" and it's part of the default config on my gentoo arm builds. I > haven't actually tried it in oe yet, since I wanted a default us

[oe] [meta-oe][dora][PATCH 2/2] bash-completion: update to version 2.1

2014-03-20 Thread Martin Jansa
From: Matthieu CRAPET Notes: - PARALLEL_MAKE is still required - inherit allarch is not present because of runtime dependency with bash (TUNE_PKGARCH) Signed-off-by: Matthieu Crapet Signed-off-by: Martin Jansa --- .../{bash-completion_2.0.bb => bash-completion_2.1.bb}| 11 +--

[oe] [meta-oe][dora][PATCH 1/2] bash-completion: fix 'files already exist' WARNING message

2014-03-20 Thread Martin Jansa
From: Matthieu CRAPET Some bash completion commands are already provided by util-linux recipe. Also disable parallel build because "symlinks" rule is buggy (see completions/Makefile.am). Signed-off-by: Matthieu CRAPET Signed-off-by: Martin Jansa --- meta-oe/recipes-support/bash-completion/ba

Re: [oe] [oe-commits] Cristian Iorga : musicpd: upgrade to 0.18.9

2014-03-20 Thread Iorga, Cristian
It's ok in that case. -Original Message- From: openembedded-devel-boun...@lists.openembedded.org [mailto:openembedded-devel-boun...@lists.openembedded.org] On Behalf Of Martin Jansa Sent: Thursday, March 20, 2014 12:55 PM To: openembedded-devel@lists.openembedded.org Cc: openembedded-com

[oe] [meta-oe][PATCH] terminus-font: add new recipe for version 4.38

2014-03-20 Thread Matthieu Crapet
This is a dual recipe, it provides: - console fonts (PSF v1 & v2 formats) - X11 fonts (PCF format) X11 font are generated when DISTRO_FEATURES contains 'x11'. Use PACKAGECONFIG to configure. Signed-off-by: Matthieu Crapet --- .../terminus-font/terminus-font_4.38.bb| 45 +

Re: [oe] [oe-commits] Cristian Iorga : musicpd: upgrade to 0.18.9

2014-03-20 Thread Martin Jansa
On Thu, Mar 20, 2014 at 06:59:13AM +, Iorga, Cristian wrote: > Hi Martin, > > Errr, what exactly is going on here? > I have submitted this patch in a different form, with more content and more > comments. Stephen submitted upgrade from 0.18.4 to 0.18.8 before you and it was applied first.

[oe] [meta-oe][PATCH] fim 0.4-rc1: add "hf" PACKAGECONFIG option

2014-03-20 Thread Matthieu Crapet
This embedds a console font in fim executable. To use it, don't forget to define FBFONT with the special value: export FBFONT='fim://' Option is enabled by default because kdb-consolefonts package only provides PSF version 2 files (fim only support version 1 and creates an error). Benchmarked f

[oe] [meta-networking][PATCH ] sethdlc : add recipe

2014-03-20 Thread b40290
From: Chunrong Guo * sethdlc: get/set Linux HDLC packet radio modem driver port information * sethdlc is a program designed to set and/or report the configuration information associated with a soundcard radio modem port. This information includes the modem type, what I/O port,

Re: [oe] [oe-commits] Cristian Iorga : musicpd: upgrade to 0.18.9

2014-03-20 Thread Iorga, Cristian
Hi Martin, Errr, what exactly is going on here? I have submitted this patch in a different form, with more content and more comments. That's one thing. Another thing would be that even if you signed my patch in a modified form, 5 minutes later, you signed another musicpd patch, going backwards f