Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Frans Meulenbroeks
2012/3/28 ajlen...@dynamicdevices.co.uk: From: Alex J Lennon ajlen...@gmail.com Signed-off-by: Alex J Lennon ajlen...@gmail.com ---  recipes/libpng/libpng_1.2.48.bb |    4 ++--  1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/libpng/libpng_1.2.48.bb

[oe] [meta-oe, v2 3/4] libatasmart: fix QA warnings

2012-03-28 Thread Andreas Müller
fix the following warnings: WARNING: For recipe libatasmart, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/vala WARNING: /usr/share/vala/vapi WARNING: /usr/share/vala/vapi/atasmart.vapi Signed-off-by: Andreas Müller

[oe] [meta-oe, v2 2/4] faad2: fix QA warnings

2012-03-28 Thread Andreas Müller
fix the following warnings: WARNING: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '/work/armv7a-angstrom-linux-gnueabi/faad2-2.7-r1/packages-split/libfaad-dev/usr/lib/libfaad.a' WARNING: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev

[oe] [meta-oe, v2 4/4] obexd: fix QA warnings by creating empty package obex-plugins

2012-03-28 Thread Andreas Müller
fix the following warnings: WARNING: For recipe obexd, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib WARNING: /usr/lib/obex WARNING: /usr/lib/obex/plugins Signed-off-by: Andreas Müller schnitzelt...@googlemail.com ---

[oe] [meta-oe, v2 1/4] libcgroup: fix QA warnings

2012-03-28 Thread Andreas Müller
fix the following warnings: WARNING: For recipe libcgroup, the following files/directories were installed but not shipped in any package: WARNING: /lib/security/pam_cgroup.la WARNING: /lib/security/.debug WARNING: /lib/security/.debug/pam_cgroup.so.0.0.0 WARNING:

Re: [oe] [meta-oe 0/2] midori: cleanup

2012-03-28 Thread Andreas Müller
On Wed, Mar 21, 2012 at 9:10 PM, Andreas Müller schnitzelt...@googlemail.com wrote: v1 - v2: change order variables/functions as suggested in [1] v2 - v3 change order variables/functions as suggested in [2] [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-March/038650.html

Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Alex J Lennon
You mean upstream changed their source tarball (or whatever) without That's correct. I compared my cached tar.bz2 with what's current from their SRC_URI and sure enough there are differences, the most obvious being they've changed the dates I reference. Yuk indeed, but it happens not

[oe] [meta-oe][PATCH 2/4] keymaps: import systemd support from meta-shr layer

2012-03-28 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-bsp/keymaps/keymaps/keymaps.service|9 + meta-oe/recipes-bsp/keymaps/keymaps_1.0.bbappend |8 2 files changed, 17 insertions(+), 0 deletions(-) create mode 100644

[oe] [meta-oe][PATCH 1/4] linux-kexecboot-3.2: upgrade to 3.2.12

2012-03-28 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../recipes-kernel/linux/linux-kexecboot_3.2.bb|8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-initramfs/recipes-kernel/linux/linux-kexecboot_3.2.bb

[oe] [meta-oe][PATCH 0/4] Small changes 20120328

2012-03-28 Thread Martin Jansa
The following changes since commit faf10fc6f3651b687ded55b660ae62520e105512: xbmc: update from rc2 to final release (2012-03-26 15:05:47 +0200) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib jansa/pull2

[oe] [meta-oe][PATCH 3/4] kernel.bbclass: touch .scmversion also in ${S}

2012-03-28 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/classes/kernel.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/classes/kernel.bbclass b/meta-oe/classes/kernel.bbclass index 9ce2f44..578a02f 100644 --- a/meta-oe/classes/kernel.bbclass +++

[oe] [meta-oe][PATCH 4/4] xinput-calibrator: add systemd service

2012-03-28 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../xinput-calibrator/xinput-calibrator.service| 11 +++ .../xinput-calibrator/xinput-calibrator_0.7.5.bb | 11 --- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644

[oe] [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix

2012-03-28 Thread Martin Jansa
The following changes since commit 1a1d50a1bf39136a8c974022d63e0f119f23bbff: keymaps: edit script to reuse 2.6 kernel keymaps (2012-03-25 23:51:03 +0100) are available in the git repository at: git://gitorious.org/shr/meta-handheld jansa/pull Martin Jansa (2): linux-3.2: upgrade to 3.2.12

[oe] [meta-handheld][PATCH 2/2] formfactor, keymaps, udev: use better form of PRINC

2012-03-28 Thread Martin Jansa
* this way we can stack multiple bbappends from different layers without overwritting PRINC value Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-bsp/formfactor/formfactor_0.0.bbappend |2 +- recipes-bsp/keymaps/keymaps_1.0.bbappend |2 +-

[oe] [meta-handheld][PATCH 1/2] linux-3.2: upgrade to 3.2.12

2012-03-28 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com --- recipes-kernel/linux/linux_3.2.bb |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux_3.2.bb b/recipes-kernel/linux/linux_3.2.bb index 199f36e..5379870 100644 ---

Re: [oe] [meta-oe 1/2] midori: remove midori.inc and oe-stylize

2012-03-28 Thread Martin Jansa
On Wed, Mar 21, 2012 at 09:10:18PM +0100, Andreas Müller wrote: Signed-off-by: Andreas Müller schnitzelt...@googlemail.com Acked-by: Martin Jansa martin.ja...@gmail.com --- meta-oe/recipes-connectivity/midori/midori.inc | 39 ---

Re: [oe] [meta-oe 2/2] midori: add librsvg-native to DEPENDS

2012-03-28 Thread Martin Jansa
On Wed, Mar 21, 2012 at 09:10:19PM +0100, Andreas Müller wrote: configure found rsvg-convert on host: ... Checking for program rsvg-convert : /usr/bin/rsvg-convert ... Signed-off-by: Andreas Müller schnitzelt...@googlemail.com Acked-by: Martin Jansa martin.ja...@gmail.com ---

[oe] [PATCH] tclap: add v1.2.1

2012-03-28 Thread b19537
From: Zhenhua Luo b19...@freescale.com Signed-off-by: Zhenhua Luo b19...@freescale.com --- meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-devtools/tclap/tclap_1.2.1.bb diff --git

[oe] perl warning on git connection via ssh

2012-03-28 Thread Andreas Oberritter
Dear admins, whenever I connect to git.openembedded.org via ssh, I see the following warnings: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_MESSAGES = en_US.UTF-8, LANG =

Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Alex J Lennon
Frans, Guess we might want to mirror a version and pull from the mirror. I don't mind putting a mirrow up at the Dynamic Devices wbesite with a SRC_URI link to it there. That''s a bit of a patchy solution though isn't it? Ideally (imho) as I suggested the other day there would be an

Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Paul Eggleton
On Wednesday 28 March 2012 10:34:16 Frans Meulenbroeks wrote: PS: thinking of it: we might be able to resolve the latter issue by forcing the removal of a file from downloads (and trigger a refetch) if the .md5 does not match the md5 in the recipe. FYI, I'm pretty sure that fetch2 from the

Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Alex J Lennon
Paul, FYI, I'm pretty sure that fetch2 from the version of bitbake we use with OE- I thought it might. Does it still do that if the checksum fails though? Of course that's assuming there is a mirror available. I'm happy to host a 2nd copy and mod the .bb to add another source if that

Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Paul Eggleton
On Wednesday 28 March 2012 20:50:55 Alex J Lennon wrote: Paul, FYI, I'm pretty sure that fetch2 from the version of bitbake we use with OE- I thought it might. Does it still do that if the checksum fails though? Yes, I believe (without having tested it recently) that a SRC_URI checksum

Re: [oe] [PATCH] Modified fetch() checksums to be correct for libpng 1.4.28 released 15/3/12 (current) instead of previous 8/3/12 release

2012-03-28 Thread Frans Meulenbroeks
2012/3/28 Alex J Lennon ajlen...@dynamicdevices.co.uk: FYI, I'm pretty sure that fetch2 from the version of bitbake we use with OE- Core will skip to the next available option (mirror) if the downloaded file doesn't match the SRC_URI checksum. Of course that's assuming there is a mirror

[oe] [meta-oe][PATCH] faad2: create -staticdev packages

2012-03-28 Thread Andreas Oberritter
* Fixes QA warnings: | faad2-2.7: non -staticdev package contains static .a library: libfaad-dev | faad2-2.7: non -staticdev package contains static .a library: libmp4ff-dev Signed-off-by: Andreas Oberritter o...@opendreambox.org --- meta-oe/recipes-multimedia/faad2/faad2_2.7.bb | 10

Re: [oe] [PATCH] tclap: add v1.2.1

2012-03-28 Thread Khem Raj
On Wed, Mar 28, 2012 at 8:10 AM, b19...@freescale.com wrote: +do_install_prepend() { +    install -d ${S}/docs/html +} why do you need to create a directory in source dir after you have compiled the application. why not during do_unpack or some earlier tasks

Re: [oe] [meta-handheld][PATCH 0/2] kernel upgrade and PRINC fix

2012-03-28 Thread Paul Eggleton
On Wednesday 28 March 2012 13:53:07 Martin Jansa wrote: The following changes since commit 1a1d50a1bf39136a8c974022d63e0f119f23bbff: keymaps: edit script to reuse 2.6 kernel keymaps (2012-03-25 23:51:03 +0100) are available in the git repository at:

Re: [oe] [meta-oe][PATCH 3/5] linux: import shared linux.inc so we have just one copy

2012-03-28 Thread Denys Dmytriyenko
On Fri, Mar 23, 2012 at 02:04:12PM +0100, Martin Jansa wrote: * in my env I have 7 copies now ./meta-smartphone/meta-htc/recipes-kernel/linux/linux.inc ./meta-smartphone/meta-nokia/recipes-kernel/linux/linux.inc ./meta-smartphone/meta-openmoko/recipes-kernel/linux/linux.inc