summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* florence: clean up recipeKoen Kooi2011-12-151-10/+4
| | | | | | Use gettext.bbclass, sha256sum and remove some stray whitespace Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* florence: Initial recipe addedSamuel Stirtzel2011-12-151-0/+23
| | | | | | | | | | | | | | | Florence is a virtual keyboard used to input text with a touchscreen. Tests: * Run tested on Overo Gumstix with xfce-nm-image * Build tested for Qemuarm NOTICE: If florence can't find its gconf settings, you need to start florence with --config and save the configuration once. Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* cpufrequtils: Replace non-existant kernel.org git sourceUlf Samuelsson2011-12-151-2/+4
| | | | | | | | | | | | | | | | git://git.kernel.org/pub/scm/utils/kernel/cpufreq/cpufrequtils.git no longer exists so build fails, unless it is already present in downloads directory. Source has been retrieved from a mirror: (http://mirror.nexcess.net/kernel.org/scm/utils/kernel/cpufreq/cpufrequtils.git) and a new git source has been established on github. kernel.org link kept in a comment to allow the old link to be easily reestablished once it is available. Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* liblinebreak_1.2.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qwt.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xpext_1.0-5.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2_git.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* id3lib_3.8.3.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* faad2_2.7.bb: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openvpn.inc: drop 'PRIORITY = "optional"' as it is the defaultOtavio Salvador2011-12-151-1/+0
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* tz*: download location has movedUlf Samuelsson2011-12-152-5/+5
| | | | | Signed-off-by: Ulf Samuelsson <ulf@emagii.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qconnman: bump SRCREVOtavio Salvador2011-12-151-1/+1
| | | | | | | | * add translation support * doesn't allow simultaneous connections Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd-systemctl-native: add support to recursive servicesOtavio Salvador2011-12-152-0/+10
| | | | | | | | | Some services can reference others for installation thought the Also key; systemctl now handles it calling itself recursively for each service. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* openssh_5.9p1.bbappend: add systemd unitsKlaus Kurzmann2011-12-154-0/+52
| | | | | | Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: convert to bbappend as 0.78 has been moved to OE-CoreOtavio Salvador2011-12-124-173/+13
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xinput-calibrator 0.7.5: fix LICENSE syntax and style issuesKoen Kooi2011-12-121-4/+6
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel bbclass: sync with OE-coreKoen Kooi2011-12-111-44/+61
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear 2011.54 bbappend: switch to PRINC to work around a bug in ↵Koen Kooi2011-12-101-1/+1
| | | | | | | | bb.utils.vercmp: | ERROR: Package version for package dropbear-dbg went backwards which would break package feeds from (0:2011.54-r0 to 0:2011.54-r0.meta-oe.1) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* qconnman: fix order of qmake variable settingsOtavio Salvador2011-12-093-3/+8
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* dropbear: move dropbear-systemd to a bbappendOtavio Salvador2011-12-095-40/+33
| | | | | | | While on it, the recipe has been updated to use systemd.bbclass and cleaned up. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qconnman: addOtavio Salvador2011-12-093-0/+26
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* sg3-utils: fix license field formatOtavio Salvador2011-12-091-1/+3
| | | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* connman: update to 0.78Otavio Salvador2011-12-081-7/+6
| | | | | | | | We moved to GIT repository as the tarball releases are not available since kernel.org compromise. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* mplayer2: fix DSO issue with new binutilsMartin Jansa2011-12-071-2/+2
| | | | | | | | | | | | * /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld: libmpdemux/demux_ogg.o: undefined reference to symbol '_ilog' /OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/armv4t-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.6.3/ld: note: '_ilog' is defined in DSO /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0 so try adding it to the linker command line /OE/shr-core/tmp-eglibc/sysroots/om-gta02/usr/lib/libvorbis.so.0: could not read symbols: Invalid operation Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 1/2] gcc-4.6: Delete the patch that is now applied in oe-coreKhem Raj2011-12-072-35/+0
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* eglibc-2.12: Fix build on powerpcKhem Raj2011-12-072-7/+7
| | | | | | | | After tune file rework this patch needed an update so here we come. Fixes the build for powerpc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* 2/2] eglibc-2.12: Bump SRCREV to latest SVN 2.12Khem Raj2011-12-071-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-input-tslib: fix checksum errorEric BENARD2011-12-071-1/+2
| | | | | | | | remove name=archive in SRC_URI in order to use the right checksum (else, we would need SRC_URI[archive.md5sum]) Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* nostromo-1.9.5: add recipeEric BENARD2011-12-065-0/+283
| | | | | | | | | | | | Nostromo is a simple, fast and secure webserver. The patch was imported from the OpenEmbedded git server (git://git.openembedded.org/openembedded) as of commit id 2218504b0413efaf2b1f643a802176eb803a9bf6 and updated to the latest stable version available. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* add net-snmp-5.7.1Eric BENARD2011-12-065-0/+595
| | | | | | | the recipe was imported from OE-classic and upgraded to latest stable. Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* atftp: correctly handle init scriptEric BENARD2011-12-061-4/+6
| | | | | | | | | | | | | | else it's affected to atftp package which is the client and not the server, but the init file is only in the server package thus leading to the following log at boot : Configuring atftp. update-rc.d: /etc/init.d/atftpd: file does not exist while at it, there is a cosmetic change from _atftpd to _${PN}d to make the recipe consistent Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>