summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libxfce4ui: remove gettext from DEPENDS since xfce.bbclass takes careAndreas Müller2012-01-051-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfce.bbclass: inherit gettextAndreas Müller2012-01-051-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libxfce4ui: update to 4.8.1Andreas Müller2012-01-051-4/+2
| | | | | | | | * build tested incremental & from empty build dir * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xfwm4: update to 4.8.1Andreas Müller2012-01-052-39/+2
| | | | | | | | * build tested incremental & from empty build dir * run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tumbler: update to 0.1.23Andreas Müller2012-01-051-2/+2
| | | | | | | | * build tested incremental & from empty build dir * run tested on overo 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>
* epiphany 2.30.6: add missing source checksumsKoen Kooi2011-12-221-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gdm 2.32.2: add missing source checksumsKoen Kooi2011-12-221-0/+2
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 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>
* e-tasks: add patch to fix changed callback nameMartin Jansa2011-12-202-2/+43
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV a bit moreMartin Jansa2011-12-201-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* edje: fix unpackaged multisense modulesMartin Jansa2011-12-201-1/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-base: bump EFL_SRCREV remove EFL_SRCREV_1.* and applied patches from ↵Martin Jansa2011-12-2017-347/+11
| | | | | | | | | | | | | | | | | | | | | | | | | libeflvala, elsa and python-elementary * elementary (Evas_GL) and e-wm (backlight) depends on trunk again.. 10:06:36 < JaMa> shouldn't elementary and e17 depend only on efl-1.1? | ./Elementary.h:372:21: fatal error: Evas_GL.h: No such file or directory and e/src/bin/e_backlight.c:43: undefined reference to `ecore_x_randr_output_backlight_available' 10:07:32 < JaMa> but I'll recheck my configs 10:08:20 < moa> hum, that evas_gl.h would be a problem indeed 10:08:36 < moa> for e, i don't know 10:08:57 <@raster> elm requires svn evas 10:09:02 <@raster> thats unfortunately how it is 10:09:12 <@raster> requires evas_gl 10:09:35 < JaMa> maybe this is missing in 1.1 branch for e17? r65838 10:09:42 <@raster> yes 10:09:46 <@raster> its missing 10:09:50 <@raster> as its in trunk 10:09:53 <@raster> its a "new feature" 10:09:58 <@raster> not in stable 10:10:15 <@raster> uy'd have to patch out the support to make elm from svn build 10:10:42 < JaMa> raster: ok then I just didn't understand the dependency on "only" efl-1.1 right.. I'll update the rest of efl to same rev (instead of keeping them on 1.1 release) 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>
* epdfview: disable cupsDenis 'GNUtoo' Carikli2011-12-161-0/+4
| | | | | | | | | | * we usually don't want cups in target images, but cups was sometimes autodetected and compilation failed * | PrintPter.cxx:19:23: fatal error: cups/cups.h: No such file or directory Under the SHR distribution for the nokia900 machine(and maybe all other machines) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>