summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* xfce4-weather-plugin: Make it work for a while by using different license infoAndreas Müller2012-06-081-0/+11
| | | | | | | | | | | | Grabbed from [1] This is a inztermediate solution until next version hopefully will use another weather data supplier. There are proceedings ongoing [2]. [1] https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xfce4-weather-plugin [2] http://git.xfce.org/panel-plugins/xfce4-weather-plugin/log/ Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-embed-plugin: initial add 1.0.0Andreas Müller2012-06-081-0/+12
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-time-out-plugin: initial add 1.0.1Andreas Müller2012-06-081-0/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-systemload-plugin: initial add 1.1.0Andreas Müller2012-06-081-0/+11
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-genmon-plugin: update to 3.4.0Andreas Müller2012-06-082-153/+3
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-clipman-plugin: update to 1.2.3Andreas Müller2012-06-081-2/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-cpugraph-plugin: update to 1.0.2Andreas Müller2012-06-082-106/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-diskperf-plugin: update to 2.5.3Andreas Müller2012-06-082-146/+2
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-datetime-plugin: update to latest git and unbreak build with ↵Andreas Müller2012-06-083-2/+36
| | | | | | xfce4-dev-tools 4.10.0 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-places-plugin: initial add 1.3.0Andreas Müller2012-06-081-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-wavelan-plugin: initial add 0.5.10Andreas Müller2012-06-081-0/+9
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-xkb-plugin 0.5.4.3 inital addAndreas Müller2012-06-081-0/+14
| | | | | | run tested on angstrom/overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-session: add consolekit to RDEPENDSAndreas Müller2012-06-081-1/+2
| | | | | | | | | | | 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>
* python: bump PR of packages after update of distutils.bbclassAndreas Oberritter2012-06-0722-16/+22
| | | | | | | * 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>
* python-numpy : Correct difflib dependency.Dan McDougall2012-06-071-2/+2
| | | | | | | | 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>
* libidl: Update LICENSE to contain actual versionchase maupin2012-06-052-2/+2
| | | | | | | | | * 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>
* fb-test: add latest git versionKoen Kooi2012-06-051-0/+19
| | | | | | 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>
* klibc: release klibc 2.0Andrea Adami2012-06-0515-2/+2
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: more patch-cleaningsAndrea Adami2012-06-054-79/+16
| | | | | | | | * 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>
* klibc: update to git tag 49419d2df2018fff5ae6250cf55b16fa65bdc490Andrea Adami2012-06-051-2/+2
| | | | | | | | * 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>
* recipes: bump PR to fix -systemd postinsts where SYSTEMD_SERVICE was used ↵Martin Jansa2012-06-0514-9/+19
| | | | | | | | 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>
* systemd.bbclass: extract SYSTEMD_SERVICE properlyAndreas Müller2012-06-051-5/+9
| | | | | | | | | | | | | | | | | | | 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>
* systemd.bbclass: remove unused codeAndreas Müller2012-06-051-5/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: Add additional messages for better debuggingAndreas Müller2012-06-052-1/+6
| | | | | | | 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>
* owfs: enable/disable modules to make build predicableOtavio Salvador2012-06-051-0/+7
| | | | | | | | 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>
* owfs: update to 2.8p15Otavio Salvador2012-06-051-2/+2
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-numpy: Fixed numpy dependencies.Dan McDougall2012-06-051-0/+5
| | | | | | | | 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>
* gcalctool: remove older version and drop 'patch=1'Martin Jansa2012-06-012-14/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gnome-settings-daemon: fix staticdev QA warningsAndreas Müller2012-06-011-2/+4
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ubi-utils-klibc: clean ubiformat patchAndrea Adami2012-05-242-14/+4
| | | | | | | | | * 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>
* klibc: upgrade to git tag c2c7f19Andrea Adami2012-05-241-2/+2
| | | | | | | | | * 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>
* klibc.bbclass: use klcc as CPPAndrea Adami2012-05-241-0/+1
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add config fileKoen Kooi2012-05-232-1/+9
| | | | | | | | 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>
* gateone: update to 1.1Koen Kooi2012-05-231-20/+25
| | | | | | | | 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>
* Revert "systemd.bbclass: drop postrm, use prerm instead"Koen Kooi2012-05-211-2/+13
| | | | | | This removed the $D check, which should stay This reverts commit 637cb7e3d2cfdc74d239a4257e6f3477aa17da4e.
* bootchart: update to v1.16Koen Kooi2012-05-213-5/+99
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update to HEAD of the release branchKoen Kooi2012-05-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs 0.6.18: fix patch nameKoen Kooi2012-05-181-1/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs: update to 0.6.18 and fix hardfloat detectionOtavio Salvador2012-05-182-5/+29
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pidgin: fix missing quote in FILES_libgnt-dbgMartin Jansa2012-05-171-2/+2
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-systemd: fixup BBFILE_PATTERN overrideMartin Jansa2012-05-171-1/+1
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd.bbclass: drop postrm, use prerm insteadAndreas Oberritter2012-05-171-13/+2
| | | | | | | | | | | | | * 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>
* pidgin: explicitly disable nssMartin Jansa2012-05-171-1/+2
| | | | | | | * 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>
* libnl: upgrade to 3.2.9 and fix upgrade pathMartin Jansa2012-05-171-5/+9
| | | | | | | | * 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>
* libnl: bump PEMartin Jansa2012-05-171-0/+2
| | | | | | | * 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>
* meta-systemd: add layerKoen Kooi2012-05-172-0/+48
| | | | | | This is where the systemd related recipes and appends are going to live Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: add patch to make it use nodejs 0.6.x for executing scriptsKoen Kooi2012-05-161-1/+1
| | | | | | This matches the default nodejs version in OE Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Merge branch 'kraj/remove-gcc-4.5' of ↵Koen Kooi2012-05-16280-155161/+0
|\ | | | | | | git://git.openembedded.org/meta-openembedded-contrib
| * gcc-4.5: RemoveKhem Raj2012-05-15242-122182/+0
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
| * binutils-2.20: RemoveKhem Raj2012-05-1525-32560/+0
| | | | | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>