Paul Eggleton
10fa697e27
python-setuptools: remove
...
This is identical to the version now in OE-Core except for the
NATIVE_INSTALL_WORKS line and that variable is no longer used, so remove
this recipe.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-24 13:07:41 +01:00
Martin Jansa
aa26673c83
cloud9: use systemd_unitdir variable
...
* maybe we should move systemd_unitdir definition outside systemd.bbclass
because it's used in few more recipes which doesn't inherit systemd
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-02-23 16:46:32 +01:00
Martin Jansa
b9fbd254ba
vala: upgrade to newer vala from meta-smartphone/meta-fso layer
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-22 09:42:14 +01:00
Andrea Adami
25c2e973e0
meta-initramfs: import klibc recipe and bbclass from meta-oe
...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-22 09:40:24 +01:00
Martin Jansa
d5e7712217
gdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent to oe-core
...
* see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/017227.html
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-02-13 16:59:29 +01:00
Koen Kooi
aca7ed9d3f
gdb-cross-canadian: move bbappend to 7.4 to fix parsing, needs more attention after the weekend
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-03 17:42:22 +01:00
Koen Kooi
5e073def1a
cloud9: convert to systemd bbclass
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-02 19:21:28 +01:00
Koen Kooi
954681ee47
python-twisted: import from OE-classic
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-01 09:20:31 +01:00
Koen Kooi
3fe3f88ef0
python-zopeinterface: import from OE-classic
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-02-01 09:13:19 +01:00
Andrei Gherzan
a9e15d2584
In LICENSE "&&" should be replaced with "&" [forgot .inc files]
...
In this way meta-oe recipes will be parsed correctly in yocto.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-24 16:11:24 +01:00
Koen Kooi
3b42734676
node 0.6: update to 0.6.8
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-23 15:53:12 +01:00
Koen Kooi
3b80f538d9
python-imaging: fix #!/usr/local/bin/python problem
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-20 12:22:19 +01:00
Andrei Gherzan
3767262f9e
In LICENSE "&&" should be replaced with "&"
...
In this way meta-oe recipes will be parsed correctly in yocto.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-16 22:29:22 +01:00
Khem Raj
8413bf3c5d
gcc-4.6: Update linaro patches past 2012.12 release
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-10 21:43:59 +01:00
Khem Raj
f2179dabaa
gcc-4.6: Fix ICE on x86_64 seen during vectorization
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-10 21:43:57 +01:00
Koen Kooi
18266de7fc
nodejs-native: clarify dependencies to match updated oe-core parser
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-06 09:33:42 +01:00
Peter A. Bigot
62332b8522
python-pyusb: add recipe to support usb development in Python
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-05 10:14:21 +01:00
Eric BENARD
d3c1760a8f
gdb-cross-canadian: build gdb with python support
...
* python support is needed for providing finer scripting control
in gdb, and for remote controling gdb for example from qtcreator
* gdb/configure tries to autodetect python using python executable
with --includes --ldflags --exec-prefix to get the right flags
As it's difficult to achieve in OE's context, we generate a
script which will return the right values and make gdb's build
system happy. This idea was taken from the following article :
http://www.mentby.com/doug-evans-2/python-enabled-gdb-on-windows-and-relocation.html
* tested using angstrom & armv7/armv5 targets & qtcreator 201005 & 2.4.0
Signed-off-by: Eric Bénard <eric@eukrea.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-23 09:08:15 +01:00
Khem Raj
ac52f114fb
gcc-4.5: Update gxx headers patch
...
This patch now expects gxx-include-dir
to be specified under sysroot which we
already do through gcc-cross4.inc from
oe-core
Please test
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-21 20:34:38 +01:00
Koen Kooi
781ac7ac8b
python-tornada git: bump SRCREV for websocket API fix
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-19 13:37:53 +01:00
Koen Kooi
135a8f46ab
yajl: add 2.0.3
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-17 09:29:40 +01:00
Khem Raj
9e0a23fcb4
1/2] gcc-4.6: Delete the patch that is now applied in oe-core
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-07 13:02:55 +01:00
Khem Raj
a3aea9e69a
gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaro
...
backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings
once for all
Explicitly disable configuring with cloog/ppl while building gcc
if the user has it installed on build box then gcc's configure will try
to use it and it can go wrong and create problems since we never built
it so
Move to tip of FSF gcc-4_5-branch
brings in bug fixes
PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler
49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++
50788/x86/SSE 50691/pa 50875/x86/SSE
50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog
Merge fix for LP689887/linaro
https://bugs.launchpad.net/gcc-linaro/+bug/689887
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2011-12-05 18:55:51 -08:00
Khem Raj
2378ee8f21
gcc-4.6: Bring in latest linaro patches
...
I have tested it on angstrom by successfully building console-image
and systemd-gnome-image for all supported qemu targets.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2011-12-03 10:59:33 -08:00
Khem Raj
43c369606c
gcc-4.6: Delete linaro patch that has been committed upstream
...
gcc-4.6-linaro-r106723.patch is actually a fix for PR 47551
and its needed in oe-core therefore we have to delete this
here since now it will be part of oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-22 16:33:58 +01:00
Stefan Schmidt
86c42ab05a
nodejs: Update to latest 0.4x series release 0.4.12
...
Rename patch and update checksums accordingly.
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-16 13:35:47 +01:00
Koen Kooi
b2d8d42efd
python-imaging: add 1.1.7
...
Based on OE classic 1.1.6 recipe
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-15 13:19:04 +01:00
Koen Kooi
6032d213fa
nodejs: add 0.6.1
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-14 21:19:11 +01:00
Koen Kooi
a49c995b40
nodejs: update to 0.4.9
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-14 18:27:42 +01:00
Jason Kridner
5dc56d6dfe
cloud9: fixed loading of o3.node
...
Signed-off-by: Jason Kridner <jdk@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-10 08:53:57 +01:00
Jason Kridner
ae79e07160
cloud9: updated to latest version
...
Signed-off-by: Jason Kridner <jdk@ti.com >
Signed-off-by: Koen Kooi <k-kooi@ti.com >
2011-11-09 20:27:08 +01:00
Koen Kooi
e5d7b0b90c
nodejs 0.4.2: make npm and node-waf work
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-09 10:20:11 +01:00
Koen Kooi
37b7c23afc
cloud9: bump SRCREVs
...
This makes the builtin console work a bit better
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-07 15:42:23 +01:00
Koen Kooi
25bac0e4f4
cloud9: remove obsolete patch
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-06 07:22:00 +01:00
Koen Kooi
120753e743
php 5.3.6: import from OE classic
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-03 15:02:20 +01:00
Koen Kooi
b2bed436b4
libc-client: import from OE classic
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-03 14:11:22 +01:00
Koen Kooi
0996da43b2
lemon 3.5.4: import from OE classic
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-03 09:51:55 +01:00
Koen Kooi
b3d7efbc9a
cloud9: add avahi service file
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-02 19:10:55 +01:00
Koen Kooi
1e6a6f47d0
bootchart: add meego C only version
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-02 13:22:34 +01:00
Koen Kooi
e57d05be92
python-simplejson: import from OE classic and update to 2.2.1
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-02 13:00:03 +01:00
Koen Kooi
02147ad225
python-tornado: add patch to fix crasher
...
socket.gaierror: [Errno 3] invalid value for ai_flags.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-02 13:00:02 +01:00
Koen Kooi
409d197315
python-pyopenssl: import from OE classic, update to 0.13
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-11-02 11:06:10 +01:00
Martin Jansa
396550a39a
recipes: bump PR after python upgrade
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2011-11-01 09:57:03 +01:00
Koen Kooi
a8068cb238
cloud9 0.5.1: fix up node-o3-xml library location
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-10-24 11:36:55 +02:00
Jason Kridner
081dc53fb6
cloud9: build node-03-xml manually, waf is just too broken for crosscompilation
...
Also adjust packaging
Signed-off-by: Jason Kridner <jdk@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-10-22 09:15:12 +02:00
Jason Kridner
36423031ae
Cloud9: incremental submodule and build fixes
...
Signed-off-by: Jason Kridner <jdk@ti.com >
2011-10-21 14:57:30 +02:00
Khem Raj
0368dfd5d8
gcc-4.6: Remove the patches that are already applied via oe-core
...
Please apply after
http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/gcc-update
has been merged into oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-10-20 19:25:50 +02:00
Koen Kooi
3beeb8b355
nodejs: also package wafadmin
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-10-19 21:14:07 +02:00
Koen Kooi
59f9d80e83
cloud9 0.5.1: convert to fetch SRC_URI
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-10-19 14:48:02 +02:00
Koen Kooi
96e99ada49
python-tornado: add 2.1.1git
2011-10-17 16:22:56 +02:00