On Fri, Jun 20, 2014 at 9:05 PM, Martin Jansa wrote:
> On Fri, Jun 20, 2014 at 08:22:39PM -0400, Kevyn-Alexandre Paré wrote:
>> On Fri, Jun 20, 2014 at 7:48 PM, Martin Jansa wrote:
>> > On Fri, Jun 20, 2014 at 06:30:09PM -0400, Kevyn-Alexandre Paré wrote:
>> >> [1] I still don't understand why ad
On Fri, Jun 20, 2014 at 08:22:39PM -0400, Kevyn-Alexandre Paré wrote:
> On Fri, Jun 20, 2014 at 7:48 PM, Martin Jansa wrote:
> > On Fri, Jun 20, 2014 at 06:30:09PM -0400, Kevyn-Alexandre Paré wrote:
> >> [1] I still don't understand why adding qtwebkit IMAGE_INSTALL make my
> >> build fail with:
>
On Fri, Jun 20, 2014 at 8:22 PM, Kevyn-Alexandre Paré
wrote:
> On Fri, Jun 20, 2014 at 7:48 PM, Martin Jansa wrote:
>> On Fri, Jun 20, 2014 at 06:30:09PM -0400, Kevyn-Alexandre Paré wrote:
>>> [1] I still don't understand why adding qtwebkit IMAGE_INSTALL make my
>>> build fail with:
>>> ERROR: q
On Fri, Jun 20, 2014 at 7:48 PM, Martin Jansa wrote:
> On Fri, Jun 20, 2014 at 06:30:09PM -0400, Kevyn-Alexandre Paré wrote:
>> [1] I still don't understand why adding qtwebkit IMAGE_INSTALL make my
>> build fail with:
>> ERROR: qtwebkit not found in the base feeds
>> LOG: http://pastebin.com/fx2Z
On Thu, Jun 19, 2014 at 10:39:08AM +0200, Martin Jansa wrote:
> On Wed, Jun 18, 2014 at 05:41:10PM -0600, Eduardo Silva wrote:
> > This patch add the minor release fix of Monkey HTTP Server v1.5.1. It fixes
> > some problems when switching user when started as root.
> >
> > monkey/yocto: 3163d0149
On Fri, Jun 20, 2014 at 06:30:09PM -0400, Kevyn-Alexandre Paré wrote:
> [1] I still don't understand why adding qtwebkit IMAGE_INSTALL make my
> build fail with:
> ERROR: qtwebkit not found in the base feeds
> LOG: http://pastebin.com/fx2Zi9vW
> Any clue what I'm doing wrong?
Check which packages
http://lists.openembedded.org/pipermail/openembedded-devel/2014-February/094113.html
I add "inherit populate_sdk_qt5" into my image recipe.
bitbake -c populate_sdk
But still have issue with it:
Computing transaction...error: Can't install
packagegroup-qt5-toolchain-target-1.0-r0@all: no package
On Fri, Jun 20, 2014 at 4:13 AM, Martin Jansa wrote:
> PACKAGECONFIG_append_pn-qtbase = " icu"
>
Thank you very much for that example!
> You'll probably want also gl and accessibility.
Since I'm trying to build it for arm/omap3, gl should be replace for gles2!?
qtbase.inc
PACKAGECONFIG[gl] = "
On Thu, Jun 19, 2014 at 07:52:51AM -0400, Cliff Brake wrote:
> The following changes since commit dca466c074c9a35bc0133e7e0d65cca0731e2acf:
>
> python-efl: add dependency on python-dbus and lua to always build
> edje and elementary bindings (2014-05-12 10:08:28 +0200)
>
> are available in the g
On Thu, May 22, 2014 at 10:55:04AM -0400, Philip Balister wrote:
> On 05/13/2014 03:14 AM, Martin Jansa wrote:
> > On Mon, May 12, 2014 at 08:21:38AM -0400, Philip Balister wrote:
> >> Oh the pain.
> >>
> >> Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio.
> >
> > Fails to bui
On Thu, 2014-06-19 at 08:54 +0200, Koen Kooi wrote:
> Signed-off-by: Koen Kooi
> ---
>
> Changes since v3:
> * swapped fi/$i lines
>
> This finally fixes the build!
>
> meta-oe/recipes-devtools/php/php.inc | 2 -
> ...cinclude-use-pkgconfig-for-libxml2-config.patch | 90
>
On Thu, 2014-06-19 at 13:19 +0200, Koen Kooi wrote:
> Signed-off-by: Koen Kooi
> ---
> ...igure-use-pkg-config-for-libSDL-detection.patch | 38
> ++
> .../libsdl-image/libsdl-image_1.2.12.bb| 6 ++--
> 2 files changed, 41 insertions(+), 3 deletions(-)
> create m
Signed-off-by: Fathi Boudra
---
meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
b/meta-oe/recipes-devtools/pm-qa/pm-qa_git.bb
index 9243340..30b383c 100644
--- a/meta-oe/recipes-devt
I know that with some of the changes in oe-core, meta-oe is suffering a
little. I've been working on fixing up some of a world build of meta-oe
with patches including the problematic autoconf one applied.
My WIP is:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=rpurdie/meta-oe&
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
wenzong@windriver.com schreef op 20-06-14 11:27:
> From: Wenzong Fan
>
> Use pkg-config for the libxml2 dependency, not the -config script.
>
> Signed-off-by: Wenzong Fan ---
> .../use-pkg-config-for-libxml2-dependency.patch| 44
> ++
From: Wenzong Fan
Use pkg-config for the libxml2 dependency, not the -config script.
Signed-off-by: Wenzong Fan
---
.../use-pkg-config-for-libxml2-dependency.patch| 44
.../recipes-support/postgresql/postgresql_9.2.4.bb |1 +
2 files changed, 45 insertions(+)
cr
Hi Experts.
Package "sysvinit" introduced an init script "bootlogd" while it used
"savelog" as:
"savelog -p -c 5 boot > /dev/null 2>&1" in its "stop" function. I wonder
where can I
get such a tool/script? Which package I need to build?
Thanks
Xiao
--
__
On Thu, Jun 19, 2014 at 08:38:19PM -0400, Kevyn-Alexandre Paré wrote:
> On Thu, Jun 19, 2014 at 7:21 PM, Martin Jansa wrote:
> > On Thu, Jun 19, 2014 at 07:06:08PM -0400, Kevyn-Alexandre Paré wrote:
> >> I'm a bit further but still have some interrogations?
> >>
> >> ERROR: qtwebkit not found in t
Hi all,
On 19/06/14 19:19, Paul Eggleton wrote:
Thanks!
On Thursday 19 June 2014 10:08:58 Tom King wrote:
Yes,
its in there too.
Unfortunately the cherokee binary in sources.oe.org seems corrupted:
# http://sources.openembedded.org/cherokee-1.2.98.tar.gz
$ ls -o cherokee-1.2.98.tar.gz
409
19 matches
Mail list logo