summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gst-ffmpeg: add bbappend to make it use the external libavKoen Kooi2012-01-301-0/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev-180: switch from git checkout to release tarballMartin Jansa2012-01-301-6/+3
| | | | | | | | | | | | | | | * problem is with manpage generation, commit http://git.kernel.org/?p=linux/hotplug/udev.git;a=commit;h=6528a3938fe8727b99b210cf504a335d07c94c37 assumes that even without xstltproc we can install pregenerated manpages, but they are only in release tarball (e.g. src/udev.7) and without them, build system tries to regenerate and fails: /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/xsltproc -o src/udev.7 -nonet http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl src/udev.xml warning: failed to load external entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl cannot parse http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udev: add 180Koen Kooi2012-01-301-0/+89
| | | | | | | | | | * 'blkid' isn't needed anymore, since 176 udev links against libblkid * 'modprobe' and 'depmod' aren't needed anymore, udev now links against libkmod * The entire source including the license files were re-indented hence the LIC_FILES_CHKSUM changes Runtime tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ristretto: update to 0.3.4Andreas Müller2012-01-301-2/+2
| | | | | | | | * build tested from scratch * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-xfce-extended: add xfce4-genmon-pluginAndreas Müller2012-01-301-0/+3
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce4-genmon-plugin: initial add 3.3.1Andreas Müller2012-01-302-0/+161
| | | | | | | | * build tested from scratch * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* README: Changed email addressAndreas Müller2012-01-301-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: systemd drags in the (u)mount it needs on its own nowKoen Kooi2012-01-291-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: no external syslog needed for systemd v39Koen Kooi2012-01-281-2/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: don't depend on tasks/images to do the right thing with mountKoen Kooi2012-01-281-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch: update to 1.2.2Koen Kooi2012-01-283-4/+80
| | | | | | This is still using the tcl version of the dispatcher, the non-tcl version doesn't crosscompile :( Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* usb-modeswitch-data: update to 20120120Koen Kooi2012-01-281-8/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: add back openssh-sftp-server, sftp browsing of the target needs itKoen Kooi2012-01-271-3/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qt-4.8.0: enable sql features as in 4.7.4Eric Bénard2012-01-262-0/+12
| | | | | Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: fix CEC supportKoen Kooi2012-01-261-2/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcec: fix packagingKoen Kooi2012-01-261-0/+7
| | | | | | The kernel module and .so change are needed to make it actually work with the adapter. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: Forward port format-replace-m-uclibc.patchKhem Raj2012-01-261-66/+43
| | | | | | | | This patch was not applying and had to consider more fields this time. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: add missing dependencyKoen Kooi2012-01-251-1/+2
| | | | | | | | | | | | | | | | | | | | | | root@beagleboneA3-0457:~# systemctl status gateone.service gateone.service - GateOne daemon Loaded: loaded (/lib/systemd/system/gateone.service; enabled) Active: failed since Tue, 24 Jan 2012 19:44:10 +0000; 1h 2min ago Process: 102 ExecStart=/usr/bin/python gateone.py (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/gateone.service Jan 24 19:44:10 beagleboneA3-0457 python[102]: imported = __import__(plugin, None, None, ['']) Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/bookmarks.py", line 38, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: import html5lib Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/__init__.py", line 14, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: from html5parser import HTMLParser, parse, parseFragment Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/html5parser.py", line 25, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: from treebuilders import simpletree Jan 24 19:44:10 beagleboneA3-0457 python[102]: File "/var/lib/gateone/plugins/bookmarks/dependencies/html5lib/treebuilders/simpletree.py", line 3, in <module> Jan 24 19:44:10 beagleboneA3-0457 python[102]: from xml.sax.saxutils import escape Jan 24 19:44:10 beagleboneA3-0457 python[102]: ImportError: No module named xml.sax.saxutils Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gimp: replace --without-libwmf / --without-wmfAndreas Müller2012-01-251-1/+3
| | | | | | | accidently did not commit the latest (tested) changes Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: bump PR to rebuild against newer libavMartin Jansa2012-01-251-1/+1
| | | | | | * libav now produces libavformat53 instead of libavformat52 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: add recipes for efl sdkNicolas Aguirre2012-01-254-0/+53
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edbus: add ALLOW_EMPTYMartin Jansa2012-01-252-1/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: update to v39Koen Kooi2012-01-251-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput: remove, recipe is now in oe-coreAndrea Adami2012-01-251-8/+0
| | | | | | | * as per commit id 618da7f65d3f9e3a1a5ee0b35371ae036a219a9a Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* opencv: bump SRCREVKoen Kooi2012-01-242-5/+7
| | | | | | opencv doesn't work with libav, so make gstreamer the default Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gateone: bump SRCREVKoen Kooi2012-01-241-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&" [forgot .inc files]Andrei Gherzan2012-01-245-5/+5
| | | | | | | In this way meta-oe recipes will be parsed correctly in yocto. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gimp: initial add 2.6.11Andreas Müller2012-01-242-0/+174
| | | | | | | | | | | | * based on oe-classic [1]-[2] * build tested incremental & from scratch in angstrom environment * run tested on overo [1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gimp.inc [2] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gimp_2.6.8.bb Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: enable libusb and fix zeroconfKoen Kooi2012-01-242-2/+36
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: update SRCREV, add CEC and Airplay supportKoen Kooi2012-01-242-35/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: add 0.7.4, keep 0.6.5 for referenceKoen Kooi2012-01-243-2/+41
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav 0.6.5: reenable libavfilterKoen Kooi2012-01-241-1/+7
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcec: add 1.4.0Koen Kooi2012-01-241-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libplist: add 1.8Koen Kooi2012-01-241-0/+19
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: bump SRCREV to fix big-endian buildsKoen Kooi2012-01-241-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* pixman: update bbappend to 0.24.2 to match oe-coreKoen Kooi2012-01-242-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav: update to 0.6.5Koen Kooi2012-01-231-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* picocom: import from meta-smartphone/meta-shrMartin Jansa2012-01-231-0/+17
| | | | | | | * meta-smartphone/7f797c8e54dd4ec28d75269e80573f45069eebb4 * PR and PRIORITY fields dropped Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add systemd supportMartin Jansa2012-01-233-3/+37
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsoup-2.4: add unstable version 2.37.2 which is needed for newer webkit-eflMartin Jansa2012-01-231-0/+23
| | | | | | | | | | | * otherwise random runtime crashes can happen, see: https://lists.webkit.org/pipermail/webkit-efl/2011-December/000091.html * this recipe should be removed as soon as there is 2.38 or newer version in oe-core * newer libsoup-2.4 wasn't used because those depend also on unstable glib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+3: add gtk+-native dependencyMartin Jansa2012-01-231-1/+1
| | | | | | | | | | | | | | * it's needed to provide gtk-update-icon-cache --enable-gtk2-dependency implies external gtk-update-icon-cache AM_CONDITIONAL(USE_EXTERNAL_ICON_CACHE, [test x = xyes || test x = xyes]) unfortunately result of AC_PATH_PROG(GTK_UPDATE_ICON_CACHE, gtk-update-icon-cache, no) is not checked for no value before being used resulting in no --quiet --force --ignore-theme-index \ --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ mv gtkbuiltincache.h.tmp gtkbuiltincache.h /bin/sh: no: command not found Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gtk+: add native BBCLASSEXTENDMartin Jansa2012-01-231-0/+3
| | | | | | | * it's needed to provide gtk-update-icon-cache for gtk+3 build * RRECOMMENDS needs to be empty as we don't want liberation-fonts-native etc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* eve: bump SRCREV for compatibility with newer webkit-efl and deprecated elm APIsMartin Jansa2012-01-231-1/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: upgrade to 1.7.3Martin Jansa2012-01-232-7/+173
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxaw: bump PR to disable xmltoMartin Jansa2012-01-231-1/+1
| | | | | | | | | | | * meta-oe now provides xmlto-native http://git.openembedded.org/meta-openembedded/commit/?id=ab8f876ca8fa223c183e3db2029cce88f3435a27 but not the stylesheets for buildhosts without them it's unusable and fails, because xorg macros autodetecting xmlto available, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-December/037066.html after adding xmlto-native and stylesheets-native to DEPENDS we can enable it again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gegl: initial add 0.1.8Andreas Müller2012-01-231-0/+16
| | | | | | | | | based on oe-classic [1] [1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/gegl_git.bb Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* babl: initial add 0.1.6Andreas Müller2012-01-231-0/+13
| | | | | | | | | inspired by classic-oe [1] [1] http://cgit.openembedded.org/openembedded/tree/recipes/gimp/babl_git.bb Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Add missing librsvg dependency to abiword recipe.Peter Tworek2012-01-231-1/+1
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Add missing gobject-introspection-native dependency for upower.Peter Tworek2012-01-231-1/+1
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* node 0.6: update to 0.6.8Koen Kooi2012-01-231-4/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>