summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* meta-initramfs: add kexec-tools-klibc from meta-oeAndrea Adami2012-02-226-287/+0
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* meta-initramfs: import klibc recipe and bbclass from meta-oeAndrea Adami2012-02-2216-2861/+0
| | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: create /etc/default on do_installAndreas Oberritter2012-02-201-0/+1
| | | | | | | | | | | * Currently, it's blindly assumed that /etc/default exists, when busybox-syslog gets copied into it. This only works by chance and only if CONFIG_HWCLOCK=y is set. 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>
* farsight2: Fix QA warning about non staticdev containing .a files.Peter Tworek2012-02-201-2/+3
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnice: Fix QA warning about non staticdev containing .a files.Peter Tworek2012-02-201-2/+3
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openbox: add 3.4.11.2Otavio Salvador2012-02-204-0/+2890
| | | | | | | This version inclues O.S. Systems' internal tree fixes and a sync against 3.4-working branch. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* net-snmp: move static libs onto ${PN}-staticdevOtavio Salvador2012-02-201-4/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* net-snmp: use netlink supportOtavio Salvador2012-02-203-3/+73
| | | | | | | To properly compile with netlink we added a patch that ports the netlink use to libnl-3 API. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* net-snmp: sync with 5.7 maintainence branchOtavio Salvador2012-02-202-1/+20000
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* polkit: depends on systemdOtavio Salvador2012-02-201-0/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* udisks: explicitly depends on systemdOtavio Salvador2012-02-201-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Revert "systemd.bbclass: depends on systemd"Otavio Salvador2012-02-201-1/+1
| | | | This reverts commit c029d4a268de1ac7076fbeb9e337e96fdb1b226d.
* imagemagick: upgrade to 6.7.5 because 6.4.4 is not compatible with ↵Martin Jansa2012-02-153-8/+28
| | | | | | | | | | | | | | | | zlib-1.2.6 we have now * for zlib-1.2.6 issue see: http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=20267 * dist-lzip removed because it's not supported in our automake yet * xml is explicity disabled, wasn't enabled before and if autodetected then fails (see comment above EXTRA_OECONF). * LIC_FILES_CHKSUM updated, only formal changes AFAIK see: http://trac.imagemagick.org/log/ImageMagick/trunk/LICENSE for details * empty dirs coders and filters added to PN to fix QA warning Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gdb-cross-canadian: drop .bbappned, doesn't work for me, fixed version sent ↵Martin Jansa2012-02-131-20/+0
| | | | | | | | to oe-core * see http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/017227.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-1319-9/+29
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgcrypt: drop .bbappend, native is now provided by oe-coreMartin Jansa2012-02-131-2/+0
| | | | | | * see oe-core 796b06e7bd4c336a5d256d54d1d16a1a9058144c Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: move to v40 and don't kill user processes on exitKoen Kooi2012-02-073-6/+38
| | | | | | | This fixes screen and tmux persistency issues. Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dhcp: use PRINCOtavio Salvador2012-02-061-0/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* recipe: Delete the duplicate recipes which are already in oe-coreKhem Raj2012-02-053-55/+0
| | | | | | | | | These recipes are either same or have small differences but are superset of changes in oe-core. We can use them from oe-core as it is without losing or adding any functionality by default Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tmux: Add initial recipe for version 1.6.Peter Tworek2012-02-051-0/+18
| | | | | | | | Run tested on netbook pro. Signed-off-by: Peter Tworek <tworaz666@gmail.com> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tzcode-native_2011i: remove and use oe-core recipeAndrea Adami2012-02-052-38/+0
| | | | | | | * there are no evident reasons justifying the presence in meta-oe layer. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tzdata_2011g: remove and use the updated recipe in oe-core.Andrea Adami2012-02-052-189/+0
| | | | | | | | * The tzdata_2011n recipe in oe-core now provides sane defaults, * as committed with id 5304ce429f2c05857f04fbe3b47a067983ca96be Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atk_2.2.0.bbappend: remove since oe-core now supports native buildAndreas Müller2012-02-051-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdb-cross-canadian: move bbappend to 7.4 to fix parsing, needs more ↵Koen Kooi2012-02-031-0/+0
| | | | | | attention after the weekend Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cloud9: convert to systemd bbclassKoen Kooi2012-02-021-10/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-twisted: import from OE-classicKoen Kooi2012-02-011-0/+223
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-zopeinterface: import from OE-classicKoen Kooi2012-02-011-0/+22
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* obexd: update to 0.44 and put obex-client into separate package.Peter Tworek2012-02-012-14/+17
| | | | | Signed-off-by: Peter Tworek <tworaz666@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* busybox: fix busybox-syslog systemd service fileOtavio Salvador2012-02-012-2/+2
| | | | | | | | The service file had the 'Wants' in 'Service' group instead of the 'Unit' group. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd.bbclass: depends on systemdOtavio Salvador2012-02-011-1/+1
| | | | | | | | | Packages that uses the systemd class need to have systemd build otherwise they might fail to detect systemd as available or fail to generate rootfs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-serialgetty: support machines without serial consoleOtavio Salvador2012-02-011-8/+16
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl-ttf: fix LICENSE metadata and add LIC_FILES_CHKSUMMartin Jansa2012-01-301-1/+3
| | | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* 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>
* 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>