summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* task-x11: use xserver-nodm-init-systemdOtavio Salvador2012-01-091-3/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xserver-nodm-init: move systemd service to xserver-nodm-init-systemdOtavio Salvador2012-01-091-16/+14
| | | | | | | Move systemd service to xserver-nodm-init-systemd to be consistent with other packages. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kmod: add recipe for version 3, no compatibility symlinks yetKoen Kooi2012-01-091-0/+16
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nodejs-native: clarify dependencies to match updated oe-core parserKoen Kooi2012-01-061-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfsprogs: add version 3.1.7Zhenhua Luo2012-01-052-0/+414
| | | | | | | xfsprogs provides XFS filesystem utilities. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ntp: correct systemd EnvironmentFile, add ntpdate servicePeter A. Bigot2012-01-055-4/+18
| | | | | | | | | | | | | | | | | | | | | | | Eliminate EnvironmentFile from systemd unit descriptions. /etc/ntp.conf can't be sourced to set environment variables like NTPD_ARG. Following the rationale at http://0pointer.de/blog/projects/on-etc-sysinit.html it isn't needed anyway; if you don't buy that, it should be: EnvironmentFile=-/etc/default/ntpd Add one-shot ntpdate service which synchronizes local clock prior to starting ntpd (which aborts if the local time is more than 1000 seconds off of the server). "systemctl enable ntpdate.service" not done by default because this would be a behavior change. Correct comment describing how to replace ntpdate (ntpdc doesn't take those arguments). Add comment to ntp.conf pointing out need to remove local hardware clock as a reference when simulating ntpdate. Signed-off-by: Peter A. Bigot <bigotp@acm.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: add native systemd supportAndreas Müller2012-01-052-3/+123
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-pyusb: add recipe to support usb development in PythonPeter A. Bigot2012-01-051-0/+17
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* lighttpd: move bbappend to new version to match OE-coreKoen Kooi2012-01-031-0/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dialog: add 1.1-20111020 recipe (dynamic and static)Otavio Salvador2011-12-243-0/+36
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: bump SRCREV to latest eden branchKoen Kooi2011-12-231-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdb-cross-canadian: build gdb with python supportEric BENARD2011-12-231-0/+20
| | | | | | | | | | | | | | | * python support is needed for providing finer scripting control in gdb, and for remote controling gdb for example from qtcreator * gdb/configure tries to autodetect python using python executable with --includes --ldflags --exec-prefix to get the right flags As it's difficult to achieve in OE's context, we generate a script which will return the right values and make gdb's build system happy. This idea was taken from the following article : http://www.mentby.com/doug-evans-2/python-enabled-gdb-on-windows-and-relocation.html * tested using angstrom & armv7/armv5 targets & qtcreator 201005 & 2.4.0 Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-basic: adjust rsyslog dependencyKoen Kooi2011-12-231-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: depends on intltool-nativeOtavio Salvador2011-12-231-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* rsyslog: move systemd support to rsyslog-systemdOtavio Salvador2011-12-231-15/+8
| | | | | | | This makes the package consistent with others supporting systemd and also cleans up the recipe using the systemd.bbclass. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* pcsc-lite: ccid downgraded to a runtime recommendationOtavio Salvador2011-12-231-2/+3
| | | | | | | | ccid adds more smart-card readers support but it is not a requirement for pcsc-lite to work thus we change it to a recommendation instead of a hard dependency. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* ptpd: add version 1.0.0Zhenhua Luo2011-12-222-0/+46
| | | | | | | Precision Time Protocol (PTP) as defined by the IEEE 1588 standard. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libnfnetlink: add version 1.0.0Zhenhua Luo2011-12-221-0/+16
| | | | | | | | | | libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ipsec-tools: add version 0.7.2Zhenhua Luo2011-12-223-0/+72
| | | | | | | | IPsec-Tools is a port of KAME's IPsec utilities to the Linux IPsec implementation. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* ietutils: add version 1.0Zhenhua Luo2011-12-2210-0/+533
| | | | | | | | | | The GNU inetutils are a collection of common networking utilities and servers including ftp, ftpd, rcp, rexec, rlogin, rlogind, rsh, rshd, syslog, syslogd, talk, talkd, telnet, telnetd, tftp, tftpd, and uucpd. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxaw: fix build error due to missing xmltoZhenhua Luo2011-12-221-2/+2
| | | | | | | | libxaw build failed due to missing native xmlto, add xmlto-native in DEPENDS of libxaw Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xmlto: add version 0.0.25Zhenhua Luo2011-12-221-0/+14
| | | | | | | | xmlto converts an XML file (DocBook or XSL-FO) into a specified format (PS, PDF, HTML, man, ASCII, XSL-FO, etc.) Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.5: Update gxx headers patchKhem Raj2011-12-212-18/+163
| | | | | | | | | | | | This patch now expects gxx-include-dir to be specified under sysroot which we already do through gcc-cross4.inc from oe-core Please test Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* midori: upgrade from 0.4.2 to 0.4.3Martin Jansa2011-12-201-7/+2
| | | | | | | * only build tested, it does segfault in runtime but it's the same with previous 0.4.2 version and probably not caused by midori itself Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit: bump PR after gpsd upgrade (.so name change)Martin Jansa2011-12-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: upgrade from 2.95 to 2.96, drop 2 patches applied upstreamMartin Jansa2011-12-206-38/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vlc: rework dependenciesSylvain Paré2011-12-202-3/+4
| | | | | | | | | | * re-adds dropped depends as they are available now * adds libxpm as dependency as current vlc's config depends on it. * bumps PR * NOTE about ENTERPRISE_DISTRO : is that supposed to be still used or should this be replaced by something which respects COMMERCIAL_LICENSE setting ? Signed-off-by: Sylvain 'GarthPS' Paré <sylvain.pare@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav, libsdl-image, mplayer2, xbmc: bump PR for libsdl packaging change in ↵Koen Kooi2011-12-194-3/+5
| | | | | | OE-core Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-tornada git: bump SRCREV for websocket API fixKoen Kooi2011-12-191-2/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgphoto2: Fix QA issuesAndreas Müller2011-12-191-1/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xbmc: add git version based on HEAD of eden branchKoen Kooi2011-12-174-0/+261
| | | | | | Runtime tested on beagleboard/angstrom Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libgphoto2 2.4.11: break runtime dependency loopKoen Kooi2011-12-171-1/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* yajl: add 2.0.3Koen Kooi2011-12-171-0/+11
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* rng-tools: addZhenhua Luo2011-12-163-0/+77
| | | | | | | Random number generator daemo. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* strongswan: addZhenhua Luo2011-12-161-0/+21
| | | | | | | strongSwan is an OpenSource IPsec implementation for the Linux operating system. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* bridge-utils: addZhenhua Luo2011-12-162-0/+34
| | | | | | | bridge-utils provides tools for ethernet bridging. Signed-off-by: Zhenhua Luo <b19537@freescale.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libcdio: add 0.82Koen Kooi2011-12-161-0/+28
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libsdl-image: add 1.2.10Koen Kooi2011-12-161-0/+32
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmms: add 0.6.2Koen Kooi2011-12-161-0/+14
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libmodplug: add 0.8.7Koen Kooi2011-12-161-0/+21
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libvpx: disable tree-vectorizeMartin Jansa2011-12-161-2/+13
| | | | | | | * It's causing ICE with latest gcc-4.6 from meta-oe, see: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pixman,libav,libvpx,fftwf: bump PR after arm OVERRIDES changes in oe-coreMartin Jansa2011-12-164-4/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mplayer2: drop FULL_OPTIMIZATION_armv7a and add -fno-tree-vectorizeMartin Jansa2011-12-161-3/+2
| | | | | | | | | | | | | | | | | * we had -ftree-vectorize instead of -frename-registers here, but that's causing ICE with latest gcc-4.6 from meta-oe * qemux86-64 was still failing without -fno-tree-vectorize * similar to issue in libvpx http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/036001.html and lowering to -O3 is not enough in this case | libmpcodecs/ad_imaadpcm.c: In function 'qt_ima_adpcm_decode_block': | libmpcodecs/ad_imaadpcm.c:177:12: internal compiler error: Segmentation fault | Please submit a full bug report, | with preprocessed source if appropriate. | See <http://gcc.gnu.org/bugs.html> for instructions. | make: *** [libmpcodecs/ad_imaadpcm.o] Error 1 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* samba: Force python disabled for now to avoid host contaminationRichard Purdie2011-12-161-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-input-void: drop archive prefix from checksumsMartin Jansa2011-12-161-2/+2
| | | | | | * .inc file from oe-core doesn't have name=archive in SRC_URI Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dropbear: cleanup packagingOtavio Salvador2011-12-151-9/+2
| | | | | | | | | * the symbolic link required to disable the sysvinit init script is now done during the do_install task so making the recipe simple * convert to use PRINC to bump PR on bbappend Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* sessreg: fix checksumOtavio Salvador2011-12-151-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* twm: fix checksumOtavio Salvador2011-12-151-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* xrdb: fix checksumOtavio Salvador2011-12-151-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* setxkbmap: fix checksumOtavio Salvador2011-12-151-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>