Commit Graph

741 Commits

Author SHA1 Message Date
Martin JaMa Jansa c0ac88e928 dfu-util: add version 0.4
* return dfu-util_static, as static binary is more usefull from deploy dir
  I've tried to build static version with libtool, but in the end this
  is easier and someone can use both shared/static version
* Thanks to GNUtoo for initial recipes
  http://shr-project.org/trac/ticket/1465
* move usbpath dependency to dfu-util_0.1

Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-14 13:18:27 +02:00
Martin Jansa 7ceff4d2e0 gobject-introspection_git: add glib-2.0-native to native DEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-14 13:18:04 +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
Koen Kooi 13fb21d155 bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core updates
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-12 09:32:04 +02:00
Andreas Müller 187c1c9bb8 thunar: Fix segfault in case no icon-theme is selected/installed
The patch was sent to xfce bug list [1]. As long as it not applied, make
thunar work for us.

[1] https://bugzilla.xfce.org/show_bug.cgi?id=7880

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-12 08:20:06 +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 4e080a861d bluez4: update to 4.96
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 20:43:18 +02:00
Philip Balister 86cae88a56 gnuradio : Bump SRCREV to current version. Fix packaging warning.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 15:49:20 +02:00
Koen Kooi 36343c8e33 cherokee: import from OE .dev and clean up
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 09:32:04 +02:00
Koen Kooi 61e4b696de libav git: import from OE .dev and clean up
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-11 09:25:23 +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
Martin Jansa d89b0399be webkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET
* ARM_INSTRUCTION_SET != "thumb" is enough but better to unify with
  other recipes in case someone does ARM_INSTRUCTION_SET == "arm" later

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-08 11:55:08 +02:00
Khem Raj b435cc98b3 systemd: inherit perlnative
otherwise intltool fails to find XML parser module
as it uses perl from build host

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-08 10:51:52 +02:00
Khem Raj e7573fb3c7 systemd: Link with librt explicitly on uclibc
Latest systemd has started to use mq_* functions
which are found on librt in uclibc.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-06 10:33:46 +02:00
Bruce Ashfield 3d96cb8778 kernel: copy defconfig to {B} vs {S}
For kernel's that use a split source/object build the copy
of defconfig to {S} in the base kernel class is problematic.
The previous solution for this was to override the do_configure
of the base kernel class in a subclass. While this is still
a viable/valid option, it does mean that changes to the base
do_configure will be missed.

The solution to this is to copy a defconfig to {B} which is
typically the same as {S}, so most kernel recipes won't see or
care about this change.

With this change in place, linux-yocto.bbclass can drop its
override of do_configure.

Tested with linux-yocto and oe linux recipes.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-05 19:49:59 +02:00
Nitin A Kamble 3df1853e1e kernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables
KERNEL_LD was using ${LD} in it's definition, which is not correct for
different ABIs such as x32 or i386 on x86_64 machine. This brings it
into sync with the corresponding gcc settings, likewise the same with
the KERNEL_AR variable.

[RP: Updated commit message]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-05 19:49:59 +02:00
Noor, Ahsan d375bad5c8 kernel.bbcalss: Added do_savedefconfig task.
* Added do_savedefconfig task to kernel.bbclass.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-05 19:49:59 +02:00
Noor, Ahsan ed1d905054 kernel,cml1.bbclass: Move menuconfig to cml1
* The menuconfig target exists in places other than the kernel that use kernel style config.

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-05 19:49:59 +02:00
Andreas Mueller cc7dcd22b4 task-xfce-base: Add initial recipe adding all recipes required for xfce desktop 2011-08-05 19:49:59 +02:00
Andreas Mueller 905998fa79 xfce-terminal: Add initial recipe with version 0.4.8 2011-08-05 19:49:59 +02:00
Andreas Mueller 92233bfb12 gtk-xfce-engine: Add initial recipe with version 2.8.1 2011-08-05 19:49:58 +02:00
Andreas Mueller 5cd47b85f0 xfdesktop: Add initial recipe with version 4.8.2 2011-08-05 19:49:58 +02:00
Andreas Mueller 59a7546008 thunar: Add initial recipe with version 1.2.2
* thunar crashes silently but since it is required by xfdesktop this patch is
  send out
2011-08-05 19:49:58 +02:00
Andreas Mueller 545903e3f3 xfce4-settings: Add initial recipe with version 4.8.2 2011-08-05 19:49:58 +02:00
Andreas Mueller 336dbe95b8 xfwm4: Add initial recipe with version 4.8.1
* xfwm4 must be started once manually to work
2011-08-05 19:49:58 +02:00
Andreas Mueller 88c2a098d2 xfce4-appfinder: Add initial recipe with version 4.8.0 2011-08-05 19:49:58 +02:00
Andreas Mueller b03f5e0eaf xfce4-session: Add initial recipe with version 4.8.1 2011-08-05 19:49:58 +02:00
Andreas Mueller 444901da61 xfce4-panel: Add initial recipe with version 4.8.5 2011-08-05 19:49:58 +02:00
Andreas Mueller 68b9b715d1 xfce-utils: Add initial recipe with version 4.8.2 2011-08-05 19:49:58 +02:00
Andreas Mueller 3778a9e3dc libxfce4ui: Add initial recipe with version 4.8.0 2011-08-05 19:49:58 +02:00
Andreas Mueller 79bb21b447 xfconf: Add initial recipe with version 4.8.0 2011-08-05 19:49:58 +02:00
Andreas Mueller f539027f6a exo: Add initial recipe with version 0.6.2
* python bindings removed here (will be moved to pyxfce mainline [1])
* TBD: gnomemount replacement on postinst [2]

[1] http://comments.gmane.org/gmane.comp.desktop.xfce.devel.version4/19560
[2] http://wiki.xfce.org/gnomemount-replacement
2011-08-05 19:49:58 +02:00
Andreas Mueller 3fe0ebd466 garcon: Add initial recipe with version 0.1.8 2011-08-05 19:49:58 +02:00
Andreas Mueller c8f704b023 libxfce4util: Add initial recipe with version 4.8.1 2011-08-05 19:49:58 +02:00
Andreas Mueller ddf64c08c1 xfce4-dev-tools: Add initial recipe with version 4.8.0 2011-08-05 19:49:58 +02:00
Andreas Mueller c2004f5eca xfce.bbclass: A class for xfce-global settings 2011-08-05 19:49:58 +02:00
Andreas Mueller cdcac78a2b meta-xfce: Add layer information 2011-08-05 19:49:58 +02:00
Andreas Mueller e788644937 meta-xfce: Add README with maintenance informations 2011-08-05 19:49:57 +02:00
Koen Kooi 7e6f0f24aa systemd: update to v33-3
Adding the docbook deps removes the need for the xml removal patch

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-05 19:49:57 +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
Khem Raj 7a2b0458f9 systemd: Refresh format-replace-m-uclibc.patch
This patch needed refresh against latest systemd sources

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-03 12:20:37 +02:00
Koen Kooi 4a8dece451 uhd: update to 3.2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 21:43:27 +02: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
Koen Kooi 83f4dd214f uhd-firmare: update to 3.2.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 21:43:19 +02:00
Andreas Müller 31718e486d iceauth: Import 1.0.4 from oe.dev
The patch was imported from the OpenEmbedded git server
(git://github.com/openembedded/openembedded.git) as of commit id
033af22d565adabc05303f88e76e31e7d239756c.

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 10:31:11 +02:00
Koen Kooi 40e2732744 udev: update to 173
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-08-02 10:31:11 +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
Koen Kooi 0aa9586cb3 systemd: update to v32
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-29 21:05:32 +02:00
Tom Rini 966b46ed92 rp-pppoe: Resync the 3.8 recipe with oe.dev and cleanup patches
- Update HOMEPAGE (from oe.dev)
- Bump PR to match oe.dev (will sync the next bits back over)
- Add Upstream-Status to all patches and a description to the ones
  missing descriptions.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-07-28 19:37:26 +02:00
Koen Kooi 117fb53bfe libcgroup: update to 0.37.1
Also fix PAM support
2011-07-28 11:05:09 +02:00