scm/bb/tizen-distro.git
9 years agolibxcb 1.7: turn into bbappend
Koen Kooi [Mon, 15 Aug 2011 14:40:14 +0000 (16:40 +0200)]
libxcb 1.7: turn into bbappend

(From meta-openembedded rev: ceb4a1deaabe81e0acaf9dd179d08736f598203e)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxcp-proto 1.6: turn into bbappend to get python fixes
Koen Kooi [Mon, 15 Aug 2011 14:36:50 +0000 (16:36 +0200)]
xcp-proto 1.6: turn into bbappend to get python fixes

(From meta-openembedded rev: 7a93438197bb193c34530a4e4cdce6cd946244cb)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenssl-1.0.0: Add recipes for openssl_1.0.0d
Khem Raj [Sat, 13 Aug 2011 23:47:16 +0000 (23:47 +0000)]
openssl-1.0.0: Add recipes for openssl_1.0.0d

Delete 1.0.0c recipes
Add patches from debian
Remove recipes for openssl-native use BBCLASSEXTEND instead
Drop libdeps-first.patch it would not let openssl-native build on ubuntu 11.10
Delete debian.patch, all changes in it are now provided by patches under debian dir

(From meta-openembedded rev: 11e4aa26d7c23ed1e53730c2a3d3c4a2833b7f87)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoocf-linux: extend to provide native and nativesdk recipes
Khem Raj [Sat, 13 Aug 2011 23:47:15 +0000 (23:47 +0000)]
ocf-linux: extend to provide native and nativesdk recipes

(From meta-openembedded rev: da03cdcabe3e2169128c499c814e7cc909b7d20c)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-screenshooter: Add initial recipe with version 1.8.0
Andreas Müller [Sun, 14 Aug 2011 01:13:35 +0000 (01:13 +0000)]
xfce4-screenshooter: Add initial recipe with version 1.8.0

Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
(From meta-openembedded rev: 99bb5f584c61c6d54b2d1385e41c11387a36c97e)

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agodfu-util: add version 0.4
Martin JaMa Jansa [Thu, 11 Aug 2011 11:18:11 +0000 (13:18 +0200)]
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

(From meta-openembedded rev: c0ac88e9283c061932592e64237cf1b41b3d7468)

Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogobject-introspection_git: add glib-2.0-native to native DEPENDS
Martin Jansa [Thu, 28 Jul 2011 13:04:59 +0000 (15:04 +0200)]
gobject-introspection_git: add glib-2.0-native to native DEPENDS

(From meta-openembedded rev: 7ceff4d2e065685a6735b3bf72241eefebe0768b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64
Denys Dmytriyenko [Fri, 12 Aug 2011 14:50:26 +0000 (14:50 +0000)]
gcc-4.5: update 64bithack.patch to skip changing GLIBC_DYNAMIC_LINKER64

GLIBC_DYNAMIC_LINKER* is now updated by do_headerfix() from oe-core

(From meta-openembedded rev: 77355ade866f8cee7f12a3f4fbcd2181a516efc0)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobluez4 4.96: import needed files from OE-core to avoid breakage on OE-core updates
Koen Kooi [Fri, 12 Aug 2011 07:32:04 +0000 (09:32 +0200)]
bluez4 4.96: import needed files from OE-core to avoid breakage on OE-core updates

(From meta-openembedded rev: 13fb21d155892b48b518c870e5ee23f9b81e3ee7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agothunar: Fix segfault in case no icon-theme is selected/installed
Andreas Müller [Fri, 12 Aug 2011 06:21:22 +0000 (06:21 +0000)]
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

(From meta-openembedded rev: 187c1c9bb8679bb07636730e01b9c3c4c5ed9cdf)

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc: append PR to S to match oe-core and fix do_headerfix
Denys Dmytriyenko [Fri, 12 Aug 2011 05:09:58 +0000 (01:09 -0400)]
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

(From meta-openembedded rev: 1eaf2af7ee24e009dc48721b77f022c7404644a7)

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobluez4: update to 4.96
Koen Kooi [Thu, 11 Aug 2011 18:43:18 +0000 (20:43 +0200)]
bluez4: update to 4.96

(From meta-openembedded rev: 4e080a861db4880daea8d50e5dc59a46a07d3460)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognuradio : Bump SRCREV to current version. Fix packaging warning.
Philip Balister [Thu, 11 Aug 2011 13:49:20 +0000 (15:49 +0200)]
gnuradio : Bump SRCREV to current version. Fix packaging warning.

(From meta-openembedded rev: 86cae88a56229107279a6d3c1592df5065f74331)

Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agocherokee: import from OE .dev and clean up
Koen Kooi [Thu, 11 Aug 2011 07:32:04 +0000 (09:32 +0200)]
cherokee: import from OE .dev and clean up

(From meta-openembedded rev: 36343c8e3395d7a845848b0f1f7ba2b1c4a839c1)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibav git: import from OE .dev and clean up
Koen Kooi [Thu, 11 Aug 2011 07:19:46 +0000 (09:19 +0200)]
libav git: import from OE .dev and clean up

(From meta-openembedded rev: 61e4b696de080545e6ffe80d28a9c6ef8990695a)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc: Various fixups to ensure consistent gcc builds
Koen Kooi [Tue, 9 Aug 2011 18:05:48 +0000 (20:05 +0200)]
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.

(From meta-openembedded rev: ba454ab1804af1f6771f58f9d46a1837879b29fc)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agowebkit-efl: inherit perlnative and s/ARM/arm/g in ARM_INSTRUCTION_SET
Martin Jansa [Mon, 8 Aug 2011 17:45:32 +0000 (17:45 +0000)]
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

(From meta-openembedded rev: d89b0399bed53b1fe3189f2f19a2414121b95ec0)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: inherit perlnative
Khem Raj [Mon, 8 Aug 2011 14:18:06 +0000 (14:18 +0000)]
systemd: inherit perlnative

otherwise intltool fails to find XML parser module
as it uses perl from build host

(From meta-openembedded rev: b435cc98b3027705deeec3b92d17738a70492803)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: Link with librt explicitly on uclibc
Khem Raj [Sat, 6 Aug 2011 04:00:18 +0000 (04:00 +0000)]
systemd: Link with librt explicitly on uclibc

Latest systemd has started to use mq_* functions
which are found on librt in uclibc.

(From meta-openembedded rev: e7573fb3c7a3e7e8ef0aae5acfd875fd133bf070)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel: copy defconfig to {B} vs {S}
Bruce Ashfield [Fri, 5 Aug 2011 17:49:00 +0000 (19:49 +0200)]
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.

(From meta-openembedded rev: 3d96cb8778d347d070d32c390f113cb36e4587c9)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel,module-base.bbclass: Improve KERNEL_LD & KERNEL_AR variables
Nitin A Kamble [Tue, 2 Aug 2011 20:44:44 +0000 (13:44 -0700)]
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]
(From meta-openembedded rev: 3df1853e1e662e377af332841c3790d7052f5aa3)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbcalss: Added do_savedefconfig task.
Noor, Ahsan [Tue, 2 Aug 2011 12:30:18 +0000 (17:30 +0500)]
kernel.bbcalss: Added do_savedefconfig task.

* Added do_savedefconfig task to kernel.bbclass.

(From meta-openembedded rev: d375bad5c81a8e67fda0f21ba82f6b48659f05fe)

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel,cml1.bbclass: Move menuconfig to cml1
Noor, Ahsan [Fri, 29 Jul 2011 12:24:50 +0000 (17:24 +0500)]
kernel,cml1.bbclass: Move menuconfig to cml1

* The menuconfig target exists in places other than the kernel that use kernel style config.

(From meta-openembedded rev: ed1d90505459c55c91f6dcf2525774c11c674d22)

Signed-off-by: Noor, Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotask-xfce-base: Add initial recipe adding all recipes required for xfce desktop
Andreas Mueller [Mon, 1 Aug 2011 19:56:47 +0000 (21:56 +0200)]
task-xfce-base: Add initial recipe adding all recipes required for xfce desktop

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce-terminal: Add initial recipe with version 0.4.8
Andreas Mueller [Mon, 1 Aug 2011 19:54:45 +0000 (21:54 +0200)]
xfce-terminal: Add initial recipe with version 0.4.8

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogtk-xfce-engine: Add initial recipe with version 2.8.1
Andreas Mueller [Mon, 1 Aug 2011 15:54:53 +0000 (17:54 +0200)]
gtk-xfce-engine: Add initial recipe with version 2.8.1

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfdesktop: Add initial recipe with version 4.8.2
Andreas Mueller [Mon, 1 Aug 2011 15:52:15 +0000 (17:52 +0200)]
xfdesktop: Add initial recipe with version 4.8.2

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agothunar: Add initial recipe with version 1.2.2
Andreas Mueller [Mon, 1 Aug 2011 15:48:16 +0000 (17:48 +0200)]
thunar: Add initial recipe with version 1.2.2

* thunar crashes silently but since it is required by xfdesktop this patch is
  send out

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-settings: Add initial recipe with version 4.8.2
Andreas Mueller [Mon, 1 Aug 2011 15:46:26 +0000 (17:46 +0200)]
xfce4-settings: Add initial recipe with version 4.8.2

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfwm4: Add initial recipe with version 4.8.1
Andreas Mueller [Mon, 1 Aug 2011 15:43:34 +0000 (17:43 +0200)]
xfwm4: Add initial recipe with version 4.8.1

* xfwm4 must be started once manually to work

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-appfinder: Add initial recipe with version 4.8.0
Andreas Mueller [Mon, 1 Aug 2011 15:41:09 +0000 (17:41 +0200)]
xfce4-appfinder: Add initial recipe with version 4.8.0

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-session: Add initial recipe with version 4.8.1
Andreas Mueller [Mon, 1 Aug 2011 15:36:47 +0000 (17:36 +0200)]
xfce4-session: Add initial recipe with version 4.8.1

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-panel: Add initial recipe with version 4.8.5
Andreas Mueller [Mon, 1 Aug 2011 15:30:55 +0000 (17:30 +0200)]
xfce4-panel: Add initial recipe with version 4.8.5

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce-utils: Add initial recipe with version 4.8.2
Andreas Mueller [Mon, 1 Aug 2011 15:29:22 +0000 (17:29 +0200)]
xfce-utils: Add initial recipe with version 4.8.2

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxfce4ui: Add initial recipe with version 4.8.0
Andreas Mueller [Mon, 1 Aug 2011 15:26:33 +0000 (17:26 +0200)]
libxfce4ui: Add initial recipe with version 4.8.0

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfconf: Add initial recipe with version 4.8.0
Andreas Mueller [Mon, 1 Aug 2011 15:24:13 +0000 (17:24 +0200)]
xfconf: Add initial recipe with version 4.8.0

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoexo: Add initial recipe with version 0.6.2
Andreas Mueller [Mon, 1 Aug 2011 15:16:29 +0000 (17:16 +0200)]
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

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogarcon: Add initial recipe with version 0.1.8
Andreas Mueller [Sun, 31 Jul 2011 17:29:08 +0000 (19:29 +0200)]
garcon: Add initial recipe with version 0.1.8

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibxfce4util: Add initial recipe with version 4.8.1
Andreas Mueller [Sun, 31 Jul 2011 17:27:18 +0000 (19:27 +0200)]
libxfce4util: Add initial recipe with version 4.8.1

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce4-dev-tools: Add initial recipe with version 4.8.0
Andreas Mueller [Sun, 31 Jul 2011 17:24:06 +0000 (19:24 +0200)]
xfce4-dev-tools: Add initial recipe with version 4.8.0

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxfce.bbclass: A class for xfce-global settings
Andreas Mueller [Sun, 31 Jul 2011 17:17:24 +0000 (19:17 +0200)]
xfce.bbclass: A class for xfce-global settings

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-xfce: Add layer information
Andreas Mueller [Sun, 31 Jul 2011 17:13:27 +0000 (19:13 +0200)]
meta-xfce: Add layer information

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agometa-xfce: Add README with maintenance informations
Andreas Mueller [Wed, 3 Aug 2011 15:11:22 +0000 (17:11 +0200)]
meta-xfce: Add README with maintenance informations

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: update to v33-3
Koen Kooi [Thu, 4 Aug 2011 17:21:50 +0000 (19:21 +0200)]
systemd: update to v33-3

Adding the docbook deps removes the need for the xml removal patch

(From meta-openembedded rev: 7e6f0f24aad7a79717f72a8373488566e1d8a61f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.6: Bring in linaro patches upto 07.2011 release
Khem Raj [Mon, 1 Aug 2011 20:35:25 +0000 (13:35 -0700)]
gcc-4.6: Bring in linaro patches upto 07.2011 release

(From meta-openembedded rev: 326ebbac11b7afe23ea0ca8e3a213f381712ff27)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: Refresh format-replace-m-uclibc.patch
Khem Raj [Wed, 3 Aug 2011 06:19:53 +0000 (06:19 +0000)]
systemd: Refresh format-replace-m-uclibc.patch

This patch needed refresh against latest systemd sources

(From meta-openembedded rev: 7a2b0458f934478995f4f15c083173af0e3c16af)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agouhd: update to 3.2.1
Koen Kooi [Tue, 2 Aug 2011 16:32:50 +0000 (18:32 +0200)]
uhd: update to 3.2.1

(From meta-openembedded rev: 4a8dece451c31bce1d6e7add0b5474c388df7749)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoorc: add 0.4.14
Koen Kooi [Tue, 2 Aug 2011 16:37:55 +0000 (18:37 +0200)]
orc: add 0.4.14

(From meta-openembedded rev: 042b5bd5444769108e208d8f9eb3645f414fb42f)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agouhd-firmare: update to 3.2.1
Koen Kooi [Tue, 2 Aug 2011 16:31:15 +0000 (18:31 +0200)]
uhd-firmare: update to 3.2.1

(From meta-openembedded rev: 83f4dd214f8f652512cec0033c3506013d845816)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoiceauth: Import 1.0.4 from oe.dev
Andreas Müller [Tue, 2 Aug 2011 15:09:08 +0000 (15:09 +0000)]
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.

(From meta-openembedded rev: 31718e486d71b136e4c685d0d5da273ce7e0977f)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoudev: update to 173
Koen Kooi [Mon, 1 Aug 2011 11:31:33 +0000 (13:31 +0200)]
udev: update to 173

(From meta-openembedded rev: 40e2732744406e1e7c7a59347a2003222b1b08e7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogcc-4.5: Bring latest upstream and linaro patches
Khem Raj [Sat, 30 Jul 2011 05:58:13 +0000 (05:58 +0000)]
gcc-4.5: Bring latest upstream and linaro patches

Build tested on angstrom-2010/console-image for all qemus + beagleboard
for both uclibc/eglibc

(From meta-openembedded rev: 7280929da603f17518d07a9cfd3820dc01b43904)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: update to v32
Koen Kooi [Fri, 29 Jul 2011 19:05:32 +0000 (21:05 +0200)]
systemd: update to v32

(From meta-openembedded rev: 0aa9586cb3654023de7996adcbade525ca70fe4b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorp-pppoe: Resync the 3.8 recipe with oe.dev and cleanup patches
Tom Rini [Thu, 28 Jul 2011 03:32:59 +0000 (03:32 +0000)]
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.

(From meta-openembedded rev: 966b46ed92b5f980823fa8efedfa97e2198c7733)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibcgroup: update to 0.37.1
Koen Kooi [Thu, 28 Jul 2011 09:05:09 +0000 (11:05 +0200)]
libcgroup: update to 0.37.1

Also fix PAM support

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agosystemd: update to v31 + 2 bugfixes
Koen Kooi [Thu, 28 Jul 2011 07:20:24 +0000 (09:20 +0200)]
systemd: update to v31 + 2 bugfixes

(From meta-openembedded rev: e74449cac02ff2b3e4bfd350443961062ec8abf8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agorp-pppoe: Port from oe.dev
Tom Rini [Wed, 27 Jul 2011 03:46:52 +0000 (03:46 +0000)]
rp-pppoe: Port from oe.dev

The difference between this and oe.dev are:
- Reset PR
- Add bitfields site variable to the endian site file
  This was wrong in oe.dev for BE (mips).
- Add LIC_FILES_CHKSUM

(From meta-openembedded rev: 77d31f8d3027f6ef96bff61da4bf22cf9618bf21)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxserver-nodm-init: add optional systemd support
Koen Kooi [Tue, 26 Jul 2011 11:19:11 +0000 (13:19 +0200)]
xserver-nodm-init: add optional systemd support

(From meta-openembedded rev: 4ad7ec43564fd7ab9c5d50dfcccd4a59308dbcb1)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe(fl).bbclass: don't override PACKAGES, but add to it
Koen Kooi [Tue, 26 Jul 2011 06:52:34 +0000 (08:52 +0200)]
e(fl).bbclass: don't override PACKAGES, but add to it

(From meta-openembedded rev: 3eb8da77f58396eb720c2cc8824ce54a769b3ff7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeeze: fix packaging
Koen Kooi [Tue, 26 Jul 2011 06:49:10 +0000 (08:49 +0200)]
eeze: fix packaging

(From meta-openembedded rev: cc77ff2ddb5d0319e842ff5f8d682ca9043dade5)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoeeze: add dependency on eet
Koen Kooi [Tue, 26 Jul 2011 06:44:40 +0000 (08:44 +0200)]
eeze: add dependency on eet

(From meta-openembedded rev: a3e37f1fcf05f3fcb6381e852ea41b762e980bd8)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoopenvpn: import from openembedded
Martin Jansa [Fri, 22 Jul 2011 15:17:54 +0000 (17:17 +0200)]
openvpn: import from openembedded

(From meta-openembedded rev: 73e0b9d1c2003c9ef5e7ac4aca06687469bb2161)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-base: bump EFL_SRCREV
Koen Kooi [Tue, 26 Jul 2011 06:20:12 +0000 (08:20 +0200)]
e-base: bump EFL_SRCREV

tested with angstrom/efl-nodm-image/qemuarm

(From meta-openembedded rev: 3fa3d6505e42de7300204f4efb47878eb7f8f682)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoefl: drop older recipes for efl 1.0.0 release, current e-wm EFL_SRCREV needs newer...
Martin Jansa [Mon, 25 Jul 2011 16:45:01 +0000 (18:45 +0200)]
efl: drop older recipes for efl 1.0.0 release, current e-wm EFL_SRCREV needs newer ecore

* we'll return recipes for release when there is 1.1.0 hopefully with e-wm relase

(From meta-openembedded rev: 254c568a97d680ed94fdbcedec14618469669462)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoemotion: add eeze to DEPENDS, it's needed since r61455
Martin Jansa [Fri, 22 Jul 2011 08:32:14 +0000 (10:32 +0200)]
emotion: add eeze to DEPENDS, it's needed since r61455

(From meta-openembedded rev: 657460c37b0b5ab7f3652f85ffacfb803dbdde88)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibiconv: Delete recipes
Khem Raj [Tue, 26 Jul 2011 09:00:14 +0000 (09:00 +0000)]
libiconv: Delete recipes

libiconv 1.13.1 is now merged into oe-core

(From meta-openembedded rev: c3a4d385a58a57243c978e56a20b8c989ee1c8be)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoplaces: fix build e-module: inherit gettext
Koen Kooi [Mon, 25 Jul 2011 19:31:05 +0000 (21:31 +0200)]
places: fix build e-module: inherit gettext

(From meta-openembedded rev: a588dae13446dcef43ca38ddf47b487f4cb58e97)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoevas: add new style GL config options
Koen Kooi [Mon, 25 Jul 2011 17:14:20 +0000 (19:14 +0200)]
evas: add new style GL config options

The config options changed recently, but we keep both to allow bisecting EFL_SRCREVs

(From meta-openembedded rev: c0629a1e6929b970009e2085f2570b6de666b923)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoembryo: add missing eina dependency
Koen Kooi [Mon, 25 Jul 2011 17:07:56 +0000 (19:07 +0200)]
embryo: add missing eina dependency

(From meta-openembedded rev: c02e435fee83f70214b7bb92c01744a1dd3b64d5)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-base: bump EFL_SRCREV
Martin Jansa [Fri, 22 Jul 2011 07:30:45 +0000 (09:30 +0200)]
e-base: bump EFL_SRCREV

(From meta-openembedded rev: 99b96032063ead5236f5da89097978ac7ac8fe8a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoe-wm svn: add missing eina dependency
Koen Kooi [Mon, 25 Jul 2011 15:05:10 +0000 (17:05 +0200)]
e-wm svn: add missing eina dependency

| checking for E_REMOTE... no
| configure: error: Package requirements (
|   ecore >= 1.0.999
|   ecore-ipc >= 1.0.999
|   eet >= 1.4.0
|   eina >= 1.0.999
| ) were not met:
|
| No package 'eina' found

(From meta-openembedded rev: 053034bb1e133fad64a991f5c7ee19ee705c5d6b)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoslim 1.3.2: fix build and packaging
Koen Kooi [Mon, 25 Jul 2011 10:12:32 +0000 (12:12 +0200)]
slim 1.3.2: fix build and packaging

(From meta-openembedded rev: a808e913c2f019d5b10b9af5efcc8eb245bc66f9)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agositeinfo bbclass: remove, it has been synced back to oe-core
Koen Kooi [Fri, 22 Jul 2011 16:58:55 +0000 (18:58 +0200)]
siteinfo bbclass: remove, it has been synced back to oe-core

(From meta-openembedded rev: fa1547f54bc5e4e06fc2cc314c1b0c5b785e2f33)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agognome-system-monitor: add 2.28.2
Koen Kooi [Fri, 22 Jul 2011 09:24:53 +0000 (11:24 +0200)]
gnome-system-monitor: add 2.28.2

(From meta-openembedded rev: 7127ec564fc69524d210f6ba81682c3847d71681)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgtop: add 2.28.2
Koen Kooi [Fri, 22 Jul 2011 09:02:26 +0000 (11:02 +0200)]
libgtop: add 2.28.2

(From meta-openembedded rev: ed7f9dc5e4c4668a99ab6e39edf583699d516eb9)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoxf86-video-glamo: bump SRCREV, remove upstream applied patch
Martin Jansa [Thu, 21 Jul 2011 15:39:29 +0000 (17:39 +0200)]
xf86-video-glamo: bump SRCREV, remove upstream applied patch

* remove mese-dri from RDEPENDS as we're now using kernel without DRM patch and it can fallback to sw rendering just fine

(From meta-openembedded rev: d0b66b5a1cc23e5054528c46fa640f1dc69cd346)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agofoxtrotgps: fix build with curl-7.21.8 and newer
Martin Jansa [Thu, 21 Jul 2011 15:39:44 +0000 (17:39 +0200)]
foxtrotgps: fix build with curl-7.21.8 and newer

(From meta-openembedded rev: 324de1646ac31c8a9f01c0004db85350b517224e)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotangogps: fix build with curl-7.21.8 and newer
Martin Jansa [Thu, 21 Jul 2011 12:42:42 +0000 (14:42 +0200)]
tangogps: fix build with curl-7.21.8 and newer

(From meta-openembedded rev: 017cb732d873c1c10eba5cd7d116522198f4b69b)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: remove if_alg.h test from configure
Martin Jansa [Thu, 21 Jul 2011 11:54:33 +0000 (13:54 +0200)]
connman: remove if_alg.h test from configure

* we're not building alg-test and if_alg.h needs newer linux-libc-headers than many distributions prefer now

(From meta-openembedded rev: 6d30a1f529038189a2f6e228066050d6b203baac)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agogconf: inherit perlnative
Martin Jansa [Wed, 20 Jul 2011 19:33:00 +0000 (21:33 +0200)]
gconf: 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

(From meta-openembedded rev: 059369b22fddb5e69536d37c29cb064c3d1372ae)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgnome-keyring: inherit perlnative
Martin Jansa [Wed, 20 Jul 2011 19:50:21 +0000 (21:50 +0200)]
libgnome-keyring: 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

(From meta-openembedded rev: aa8adfc55d71407fd5714589f424868554da228d)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovala-terminal: inherit perlnative
Martin Jansa [Wed, 20 Jul 2011 19:53:20 +0000 (21:53 +0200)]
vala-terminal: 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

(From meta-openembedded rev: b5aac68600a3f1da21485629123aecbd343f8492)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobluez4: add missing dependency usbpath
Martin Jansa [Wed, 20 Jul 2011 20:35:36 +0000 (22:35 +0200)]
bluez4: add missing dependency usbpath

(From meta-openembedded rev: ac8c3a3311b9faf98660845abbbe6a9a64320d98)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agotangogps: add misssing dependency bluez4
Martin Jansa [Wed, 20 Jul 2011 20:35:48 +0000 (22:35 +0200)]
tangogps: add misssing dependency bluez4

(From meta-openembedded rev: 640eaf12d802e8919558bebed12a4b2526c1ec05)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agopidgin: inherit perlnative
Martin Jansa [Wed, 20 Jul 2011 20:53:11 +0000 (22:53 +0200)]
pidgin: 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

(From meta-openembedded rev: c83400df78a0830b17a387d399590c78a7be11a7)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agovala-dbus-binding-tool: inherit perlnative
Martin Jansa [Wed, 20 Jul 2011 19:32:37 +0000 (21:32 +0200)]
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

(From meta-openembedded rev: d718b44b6ad40b06f43a332545003afa2a97da65)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobluez4: update to 4.95, fix packaging
Koen Kooi [Wed, 20 Jul 2011 14:42:05 +0000 (16:42 +0200)]
bluez4: update to 4.95, fix packaging

(From meta-openembedded rev: 5380267614a4baac22ebbc3df32b8ef2713cbbe9)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoconnman: update to 0.76
Koen Kooi [Wed, 20 Jul 2011 07:13:00 +0000 (09:13 +0200)]
connman: update to 0.76

The libnl patch isn't needed anymore, the wifi-scan util is gone

(From meta-openembedded rev: 037a063303d35c2fab8097d977aa5625c916c565)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agomercurial-native: Add 1.9 version
Tom Rini [Fri, 15 Jul 2011 18:15:10 +0000 (11:15 -0700)]
mercurial-native: Add 1.9 version

This is based on 91c14caa8819b08def8ea99e02949e49604c2e86 from oe.dev
with an update to 1.9.

(From meta-openembedded rev: ed90232e311fa36eabd3f51bbf6aaaf99a7d24e2)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoguile: Move 'configure-fix.patch' to guile-1.8.7 dir
Tom Rini [Mon, 18 Jul 2011 18:08:36 +0000 (11:08 -0700)]
guile: Move 'configure-fix.patch' to guile-1.8.7 dir

This patch is used by both native and target recipes.

(From meta-openembedded rev: 7121a25f004b621334074b3c32f2eca0c37a67a1)

Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgpg-error: switch over to a bbappend
Paul Eggleton [Fri, 15 Jul 2011 16:37:04 +0000 (17:37 +0100)]
libgpg-error: switch over to a bbappend

Updates meta-oe to libgpg-error 1.10.

(From meta-openembedded rev: f76c6c4cbef82098aedf583ac7f55f349844128a)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoatk: switch over to a bbappend
Paul Eggleton [Fri, 15 Jul 2011 16:26:35 +0000 (17:26 +0100)]
atk: switch over to a bbappend

Updates meta-oe to atk 1.32.0.

(From meta-openembedded rev: a65aa161fcc3b4dccf2a08103b92e7f9fb20225d)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agolibgcrypt: turn into a bbappend
Paul Eggleton [Fri, 15 Jul 2011 16:14:01 +0000 (17:14 +0100)]
libgcrypt: turn into a bbappend

The only meaningful difference was a BBCLASSEXTEND so move this to a
bbappend file.

(From meta-openembedded rev: 13b97ccfed2d246add125362517c565b743106dc)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoRemove meta-oe/patches/
Paul Eggleton [Fri, 15 Jul 2011 13:36:08 +0000 (14:36 +0100)]
Remove meta-oe/patches/

I suspect this should not have been committed.

(From meta-openembedded rev: aad62a5f3cc3a6e06d3b256ac7865a8f41ea7805)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass: sync with oe-core after recent initramfs merges
Koen Kooi [Fri, 15 Jul 2011 15:29:38 +0000 (17:29 +0200)]
kernel.bbclass: sync with oe-core after recent initramfs merges

(From meta-openembedded rev: b42f8cbcf1b66eb580abdd3c67b2e9ead1270580)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agobase/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happens...
Richard Purdie [Mon, 28 Mar 2011 23:53:57 +0000 (00:53 +0100)]
base/kernel/image.bbclass: Clean up do_deploy ordering to ensure it just happens before a build completes

(From meta-openembedded rev: 14609a197a8fb2c34818fe37ebc0272a0ec07095)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel: move menuconfig task after configure
Darren Hart [Wed, 29 Jun 2011 19:16:07 +0000 (12:16 -0700)]
kernel: move menuconfig task after configure

Fixes [YOCTO 1136]

linux-yocto adds some configure steps that are necessary to prepare the source
tree after the do_patch task. This causes a "-c menuconfig" to fail in a clean
build tree. Typical use of menuconfig should be to modify the config provided
by the recipe being built. It therefor makes sense for the menuconfig task to
come after the configure task. This also happens to fix the issue seen with the
linux-yocto kernel recipe.

(From meta-openembedded rev: 5196b842f73e9e36d315e6eb2441eeb63696da85)

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agokernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround
Phil Blundell [Thu, 7 Jul 2011 16:02:24 +0000 (17:02 +0100)]
kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround

(From meta-openembedded rev: ddeb1449313082536b903faee9621488cc62dfb0)

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoDrop PRIORITY variable
Paul Eggleton [Wed, 13 Jul 2011 18:02:45 +0000 (19:02 +0100)]
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)

(From meta-openembedded rev: 040f75eca217c79fed7b881589d9bb36358cffe1)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
9 years agoclasses: remove qt4e.bbclass
Paul Eggleton [Thu, 14 Jul 2011 23:25:10 +0000 (23:25 +0000)]
classes: remove qt4e.bbclass

The same version of this class is now in openembedded-core.

(From meta-openembedded rev: f8d19a8b02e1b4b7b0bbb8d49fa685ec65843b02)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>