Andreas Müller
9e3aa71d42
xfce4-systemload-plugin: initial add 1.1.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:28:30 +02:00
Andreas Müller
638cf1042b
xfce4-genmon-plugin: update to 3.4.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:28:26 +02:00
Andreas Müller
7e00ca57e1
xfce4-clipman-plugin: update to 1.2.3
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:28:22 +02:00
Andreas Müller
4c699142d4
xfce4-cpugraph-plugin: update to 1.0.2
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:28:20 +02:00
Andreas Müller
459860b30a
xfce4-diskperf-plugin: update to 2.5.3
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:28:17 +02:00
Andreas Müller
f631cd137c
xfce4-datetime-plugin: update to latest git and unbreak build with xfce4-dev-tools 4.10.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:28:01 +02:00
Andreas Müller
92864ef3f3
xfce4-places-plugin: initial add 1.3.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:27:58 +02:00
Andreas Müller
69bacb323a
xfce4-wavelan-plugin: initial add 0.5.10
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:27:54 +02:00
Andreas Müller
7ba3e3d54b
xfce4-xkb-plugin 0.5.4.3 inital add
...
run tested on angstrom/overo
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:27:51 +02:00
Andreas Müller
3a2be1fb6b
xfce4-session: add consolekit to RDEPENDS
...
This error was hidden for years by my test image containing consolekit.
One result of missing consolekit are greyed 'Restart' and 'Shut Down' in XFCE's
logout-dialog and the log message:
** (xfce4-session:4125): WARNING **: 'CanStop' method failed : The name org.freedesktop.ConsoleKit was not provided by any .service files
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2012-06-08 14:27:48 +02:00
Andreas Oberritter
326d9f23bf
python: bump PR of packages after update of distutils.bbclass
...
* Bump every recipe inheriting distutils or setuptools and
not overriding do_install without calling distutils_do_install.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org >
2012-06-07 09:19:27 +02:00
Dan McDougall
41bb044d20
python-numpy : Correct difflib dependency.
...
The previous patch had python-diffutils when it should have been
python-difflib.
Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-07 09:15:34 +02:00
chase maupin
caebdafb40
libidl: Update LICENSE to contain actual version
...
* Updated the LICENSE field to contain the version of the LGPL
being used which is LGPLv2+
* Update the PR to reflect this license change
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:48:32 +02:00
Koen Kooi
c144932088
fb-test: add latest git version
...
This is a suite of utils to test the linux framebuffer and aid in debugging problems.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:48:10 +02:00
Andrea Adami
4ac3dd936d
klibc: release klibc 2.0
...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:56 +02:00
Andrea Adami
bb62247d60
ubi-utils-klibc: more patch-cleanings
...
* remove unnecessary patches after klibc upgrades
* bump PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:54 +02:00
Andrea Adami
0dbd716b73
klibc: update to git tag 49419d2df2018fff5ae6250cf55b16fa65bdc490
...
* still pre-2.0
* bump INC_PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:53 +02:00
Martin Jansa
21b85f3426
recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used without PN* suffix
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:52 +02:00
Andreas Müller
b52a74b7a2
systemd.bbclass: extract SYSTEMD_SERVICE properly
...
To set service files the following syntax is allowed:
SYSTEMD_SERVICE = <service_file>
or
SYSTEMD_SERVICE_{<systemd_package_name>} = <service_file>
A function get_package_var was introduced to handle all use-cases [1]
properly.
Build tested / buildhistory checks
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-May/039870.html
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Acked-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:50 +02:00
Andreas Müller
27e2e32869
systemd.bbclass: remove unused code
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:49 +02:00
Andreas Müller
44b20b0267
systemd-systemctl-native: Add additional messages for better debugging
...
These messages helped me to fix the breakage of networkmanager/systemd
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:48 +02:00
Otavio Salvador
0b87ade4ac
owfs: enable/disable modules to make build predicable
...
We enforce the avaiability of w1 kernel support and owfs filesystem
but disable Perl, Python and PHP buildings for now.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:47 +02:00
Otavio Salvador
aef86f6c6d
owfs: update to 2.8p15
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:46 +02:00
Dan McDougall
036eb62020
python-numpy: Fixed numpy dependencies.
...
Numpy was missing a number of dependencies in the .bb file without which it will
not work.
Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-05 10:46:45 +02:00
Martin Jansa
fb360b53a5
gcalctool: remove older version and drop 'patch=1'
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-01 09:26:11 +02:00
Andreas Müller
a87ce19719
gnome-settings-daemon: fix staticdev QA warnings
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-06-01 09:23:53 +02:00
Andrea Adami
5b6549cd03
ubi-utils-klibc: clean ubiformat patch
...
* fixes have been committed in klibc for stdio and the additional
* fflush is not necessary anymore (runtime tested pressing CTRL+D)
* bump PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-24 12:52:11 +02:00
Andrea Adami
f38bcd6105
klibc: upgrade to git tag c2c7f19
...
* include last patches of may 2012
* tracking upstream wrt forthcoming 2.0 release
* bump INC_PR
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-24 12:51:27 +02:00
Andrea Adami
3e8c748620
klibc.bbclass: use klcc as CPP
...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-24 12:46:43 +02:00
Koen Kooi
c35ad74e67
gateone: add config file
...
The config file changes some options to have a lower latency for key input
Based on https://github.com/liftoff/meta-oe/commit/9cb653845d7bb4416d2e8e6c5a09a54e08dd7578 by Dan McDougall
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-23 10:20:23 +02:00
Koen Kooi
cd4e06d924
gateone: update to 1.1
...
Sort RDEPENDS alphabetically as well.
Based on https://github.com/liftoff/meta-oe/commit/9cb653845d7bb4416d2e8e6c5a09a54e08dd7578 by Dan McDougall
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-23 10:08:11 +02:00
Koen Kooi
f6330ed09c
Revert "systemd.bbclass: drop postrm, use prerm instead"
...
This removed the $D check, which should stay
This reverts commit 637cb7e3d2 .
2012-05-21 14:07:25 +02:00
Koen Kooi
72ab8b0041
bootchart: update to v1.16
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-21 07:14:07 +02:00
Koen Kooi
0cd2c4690d
xbmc: update to HEAD of the release branch
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-19 09:51:55 +02:00
Koen Kooi
a45c5b7646
nodejs 0.6.18: fix patch name
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-18 22:31:49 +02:00
Otavio Salvador
2bf758cb02
nodejs: update to 0.6.18 and fix hardfloat detection
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-18 22:21:22 +02:00
Martin Jansa
b87c64f8b4
pidgin: fix missing quote in FILES_libgnt-dbg
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 14:17:21 +02:00
Martin Jansa
49dc49bd22
meta-systemd: fixup BBFILE_PATTERN override
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 11:11:29 +02:00
Andreas Oberritter
637cb7e3d2
systemd.bbclass: drop postrm, use prerm instead
...
* Calling "systemctl disable" from postrm is too late and
causes the following error:
| Failed to issue method call: No such file or directory
* Messing with $D is not needed in *rm scripts.
Signed-off-by: Andreas Oberritter <obi@opendreambox.org >
Acked-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 09:37:57 +02:00
Martin Jansa
08dbadf954
pidgin: explicitly disable nss
...
* sometimes it leaks from meta-chromium and breaks pidgin build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 09:37:23 +02:00
Martin Jansa
b34296ae22
libnl: upgrade to 3.2.9 and fix upgrade path
...
* COPYING change is only formal from
http://git.infradead.org/users/tgr/libnl.git/commitdiff/c857625be074a7b9ef6adbcdde986a0b23aae901
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 09:37:22 +02:00
Martin Jansa
b5abbdc04a
libnl: bump PE
...
* libnl-2 in oe-core has PE 1, so in order to have upgrade patch from libnl-2 to libnl-3 we need PE 1 here too
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 09:37:22 +02:00
Koen Kooi
86321c3173
meta-systemd: add layer
...
This is where the systemd related recipes and appends are going to live
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-17 09:30:42 +02:00
Koen Kooi
690a67b2d7
cloud9: add patch to make it use nodejs 0.6.x for executing scripts
...
This matches the default nodejs version in OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-16 08:11:17 +02:00
Koen Kooi
265fc0b62c
Merge branch 'kraj/remove-gcc-4.5' of git://git.openembedded.org/meta-openembedded-contrib
2012-05-16 07:33:29 +02:00
Andreas Müller
94fad3f0cb
gnome-system-monitor: make it build by aligning includes
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-16 07:32:47 +02:00
Andreas Müller
e478a7affa
florence: make it build by aligning includes
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-16 07:29:17 +02:00
Andreas Müller
29da3f431f
gvfs: fix build
...
Error message was:
| In file included from gvfsfusedaemon.c:44:0:
| /home/andreas/tmp/oe-core-eglibc/sysroots/overo/usr/include/glib-2.0/glib/gurifuncs.h:24:2: error: #error "Only <glib.h> can be included directly."
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-16 07:29:16 +02:00
Andrea Galbusera
984fa94e2b
libmodbus: ported recipe from classic and updated
...
* based on recipe by Radoslav Kolev which was in classic
* updated to latest released version 3.0.2
v2:
* drop git version of recipe
* drop no longer used PRIORITY
v3:
* drop PR = "r0"
Signed-off-by: Andrea Galbusera <gizero@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-16 07:29:15 +02:00
Koen Kooi
343487cdb5
cloud9: add patch to make it use nodejs 0.6.x for executing scripts
...
This matches the default nodejs version in OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-05-16 07:27:45 +02:00