Commit Graph

61 Commits

Author SHA1 Message Date
Otavio Salvador 45590e31f0 json-glib: drop specific recipe to use OpenEmbedded-Core
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-31 20:03:41 +02:00
Chris Larson 33bd83fa53 binutils: use TARGET_PREFIX for the convenience links
This ensures it works even if TARGET_PREFIX != ${TARGET_SYS}-

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-31 14:46:57 +02:00
Sebastian Krzyszkowiak dac513c144 ltrace: upgrade Debian patchset from -2 to -2.1
* because -2 is not fetchable anymore

Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-31 14:46:57 +02:00
Koen Kooi 888e2b64b6 tk 8.5.8: import from OE rev 5350bbef01b8979617e3d0fd38939f94f1fa5315
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 22:52:35 +02:00
Andrea Adami 3c0d5e4321 klibc: initial commit of version 1.5.24
* from org.openembedded.dev
* reworked in meta-smartphones/meta-zaurus

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 09:21:11 +02:00
Koen Kooi ffd6c31cb4 nodejs 0.4.2: import from OE rev e02237d7e46e60fbd9eb4a05a308e6adcf916ebb
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-17 09:21:10 +02:00
lumag 246b0b07f7 binutils-2.20.1: import several patches from Debian
Import several patches from Debian to improve --no-add-needed handling
vs. weak symbols and branching to weak symbols on arm.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-16 13:07:43 +02:00
Denys Dmytriyenko 77355ade86 gcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64
GLIBC_DYNAMIC_LINKER* is now updated by do_headerfix() from oe-core

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-12 13:57:11 +02:00
Denys Dmytriyenko 1eaf2af7ee gcc: append PR to S to match oe-core and fix do_headerfix
This fixes the gcc-cross-inital failure, as reported here:
http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/6150

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-12 08:11:26 +02:00
Koen Kooi ba454ab180 gcc: Various fixups to ensure consistent gcc builds
(ported from oe-core for consistency)

We ensure that:
* the shared work directory contains PR and ensure PR values are consistent across gcc builds
* the regexp to handle library directories is in a specific task and run once

This avoids breakage that was seen in incremental builds after commit
be1f70d68b6b75772ebab8bdff683ddd7c42b0cd in oe-core where the interpretor could
become corrupted. This was due to the sed expression corrupting
the source directory.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-10 13:15:13 +02:00
Khem Raj 326ebbac11 gcc-4.6: Bring in linaro patches upto 07.2011 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-08-03 09:07:27 -07:00
Koen Kooi 042b5bd544 orc: add 0.4.14
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 21:43:27 +02:00
Khem Raj 7280929da6 gcc-4.5: Bring latest upstream and linaro patches
Build tested on angstrom-2010/console-image for all qemus + beagleboard
for both uclibc/eglibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-30 10:44:50 +02:00
Martin Jansa d718b44b6a vala-dbus-binding-tool: inherit perlnative
* otherwise perl from host is used and if there isn't libxml-parser-perl
  installed on host it fails with:
  checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-21 08:23:53 +02:00
Tom Rini ed90232e31 mercurial-native: Add 1.9 version
This is based on 91c14caa8819b08def8ea99e02949e49604c2e86 from oe.dev
with an update to 1.9.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-07-19 09:25:55 +02:00
Paul Eggleton 040f75eca2 Drop PRIORITY variable
As discussed on the mailing list, this variable isn't useful and if wanted
would be better implemented by distros using pn-X overrides.

This patch executes:

find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d'

against the tree removing the references. Thanks to Phil Blundell for
the command.

(Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-14 16:49:27 +01:00
Khem Raj 7a8b1010e8 icon-naming-utils: Inherit perlnative
So we get the staged native perl to use

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-13 09:01:16 +02:00
Khem Raj 93ae2a606b icon-naming-utils: inherit allarch
This is a perl script which can be made into an all arch
package and avoid redundant duplicate builds

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-13 09:01:15 +02:00
Tom Rini 15c289f145 icon-naming-utils-native: Fix long path to perl in icon-name-mapping
This is imported from oe.dev

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-12 21:45:09 +02:00
Michael Lippautz 129a0cb2ce python-sqlalchemy: Add version 0.7.1 (initial recipe)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09 11:35:36 +02:00
Michael Lippautz 32626159e6 python-pyudev: Add version 0.11 (initial recipe)
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
2011-07-09 11:35:36 +02:00
Khem Raj 340cc366c7 gcc-4.5: Edit defaults.h in ${B} instead of ${S}, and t-oe in ${B}
This patches are from oe-core needed after shared sourcedir changes to
oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-02 22:40:22 +02:00
Koen Kooi 8a917caaa5 gcc 4.5: update to work with shared-work
http://cgit.openembedded.org/cgit.cgi/openembedded-core/commit/?id=934d38530c9a67562e53d4034aee5531f0f26750

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-01 11:10:33 +02:00
Khem Raj bb4ddc7ad4 gcc-common-4.6.inc: Set ARM_INSTRUCTION_SET to arm
Otherwise it will compile libgcc in thumb mode when thumb
mode is selected and libgcc in thumb mode does not work
well.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-28 08:57:01 +02:00
Khem Raj 4555a53c91 gcc-4.6: Change the bbappend to match oe-core changes
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-24 08:49:51 +02:00
Koen Kooi 6a9f3a15e4 swig: fix license checkums, delete old versions
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:25 +02:00
Koen Kooi 634e471d47 cppunit: add 1.21.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 20:41:25 +02:00
Koen Kooi 4c3feb6a4f libcc 4.5: inherit INC_PR from the main gcc includes
This fixes:

Not downgrading package libgcc1 on root from 4.5-r30.0+svnr168622 to 4.5-r0+svnr175127.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 11:01:24 +02:00
Khem Raj 7d954ed266 gcc-4.5: Upgrade to latest gcc-4_5-branch and linaro 4.5
Additionally fix ppc build break caused by linaro android config
patches.

Angstrom console-image built clean from scratch for arm ppc mips x86 x86_64

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-19 11:01:12 +02:00
Koen Kooi e7463a7b86 python-cheeta 2.4.4: add license checksum
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-17 16:10:28 +02:00
Koen Kooi 463e36bebd python-docutils 0.5: import from OE rev 58b79786c6
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-15 16:46:31 +02:00
Khem Raj 85d386210e gcc-4.6: Remove recipes
We already extend the 4.6.0 recipes from oe-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13 09:51:50 +02:00
Khem Raj 8052751332 Add bbappend files for gcc 4.6.0 from oe-core
The bbappends add patches for linaro so with this
we can enhance gcc 4.6.0 from oe-core and have patches
that are in meta-oe on top of it.

Add patches from for linaro 4.6

This obsoletes the need of having gcc 4.6
recipes in meta-oe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-13 09:51:40 +02:00
Koen Kooi 7b5f114972 icon-naming-utils: add BBCLASSEXTENDED version of 0.8.90
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-06-09 12:46:54 +02:00
Michael 'Mickey' Lauer d8846a9fde vala[-native]: 0.12.0 -> 0.12.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-06-08 08:31:34 +02:00
Martin Jansa 6136b9f754 gobject-introspection: move to recipes-gnome to match oe-core structure
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-06-02 21:07:27 +02:00
Martin Jansa 6f3ca440cb gobject-introspection: add newer git version compatible with glib-2.0_git
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-06-02 21:07:27 +02:00
Martin Jansa 3087fa5c4a ltrace: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-30 11:28:58 +02:00
Khem Raj 7f9dbc1600 gcc-4.6: Update with patches from gcc-4_6-branch and linaro 2011.05 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-28 09:36:14 +02:00
Khem Raj e9266b2eb7 gcc-4.6.inc: Always build runtime in ARM mode.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-25 08:43:05 +02:00
Martin Jansa 2893857e19 gdbus-binding-tool: bump SRCREV
* old version was failing to build after upgrading glib-2.0
* needs new python-argparse and libffi
* be aware that command line params changed as well as generated code,
  and this recipe will be deprecated as soon as we switch to glib-2.29.3
  or newer

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-10 13:57:34 +02:00
Martin Jansa 98d69cc39a python-argparse: add new recipe to provide argparse module for python and python-native older then 2.7
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-10 13:57:33 +02:00
Khem Raj aab3fe5401 gcc-4.6: Add recipes
In addition apply linaro improvements and backports from FSF gcc-4_6-branch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-10 08:53:49 +02:00
Martin Jansa 1325cc262c gcc-4.5: add checksums
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-02 11:10:30 +02:00
Martin Jansa 781e028dc5 gcc-4.5: drop comment from SRC_URI
* bitbake from poky doesn't like comments in variables and bitbake from oe doesn't work with AUTOREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-05-02 11:10:29 +02:00
Khem Raj 0d04214334 gcc: Upgrade to 4.5.3 and bring in latest linaro updates
We base now off release tarball of 4.5.3 instead of svn
Get relevant new arm linaro patches

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-30 21:44:25 +02:00
Martin Jansa 89500c583e recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
2011-04-10 14:43:41 +02:00
Khem Raj 3bffeeb183 gcc-4.5.inc: Compile gcc runtime stuff always in ARM mode for arm
Some distros e.g. SHR uses thumb1 for armv4t and armv5t
so we need to make sure that in such cases libgcc is compiled
in ARM mode

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Tested-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-08 08:44:33 +02:00
Khem Raj 740a50cb30 gcc-runtime_4.5.bb: Remove construct to filter -feliminate-dwarf2-dups
This option is no longer default in bitbake.conf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-31 19:36:46 -07:00
Khem Raj 0781931dc3 openssl-0.9.8m, binutils-2.20.1: Use linux-uclibceabi instead of uclibcgnueabi
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-31 19:36:46 -07:00