summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* yavta: add patch to enable streaming to stdoutKoen Kooi2012-06-252-2/+857
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: reorder and simplifyMartin Jansa2012-06-251-81/+71
| | | | | | | | * there was overlap from .inc and bb (e.g. do_configure/EXTRA_OECONF twice) * simplify SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: merge abiword-2.5.inc to abiword_2.8.6.bbMartin Jansa2012-06-252-68/+68
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* abiword: fix packaging after PACKAGES reorderMartin Jansa2012-06-252-2/+5
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: bump SRCREV and add patch from debian to fix build with gcc-4.7.1Martin Jansa2012-06-253-3/+81
| | | | | | | | | * COPYING was updated in http://navit.svn.sourceforge.net/viewvc/navit/trunk/navit/COPYING?r1=5023&r2=5022&pathrev=5023 just 2 more files listed in GPLv2, rest is in LGPL Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* navit: package whole ${datadir}/icons dirMartin Jansa2012-06-251-6/+2
| | | | | | | * no need to install icon and .desktop file manually, now it's done by autotools Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update bbappend to match oe-coreKoen Kooi2012-06-241-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: append to BBPATH instead of prepend so order of ↵Martin Jansa2012-06-211-3/+8
| | | | | | | | bblayers.conf is respected Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: add LEAD_SONAME to fix upgrade to 8dMartin Jansa2012-06-211-0/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-efl: upgrade recipes for new EFL bugfix release cycle 1.2.1Martin Jansa2012-06-2117-82/+82
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* edje: explicitly enable libsndfile for target recipeMartin Jansa2012-06-211-1/+6
| | | | | | | | * there is no native/nativesdk support in libsndfile so disable it fro native/nativesdk edje * Thanks to Koen for noticing that it's autodetected and sometimes leaks into feeds Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vala: update to 0.16.0 and restructure some stuff into vala.incSimon Busch2012-06-214-24/+13
| | | | | | | | | | * SRC_URI is now set initially to real upstream and not freesmartphone.org * reset PR and INC_PR * moved DEPENDS += "gtk+" to vala.inc Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: override gpsd.service to use GPS_DEVICES from /etc/default/gpsdDenis 'GNUtoo' Carikli2012-06-213-4/+16
| | | | | | | | | | | | | Without that fix gpsd starts without using the machine specific gps serial port. On some devices like the GTA04, not only that makes GPS not work, but that also prevent suspend because GPS has to be off in order for suspend to succeed(and the program powering off the GPS has to know if the GPS is on or off by using gpsd). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* linux-kexecboot: remove all, now we use linux-yocto-tiny-kexecbootAndrea Adami2012-06-204-173/+0
| | | | | | | | | * The linux-yocto-tiny-kexecboot recipe can be extended and support * more devices migrating the patches and renaming the defconfig as * done for Sharp Zaurus devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot: upgrade and move to git tag 0daa77Andrea Adami2012-06-203-6/+7
| | | | | | | | | | | | * new git repository on github * new LABEL separator * text-ui fallback * install /sys for upcoming ubifs detection * menu-bug fix * minor fixes Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kexecboot-cfg: update and use new LABEL separatorAndrea Adami2012-06-201-4/+3
| | | | | | | * previously the sections were separated by KERNEL string Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* initramfs-kexecboot images: install ubiattach for boot from UBI volumesAndrea Adami2012-06-202-2/+2
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-matplotlib : Add recipe for matplotlib 1.1.0.Dan McDougall2012-06-203-0/+94
| | | | | | | Adding python-matplotlib recipe. I'm sure many folks will find this useful. Signed-off-by: Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libopus: add libopus_0.9.14Radek Dostal2012-06-202-0/+26
| | | | | Signed-off-by: Radek Dostal <rd@radekdostal.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: pass KERNEL_VERSION to depmod calls in postinstMartin Jansa2012-06-201-2/+2
| | | | | | | | | | * without this, kernel upgrades where KERNEL_VERSION is changed e.g. 3.4.2 -> 3.4.3 generate .dep for running 3.4.2 and after reboot user ends up without any module loaded to make it worse after reboot nothing is upgraded to trigger another kernel(-module) postinst to generate .dep for now running 3.4.3 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rfkill: use update-alternativesSaul Wold2012-06-201-0/+8
| | | | | | | | | | | * Since oe-core added rfkill to busybox, this recipe needs to use u-a also. * MJ: added ALERNATIVE_LINK_NAME[rfkill] * MJ: increased ALTERNATIVE_PRIORITY (busybox also have 50) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: update 1.2.1 / use version 8d to follow oe-core libjpeg updateAndreas Müller2012-06-201-2/+2
| | | | | | | | without following oe-core's version PREFERRED_PROVIDER_jpeg does not work and libjpeg is build. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt4: Remove qt-4.7.4 recipes.Elvis Dowson2012-06-142-12/+0
| | | | | | | | | This commit removes the following recipes: qt4-embedded_4.7.4.bbappend qt4-x11-free_4.7.4.bbappend Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-xfce-extended: add panel plugins / applicationsAndreas Müller2012-06-081-1/+10
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* xfce4-mixer: initial add 4.8.0Andreas Müller2012-06-081-0/+14
| | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
* 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>