Re: [OE-core] [PATCH 32/33] perl: fix Configure-multilib.patch

2011-05-03 Thread Khem Raj
On May 3, 2011, at 4:45 PM, Saul Wold wrote: > From: Saul Wold > > Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04 Looks good > > Signed-off-by: Saul Wold > --- > .../perl/perl-5.12.3/Configure-multilib.patch |2 +- > 1 files changed, 1 insertions(+), 1 delet

[OE-core] [PATCH 32/33] perl: fix Configure-multilib.patch

2011-05-03 Thread Saul Wold
From: Saul Wold Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04 Signed-off-by: Saul Wold --- .../perl/perl-5.12.3/Configure-multilib.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/perl/perl-5.12.3/Configure-multili

[OE-core] [PATCH 26/33] alsa-utils_1.0.24.2.bb: Fix build for uclibc targets

2011-05-03 Thread Saul Wold
From: Khem Raj uclibc does not have exp10() implemented so we obtain same behaviour using pow() Signed-off-by: Khem Raj --- .../uclibc-exp10-replacement.patch | 21 .../recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb |4 ++- 2 files changed, 24 inserti

[OE-core] [PATCH 31/33] perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alpha

2011-05-03 Thread Saul Wold
From: Khem Raj Ubuntu has moved eglibc to /usr/lib/${arch}-linux-gnu and /lib/${arch}-linux-gnu so we need that to be added to glibpth in Configure. Currently we set LD=ld in environment for recipes inheriting native class. This overrides the LD settings in the Makefiles of perl and it tries to

[OE-core] [PATCH 33/33] qemuimagetest: Enable toolchain automation tests in qemuimagetest

2011-05-03 Thread Saul Wold
From: Jiajun Xu Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test projects are added to test toolchain - cvs, iptables and sudoku-savant. User needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case will check if toolchain tarball exists under "${DE

[OE-core] [PATCH 21/33] LSB_Setup.sh: Add character set to lsb-image

2011-05-03 Thread Saul Wold
From: Xiaofeng Yan Add character set to lsb-image to solve bugs from lsb test Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/lsb/lsbsetup/LSB_Setup.sh b/meta/recipes

[OE-core] [PATCH 28/33] puzzles: update to r9163

2011-05-03 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- .../puzzles/{puzzles_r9151.bb => puzzles_r9163.bb} |0 1 files changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-sato/puzzles/{puzzles_r9151.bb => puzzles_r9163.bb} (100%) diff --git a/meta/recipes-sato/puzzles/puzzles_r9151.bb b/me

[OE-core] [PATCH 23/33] git: make it work on the target

2011-05-03 Thread Saul Wold
From: Koen Kooi Packaging is synced with OE .dev, but without the -large, thanks to pseudo we retain all (hard)links properly: * git-perltools holds all the utils requiring perl and adds appropriate RDEPENDS * git-tk holds the tcl/tk utils once they get activate * git now packages /usr/libexec/

[OE-core] [PATCH 30/33] libsoup-2.4: Update to 2.34.1

2011-05-03 Thread Saul Wold
From: Saul Wold Signed-off-by: Saul Wold --- ...libsoup-2.4_2.32.2.bb => libsoup-2.4_2.34.1.bb} |7 --- meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb | 11 --- 2 files changed, 4 insertions(+), 14 deletions(-) rename meta/recipes-support/libsoup/{libsoup-2.4_2.32.2.bb =>

[OE-core] [PATCH 29/33] linuxdoc-tools-native: add groff-native to DEPENDS

2011-05-03 Thread Saul Wold
From: Saul Wold groff-native is needed to ensure that configure finds the groff-native binary instead of the host's groff, this is to ensure the correct macros are used (-ms vs -mgs) Signed-off-by: Saul Wold --- .../linuxdoc-tools/linuxdoc-tools-native_0.9.66.bb |4 ++-- 1 files changed, 2

[OE-core] [PATCH 27/33] git: Disable gitk from by default

2011-05-03 Thread Saul Wold
From: Saul Wold gitk should not be built for native and comment out the build for the target by default since it includes tk and will drag in more X11 stuf then needed. Signed-off-by: Saul Wold --- meta/recipes-devtools/git/git.inc|7 +-- meta/recipes-devtools/git/git_1.7.4.3.b

[OE-core] [PATCH 22/33] git: use DESTDIR=$D instead prefixing all variables by $D

2011-05-03 Thread Saul Wold
From: Martin Jansa * with git-native and rm_work enabled I've noticed git fetcher errors like: warning: templates not found /OE/shr-core/tmp/work/x86_64-linux/git-native-1.7.3.4-r0/image/OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/git-core/templates fatal: Unable to find remote helper fo

[OE-core] [PATCH 17/33] shared-mime-info: upgrade to version 0.90

2011-05-03 Thread Saul Wold
From: Qing He from 0.80 - parallel build with 0.9 is buggy, disable part of the check for now Signed-off-by: Qing He --- .../files/fix-parallel-build.patch | 33 .../shared-mime-info/shared-mime-info_0.80.bb |5 --- .../shared-mime-info/shared-m

[OE-core] [PATCH 19/33] libcap: upgrade to version 2.20

2011-05-03 Thread Saul Wold
From: Qing He from 2.19 - set RAISE_SETFCAP=no in make option to inhibit target binary run Signed-off-by: Qing He --- meta/recipes-support/libcap/libcap.inc |2 +- meta/recipes-support/libcap/libcap_2.19.bb |6 -- meta/recipes-support/libcap/libcap_2.20.bb |6 ++ 3 fil

[OE-core] [PATCH 24/33] insane.bbclass: Checking for NLS too when checking gettext dependency

2011-05-03 Thread Saul Wold
From: Khem Raj Checking for gettext is not needed when --disable-nls is used Let user know what variant of gettext is missing e.g. gettext-native, gettext-nativesdk etc, reveals a bit more for user Check for virtual/gettext Signed-off-by: Khem Raj --- meta/classes/insane.bbclass |9 +

[OE-core] [PATCH 25/33] libx11: Use inherit gettext

2011-05-03 Thread Saul Wold
From: Khem Raj Avoid direct depependency on gettext, inherit class instead Signed-off-by: Khem Raj --- meta/recipes-graphics/xorg-lib/libx11_1.3.4.bb |3 ++- meta/recipes-graphics/xorg-lib/libx11_git.bb |6 -- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/re

[OE-core] [PATCH 18/33] lzo: upgrade to version 2.05

2011-05-03 Thread Saul Wold
From: Qing He from 2.04 Signed-off-by: Qing He --- .../lzo/{lzo-2.04 => lzo-2.05}/acinclude.m4|0 .../lzo/{lzo-2.04 => lzo-2.05}/autoconf.patch |4 +++- .../lzo/{lzo_2.04.bb => lzo_2.05.bb} |8 3 files changed, 7 insertions(+), 5 deletions(-) re

[OE-core] [PATCH 20/33] task-core-lsb.bb: Add packages liberation-fonts to lsb-imag

2011-05-03 Thread Saul Wold
From: Xiaofeng Yan Add font set to lsb-image to solve bugs from lsb test Signed-off-by: Xiaofeng Yan --- meta/recipes-extended/tasks/task-core-lsb.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/t

[OE-core] [PATCH 16/33] busybox: upgrade to version 1.18.4

2011-05-03 Thread Saul Wold
From: Qing He from version 1.17.3 - remove make-382-fix since it's upstreamed Signed-off-by: Qing He --- .../busybox/busybox-1.17.3/make-382-fix.patch | 25 .../B921600.patch |0 .../busybox-appletlib-dependency.patch

[OE-core] [PATCH 11/33] create-lsb-iamge:Fix bugs

2011-05-03 Thread Saul Wold
From: Xiaofeng Yan Change variables "${ARCH}" to "${1}" Signed-off-by: Xiaofeng Yan --- scripts/create-lsb-image |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/create-lsb-image b/scripts/create-lsb-image index 94cb337..48b96e2 100755 --- a/scripts/create-lsb-

[OE-core] [PATCH 14/33] augeas: upgrade to version 0.8.1

2011-05-03 Thread Saul Wold
From: Qing He from 0.7.4 Signed-off-by: Qing He --- meta/recipes-extended/augeas/augeas_0.7.4.bb |6 -- meta/recipes-extended/augeas/augeas_0.8.1.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-extended/augeas/augeas_0.7.4.bb create

[OE-core] [PATCH 15/33] curl: upgrade to version 7.21.6

2011-05-03 Thread Saul Wold
From: Qing He from 7.21.2 Signed-off-by: Qing He --- meta/recipes-support/curl/curl/noldlibpath.patch |2 ++ meta/recipes-support/curl/curl/pkgconfig_fix.patch |5 - .../curl/{curl_7.21.2.bb => curl_7.21.6.bb}|6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-)

[OE-core] [PATCH 12/33] attr: upgrade to version 2.4.46

2011-05-03 Thread Saul Wold
From: Qing He from 2.4.44 - remove the backported patch that is now in the tarball - prog path issue has also been fixed in the upstream Signed-off-by: Qing He --- .../attr/attr-2.4.44/double-free.patch | 18 .../attr/attr-2.4.44/memory-leak-in-copy.patch | 50 --

[OE-core] [PATCH 13/33] acl: upgrade to version 2.2.51

2011-05-03 Thread Saul Wold
From: Qing He from 2.2.49 Signed-off-by: Qing He --- meta/recipes-support/attr/acl_2.2.49.bb |6 -- meta/recipes-support/attr/acl_2.2.51.bb |6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/recipes-support/attr/acl_2.2.49.bb create mode 100644 me

[OE-core] [PATCH 08/33] logging: update existing oe* logging users to the bb* interface

2011-05-03 Thread Saul Wold
From: Darren Hart The new bash logging class provides bbnote, bbwarn, bbfatal, and bbdebug replacements (as well as bbplain and bberror) for the oe* equivalents. Use the new bb* API in preparation to delete the oe* logging API. This patch was automatically generated by a sed script. The result h

[OE-core] [PATCH 03/33] groff: update to 1.20.1

2011-05-03 Thread Saul Wold
From: Kang Kai Update groff to 1.20.1, add SUMMARY and LICENSE info >From OE 70bf94cd8669f549ca90581e9592d409b6e24e2e Fixes [Yocto 879] Signed-off-by: Kang Kai --- .../groff-1.18.1.4/groff-1.18.1.4-remove-mom.patch | 35 --- .../groff/groff-1.18.1.4/man-local.patch |

[OE-core] [PATCH 10/33] netbase: fix check for nfsroot in if-pre-up.d script

2011-05-03 Thread Saul Wold
From: Paul Eggleton The if-pre-up.d/nfsroot script was no longer functioning correctly due to a change in iproute2's installation of the "ip" executable. The script will now function correctly regardless of whether ip is in /bin or /sbin. Fixes [YOCTO #1006]. Signed-off-by: Paul Eggleton ---

[OE-core] [PATCH 09/33] logging: delete the oe(note|warn|fatal|debug) functions

2011-05-03 Thread Saul Wold
From: Darren Hart The new logging.bbclass replaces the oe* logging functions with bb* equivalents. There are no longer any users of the oe* API within oe-core. Remove the oe* functions. Signed-off-by: Darren Hart --- meta/classes/base.bbclass | 27 +-- 1 files changed

[OE-core] [PATCH 07/33] distro_check.py: Fix some bugs in distro_check.py

2011-05-03 Thread Saul Wold
From: Mei Lei The recipe meta-ide-support's alias is Poky, but not defined in distro_exceptions, this will lead an error. The compare_in_distro_packages_list function omit a split process, this will lead to a form issue. Change the log file generate way, use symbolic links link to the latest lo

[OE-core] [PATCH 05/33] task-core-lsb: add xdg-utils into lsb image

2011-05-03 Thread Saul Wold
From: Kang Kai Add xdg-utils in task-core-lsb, for LSB command check. Part fixes [Yocto 520] Signed-off-by: Kang Kai --- meta/recipes-extended/tasks/task-core-lsb.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/re

[OE-core] [PATCH 00/33] Consolidated Pull Request

2011-05-03 Thread Saul Wold
From: Saul Wold Richard, This has a dependency on your tweaks to gettext.bbclass and base.bbclass. Otherwise this set has been well tested. It also contains patches that need to backported to bernard. Pull URL: git://git.openembedded.org/openembedded-core-contrib Branch: sgw/stage Browse

[OE-core] [PATCH 06/33] Fix matchbox-panel-2 compile error

2011-05-03 Thread Saul Wold
From: Gary Thomas This patch is needed when building with GCC-4.6.0 -- Gary Thomas | Consulting for the MLB Associates |Embedded world >Fro

[OE-core] [PATCH 01/33] core-image-directdisk: add LIC_FILES_CHECKSUM

2011-05-03 Thread Saul Wold
From: Tom Zanussi Fix for build failure. Signed-off-by: Tom Zanussi --- meta/recipes-core/images/core-image-directdisk.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/images/core-image-directdisk.inc b/meta/recipes-core/images/core-image-direct

[OE-core] [PATCH 02/33] liberation-fonts: postinst can't be called offline

2011-05-03 Thread Saul Wold
From: Ilya Yanok fc-cache should be called on target system. Or maybe we should pass a suitable directory list to it? Signed-off-by: Ilya Yanok Signed-off-by: Saul Wold --- .../ttf-fonts/liberation-fonts_1.04.bb |3 +++ .../ttf-fonts/liberation-fonts_1.06.bb |3

[OE-core] [PATCH 04/33] lsbsetup: add commands install_initd and remove_initd

2011-05-03 Thread Saul Wold
From: Kang Kai Add commands install_initd and remove_initd link to chkconfig, which can handler LSB format init.d scripts. Needed by LSB commands check. Bump PR to r2 Part fixes [Yocto 520] Signed-off-by: Kang Kai --- meta/recipes-extended/lsb/lsbsetup_0.9.bb |7 ++- 1 files changed, 6

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-03 Thread Richard Purdie
On Tue, 2011-05-03 at 11:04 -0700, Khem Raj wrote: > This has the same problem It empties out DEPENDS_GETTEXT after they have > have already been added to DEPENDS via virtclass e.g. when you build > gcc-runtime-nativesdk it will report a dep loop since now it depends on > virtual/gettext-nativesdk

Re: [OE-core] error: LOOP: udev/ libudev during do_rootfs?

2011-05-03 Thread Mark Hatle
On 5/3/11 5:19 PM, Leon Woestenberg wrote: > Hello, > > on oe-core I'm testing the addition of powerpc-linux-gnuspe targets. > Everything runs fine up to do_rootfs where I hit this "LOOP" error > which I found rather cryptic: > > Seems a cyclic loop dependency. I have never seen this error, does

[OE-core] error: LOOP: udev/ libudev during do_rootfs?

2011-05-03 Thread Leon Woestenberg
Hello, on oe-core I'm testing the addition of powerpc-linux-gnuspe targets. Everything runs fine up to do_rootfs where I hit this "LOOP" error which I found rather cryptic: Seems a cyclic loop dependency. I have never seen this error, does this ring a bell with someone? | error: LOOP: | error: r

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Richard Purdie
On Tue, 2011-05-03 at 23:15 +0200, Frans Meulenbroeks wrote: > 2011/5/3 Richard Purdie > This was discussed at the last TSC meeting and we reviewed the > TSC > meeting minutes where it was recorded that: > > """ > Election wise, we'll elect the sea

Re: [OE-core] RFC: Recipe based User & Group addition, modification and deletion

2011-05-03 Thread Yury Bushmelev
2011/5/3 Mark Hatle : > RFC: Recipe based User & Group addition, modification and deletion [skip] > Any comments on the above? As a former FreeBSD admin I'll show how this is done in 'ports' collection (JFYI): # USERS - List of users to create at install time. Each login must #

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Frans Meulenbroeks
2011/5/3 Richard Purdie > On Tue, 2011-05-03 at 22:05 +0200, Frans Meulenbroeks wrote: > > 2011/5/3 Philip Balister > > > > [...] > > > > People ask me why they should join the eV. Besides being a > > good way to show your support for the OpenEmbedded project, > > the Tec

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Scott Garman
On 05/03/2011 11:43 AM, Scott Garman wrote: On 05/03/2011 10:32 AM, Mark Hatle wrote: On 5/3/11 12:27 PM, Khem Raj wrote: On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin wrote: Did you installed Nvidia proprietary driver? Any error mesg from the runqemu script? yes I did and I think that could b

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Richard Purdie
On Tue, 2011-05-03 at 22:05 +0200, Frans Meulenbroeks wrote: > 2011/5/3 Philip Balister > > [...] > > People ask me why they should join the eV. Besides being a > good way to show your support for the OpenEmbedded project, > the Technical Steering Committee is ele

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Mark Hatle
Speaking as a member of the TSC, our understanding is an election would be called for the first position at the beginning of May. (More or less this week.) The TSC members up for election was decided by the TSC to be in the order of the original board announcement, with the final two members goi

Re: [OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Frans Meulenbroeks
2011/5/3 Philip Balister [...] > > People ask me why they should join the eV. Besides being a good way to show > your support for the OpenEmbedded project, the Technical Steering Committee > is elected by the eV members. > > Sorry but the current TSC is NOT elected by the eV members. Actually t

[OE-core] OpenEmbedded eV membership drive

2011-05-03 Thread Philip Balister
As most of you know, there is an OpenEmbedded eV to provide an umbrella organization for handling various aspects of managing the project. There is a description here: http://wiki.openembedded.net/index.php/Organization. One of the things we would like to do is vote in new members to the eV (f

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Khem Raj
On Tue, May 3, 2011 at 11:43 AM, Scott Garman wrote: > On 05/03/2011 10:32 AM, Mark Hatle wrote: >> >> On 5/3/11 12:27 PM, Khem Raj wrote: >>> >>> On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin  wrote: Did you installed Nvidia proprietary driver? Any error mesg from the runqemu sc

Re: [OE-core] [PATCH] git: use DESTDIR=$D instead prefixing all variables by $D

2011-05-03 Thread Khem Raj
On Tue, May 3, 2011 at 11:36 AM, Koen Kooi wrote: > > Op 3 mei 2011, om 01:11 heeft Khem Raj het volgende geschreven: > >> On Sat, Apr 30, 2011 at 1:01 AM, Koen Kooi >> wrote: >>> >>> Op 30 apr 2011, om 00:09 heeft Saul Wold het volgende geschreven: >>> On 04/29/2011 03:13 AM, Koen Kooi wro

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Scott Garman
On 05/03/2011 10:32 AM, Mark Hatle wrote: On 5/3/11 12:27 PM, Khem Raj wrote: On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin wrote: Did you installed Nvidia proprietary driver? Any error mesg from the runqemu script? yes I did and I think that could be a culprit but then why would it work with

Re: [OE-core] [PATCH] git: use DESTDIR=$D instead prefixing all variables by $D

2011-05-03 Thread Koen Kooi
Op 3 mei 2011, om 01:11 heeft Khem Raj het volgende geschreven: > On Sat, Apr 30, 2011 at 1:01 AM, Koen Kooi wrote: >> >> Op 30 apr 2011, om 00:09 heeft Saul Wold het volgende geschreven: >> >>> On 04/29/2011 03:13 AM, Koen Kooi wrote: From: Martin Jansa * with git-native and r

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-03 Thread Khem Raj
On (03/05/11 13:14), Richard Purdie wrote: > On Fri, 2011-04-29 at 09:11 -0700, Khem Raj wrote: > > On Thu, Apr 28, 2011 at 2:01 AM, Richard Purdie > > wrote: > > > We can make this simpler. We should just setVar("DEPENDS_GETTEXT", "") > > > in the INHIBIT_DEFAULT_DEPS case. If anything is expandi

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Mark Hatle
On 5/3/11 12:47 PM, Khem Raj wrote: > On (03/05/11 12:32), Mark Hatle wrote: I can't figure out one case that nfs root works and ext3 image doesn't... >> >> Good question, I don't know. In my experience both NFS and ext3 root crashes >> with the nvidia drivers. I have a patch to the version

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Khem Raj
On (03/05/11 12:32), Mark Hatle wrote: > >> I can't figure out one case that nfs root works and ext3 image doesn't... > > Good question, I don't know. In my experience both NFS and ext3 root crashes > with the nvidia drivers. I have a patch to the version of QEMU I use that > disables all of GL

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Mark Hatle
On 5/3/11 12:27 PM, Khem Raj wrote: > On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin wrote: >> Did you installed Nvidia proprietary driver? Any error mesg from the runqemu >> script? > > yes I did and I think that could be a culprit but then why would it > work with nfs boot. > there is no useful me

Re: [OE-core] qemu segfaulting when booting ext3 image

2011-05-03 Thread Khem Raj
On Mon, May 2, 2011 at 5:41 PM, Zhai, Edwin wrote: > Did you installed Nvidia proprietary driver? Any error mesg from the runqemu > script? yes I did and I think that could be a culprit but then why would it work with nfs boot. there is no useful message from script it just collapses > I can't f

[OE-core] [PATCHv2] python: Unbreak Python third-party extensions

2011-05-03 Thread Michael Lippautz
This patch fixes compilation/linking of python third-party extensions, i.e. Extensions that ship with C code. Problem: Python uses distutils(-native) to compile third-party extensions. distutils uses its own sysconfig module to get the options for compiling and linking. Since third-party extension

[OE-core] fuse update

2011-05-03 Thread Otavio Salvador
Hello, I am migrating some stuff to oe-core and found it has fuse at meta-demoapps. It seems no recipes depends on fuse in oe-core and thus I am wondering how is better to deal with its updating as: - should it be done in oe-core? - should it be moved to meta-oe? The requirement for me to upda

[OE-core] [PATCH 2/2] lttng-viewer: explicitly add linkage to lttvwindow

2011-05-03 Thread Dexuan Cui
From: Dexuan Cui Fixes [YOCTO #412] Also update FILES_${PN}. Signed-off-by: Dexuan Cui --- .../lttng-viewer/add_linkage_to_lttvwindow.patch | 42 meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | 10 +++-- 2 files changed, 48 insertions(+), 4 deletions(-) create

[OE-core] [PATCH 1/2] task-core-tools.bb: properly enable lttng-ust for ARM

2011-05-03 Thread Dexuan Cui
From: Dexuan Cui Fixes [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. Signed-off-by: Dexuan Cui --- meta/recipes-core/tasks/task-core-tools.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/r

[OE-core] [PATCH 0/2] fixes to bug #412 and #856

2011-05-03 Thread Dexuan Cui
From: Dexuan Cui [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. [YOCTO #412] lttng-viewer: explicitly add linkage to lttvwindow. Without the fix, lttv-gui inside target can't run, complaining "undefined symbol:

Re: [OE-core] [PATCH 36/52] gettext.bbclass: Use _append instead of =+

2011-05-03 Thread Richard Purdie
On Fri, 2011-04-29 at 09:11 -0700, Khem Raj wrote: > On Thu, Apr 28, 2011 at 2:01 AM, Richard Purdie > wrote: > > We can make this simpler. We should just setVar("DEPENDS_GETTEXT", "") > > in the INHIBIT_DEFAULT_DEPS case. If anything is expanding the variables > > somewhere, we should fix that. >

Re: [OE-core] [PATCH]] python: Unbreak Python third-party extensions

2011-05-03 Thread Michael Lippautz
On Tue, May 03, 2011 at 11:50:50AM +0100, Richard Purdie wrote: > On Fri, 2011-04-29 at 12:44 +0200, Michael Lippautz wrote: > > This fixes compilation/linking of Python 3rd party extensions. > > > > ${STAGING_LIBDIR}/python/config/Makefile needs the correct > > INCDIR and LIBDIR settings to be us

Re: [OE-core] [PATCH]] python: Unbreak Python third-party extensions

2011-05-03 Thread Richard Purdie
On Fri, 2011-04-29 at 12:44 +0200, Michael Lippautz wrote: > This fixes compilation/linking of Python 3rd party extensions. > > ${STAGING_LIBDIR}/python/config/Makefile needs the correct > INCDIR and LIBDIR settings to be used in cross compilation for the > target. 3rd party module use distutils.s

Re: [OE-core] [PATCH]] python: Unbreak Python third-party extensions

2011-05-03 Thread Martin Jansa
On Tue, May 03, 2011 at 10:12:00AM +0200, Michael Lippautz wrote: > On Mon, May 02, 2011 at 09:57:18AM -0700, Kamble, Nitin A wrote: > > Michael, > >This patch is invasive for python recipe but looks fine to me. How much > > testing have you done? We have few python extensions in yocto repo, a

Re: [OE-core] [PATCH]] python: Unbreak Python third-party extensions

2011-05-03 Thread Michael Lippautz
On Mon, May 02, 2011 at 09:57:18AM -0700, Kamble, Nitin A wrote: > Michael, >This patch is invasive for python recipe but looks fine to me. How much > testing have you done? We have few python extensions in yocto repo, and none > of them were hit by this issue. So which python extensions are