[oe] [PATCH] sane-toolchain: use hard assignment instead of weak for libtool version and LIBTOOL_HAS_SYSROOT

2010-12-17 Thread Martin Jansa
* bitbake.conf already has weak LIBTOOL_HAS_SYSROOT ?= "no" so setting to "yes" here was ignored --- conf/distro/include/sane-toolchain.inc |8 ++-- conf/distro/shr.conf |3 --- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/conf/distro/include/sane-t

[oe] OE weekly changelog for 2010-12-06 to 2010-12-13

2010-12-17 Thread Cliff Brake
OE weekly changelog for org.openembedded.dev, 2010-12-06 to 2010-12-13 Aeschbacher (1): qte: fixed do_configure() for powerpc Aeschbacher, Fabrice (1): libsdl-directfb: fixed qa_configure error Alex Ferguson (2): muffinman-image: Remove IMAGE_DEVICE_TABLES definition. jlime-extras: Bump

[oe] [PATCH] meta-toolchain.bb: Fix do_populate_sdk for DISTRO=micro.

2010-12-17 Thread Graham Gower
Signed-off-by: Graham Gower --- recipes/meta/meta-toolchain.bb | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/recipes/meta/meta-toolchain.bb b/recipes/meta/meta-toolchain.bb index e949432..cb9e438 100644 --- a/recipes/meta/meta-toolchain.bb +++ b/recipes/

[oe] [PATCH] openssl: create package for openssl configuration file

2010-12-17 Thread Chase Maupin
* Add the openssl-conf package to the list of packages to be created. This package contains the openssl.cnf file which is used by both the openssl executable in the openssl package and the libcrypto library. * This is to avoid messages like: WARNING: can't open config file: /usr/lib/ssl/

Re: [oe] [RFC] xorg: upgrade to X11R7.6 and remove preferred-xorg-versions*.inc files

2010-12-17 Thread Michael Smith
Martin Jansa wrote: * X11R7.6-RC1 was already released http://www.x.org/releases/X11R7.6-RC1/doc/xorg-docs/ReleaseNotes.html so it's IMHO time to start migration there .../include/angstrom-2010-preferred-versions.inc |1 - .../preferred-xorg-versions-X11R7.5-latest.inc | 126 --

Re: [oe] [PATCH] meta-toolchain.bb: Fix do_populate_sdk for DISTRO=micro.

2010-12-17 Thread Khem Raj
On Thu, Dec 16, 2010 at 10:15 PM, Graham Gower wrote: > > Signed-off-by: Graham Gower Looks ok Acked-by: Khem Raj > --- >  recipes/meta/meta-toolchain.bb |   16 +--- >  1 files changed, 9 insertions(+), 7 deletions(-) > > diff --git a/recipes/meta/meta-toolchain.bb b/recipes/meta/

[oe] [RFC] Local files search in overlay folders first

2010-12-17 Thread Denis Dydychkin
> Chris Larson clarson at kergoth.com > Thu Dec 16 16:26:30 CET 2010 >> What I generally want is to simply replace defconfig with my own without >> changing recipe and touching other patches. >> >> It does not work for release-2010.12 of OE and it does not seems to work in >> master eith

[oe] do_rootfs and mkfs.jffs2

2010-12-17 Thread Frans Meulenbroeks
I just tried to make a jffs2 image, but got an error that mkfs.jffs2 was not found. Apparently somewhere a dependency to mtd-utils-native should be added, but I have no idea where. Frans. ___ Openembedded-devel mailing list Openembedded-devel@lists.open

Re: [oe] [PATCH] classes/gitpkgv.bbclass: add GITPKGVTAG that uses 'git describe'

2010-12-17 Thread Martin Jansa
On Thu, Dec 16, 2010 at 02:07:37PM -0200, Otavio Salvador wrote: > Using ${GITPKGVTAG} allows for automatic versioning based on the > repository tags. For those that doesn't want to use it, ${GITPKGV} is > still available. Thanks for merging it to one bbclass. IMHO looks much better now. Consider

[oe] [PATCH] lftp: add ti LFTB recipe

2010-12-17 Thread Chase Maupin
From: naresh * This package contains functional test suites for TI devices used to verify the Linux kernel and drivers for the various peripherals found on TI devices. Signed-off-by: naresh Signed-off-by: Chase Maupin --- recipes/ti/ti-lftb.inc| 47 ++

[oe] [PATCH] sourceipk: copy over hidden files and dirs

2010-12-17 Thread Chase Maupin
* Copy hidden files and directories such as eclipse project files. Currently these files are not copied (particularly for the top-level directory) which makes applications with eclipse project files not usable with eclipse. Signed-off-by: Chase Maupin --- classes/sourceipk.bbclass |6

Re: [oe] [PATCH] classes/gitpkgv.bbclass: add GITPKGVTAG that uses 'git describe'

2010-12-17 Thread Otavio Salvador
On Thu, Dec 16, 2010 at 19:52, Martin Jansa wrote: > On Thu, Dec 16, 2010 at 02:07:37PM -0200, Otavio Salvador wrote: >> Using ${GITPKGVTAG} allows for automatic versioning based on the >> repository tags. For those that doesn't want to use it, ${GITPKGV} is >> still available. > > Thanks for merg

Re: [oe] [PATCH] sourceipk: copy over hidden files and dirs

2010-12-17 Thread Maupin, Chase
Please ignore this patch for now. I forgot the case where there are no hidden files and I need to update to handle this. > -Original Message- > From: Chase Maupin [mailto:chasemaupi...@gmail.com] > Sent: Thursday, December 16, 2010 3:43 PM > To: openembedded-devel@lists.openembedded.org >

[oe] [PATCH] python-pycairo_1.8.0: remove `DEFAULT_PREFERENCE = "-1"`

2010-12-17 Thread Paul Menzel
.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "977d4dd" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO =

[oe] testing branch 2010-12-17

2010-12-17 Thread Cliff Brake
Master has been merged to testing-next and is ready for clean builds. Last week there were quite a few issues, but a few builds did come through: http://cgit.openembedded.org/cgit.cgi/openembedded/tag/?id=tested_2010-12-10 Thanks to all who ran tests. For more information on contributing to our

Re: [oe] [PATCH] classes/gitpkgv.bbclass: add GITPKGVTAG that uses 'git describe'

2010-12-17 Thread Martin Jansa
On Fri, Dec 17, 2010 at 09:00:41AM -0200, Otavio Salvador wrote: > On Thu, Dec 16, 2010 at 19:52, Martin Jansa wrote: > > On Thu, Dec 16, 2010 at 02:07:37PM -0200, Otavio Salvador wrote: > >> Using ${GITPKGVTAG} allows for automatic versioning based on the > >> repository tags. For those that does

[oe] [PATCHv2] sourceipk: copy over hidden files and dirs

2010-12-17 Thread Chase Maupin
* Copy hidden files and directories such as eclipse project files. Currently these files are not copied for the top-level directory which makes applications with eclipse project files not usable with eclipse. * Only need to copy hidden files for the top-level directory since subdirectories

[oe] [PATCH] fontconfig: update SRC_URI

2010-12-17 Thread Eric Bénard
fontconfig's website's configuration actually prevents to fetch the source archives so use gentoo's mirror until the website is fixed. Signed-off-by: Eric Bénard --- recipes/fontconfig/fontconfig_2.6.0.bb |2 +- recipes/fontconfig/fontconfig_2.8.0.bb |2 +- 2 files changed, 2 insertions(

Re: [oe] [PATCH] openssl: create package for openssl configuration file

2010-12-17 Thread Roman I Khimov
В сообщении от Четверг 16 декабря 2010 20:31:51 автор Chase Maupin написал: > * Add the openssl-conf package to the list of packages to > be created. This package contains the openssl.cnf file > which is used by both the openssl executable in the > openssl package and the libcrypto library.