summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
* 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 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>
* xbmc: update to Eden beta 2Koen Kooi2012-01-235-5/+37
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* samba: blacklist another python entry that leads to host contaminationKoen Kooi2012-01-231-0/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: move kbd RECOMMENDS to vconsole-setup where they belongKoen Kooi2012-01-201-3/+4
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* python-imaging: fix #!/usr/local/bin/python problemKoen Kooi2012-01-201-0/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* vim: workaround a dependency problem with RPMKoen Kooi2012-01-201-1/+6
| | | | | | One of the examples has a #!/bin/csh which tells RPM to add that as a dep, which we don't want Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: add upstream status to patchKoen Kooi2012-01-201-0/+3
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: split out systemd-analyzeAnders Darander2012-01-201-2/+6
| | | | | | | | | | | | | | | | Split systemd-analyze to a separate package, to remove the implicit dependency on python. (At least the rpm-packaging backend created a run-time dependency on python). Add an RDEPENDS_${PN}-analyze on python-dbus, as this is required for systemd-analyze to work. Add an RRECOMMENDS_${PN}-analyze on python-pycairo, as the plot command in systemd-analyze requires this package. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: update to v38+gitKoen Kooi2012-01-203-40/+43
| | | | | | | * This introduces the 'journal' feature. * Upstream is following the fedora /usr move so EXTRA_OECONF needs to get updated to keep the paths the same for the OE usecase Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* In LICENSE "&&" should be replaced with "&"Andrei Gherzan2012-01-165-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>
* cairo: replace cairo_1.10.2.bb and .inc files with .bbappend, change cairomm ↵Martin Jansa2012-01-165-36/+3
| | | | | | | | | | to use .inc from oe-core * cairo-native is needed for pango-native and PRINC is for slight packaging changes in oe-core version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* task-boot: leave packagemanagement decisions to image recipesKoen Kooi2012-01-161-8/+1
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* owfs: import 2.8p4 from OE-classic, update to 2.8p14Koen Kooi2012-01-153-0/+184
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: native depends on nasm-nativeEric BENARD2012-01-151-0/+1
| | | | | | | | else I get the following error during configure : | configure: error: no nasm (Netwide Assembler) found Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libjpeg-turbo: initial addKoen Kooi2012-01-131-0/+30
| | | | | | If you're on x86 or ARM this will be a lot faster due to SIMD optimizations Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xterm: update to 277Koen Kooi2012-01-131-4/+3
| | | | | | License checksum changed due to date changes Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gpsd: disable xmltoMartin Jansa2012-01-131-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xmlto is used if xsltproc test fails xstlproc is found in sysroot right, but then it's tested like this: sysroots/x86_64-linux/usr/bin/xsltproc --nonet --noout http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl conftest.xml and that fails if there isn't right docbook.xsl on host /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl * xmlto then fails with: xmlto man './gps.xml' | xmlto: /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate (status 3) | xmlto: Fix document syntax or use --skip-validation option | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:8: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" | "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> | ^ | /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml:133: parser error : Entity 'mdash' not defined | should default to using for display &mdash; imperial, nautical, or | ^ | I/O error : Attempt to load network entity http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd | warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" | validity error : Could not load the external subset "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" | Document /var/lib/jenkins/jobs/shr-core-branches/workspace/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/gpsd-2.96-r1/gpsd-2.96/./gps.xml does not validate * without xstlproc and xmlto it disables man pages building configure:18182: WARNING: Neither xsltproc nor xmlto works: I will not build man pages. configure:18184: WARNING: To build man pages, install xsltproc/xsltlib or xmlto and run autogen.sh again. * this can be reverted as soon as there is working xmlto using OE provided DTDs in DEPENDS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* upower: add pm-utils to RRECOMMENDSKoen Kooi2012-01-121-0/+4
| | | | | | | | | | This fixes: dbus-daemon[207]: (upowerd:401): UPower-Linux-WARNING **: failed to run script: Failed to execute child process "/usr/bin/pm-is-supported" (No such file or directory) dbus-daemon[207]: (upowerd:401): UPower-Linux-WARNING **: failed to run script: Failed to execute child process "/usr/bin/pm-is-supported" (No such file or directory) dbus-daemon[207]: (upowerd:401): UPower-WARNING **: failed to run script: Failed to execute child process "/usr/sbin/pm-powersave" (No such file or directory) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* libav, libvpx, mplayer2: drop work around for gcc-4.6 ICE, no need to pass ↵Martin Jansa2012-01-123-17/+6
| | | | | | -fno-tree-vectorize now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: upgrade to 20111211, old version not available anymoreNorman Schleicher2012-01-121-2/+2
| | | | | Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexec-tools_2.0.2.bbappend: remove, packages are now split in oe-coreAndrea Adami2012-01-111-4/+0
| | | | | | | | * packaging split from meta-openembedded has been accepted in oe-core * as per commit id 1f40a5486f703684c5d1d7360ef3cbdf75577495 Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* avahi-ui: drop, it's in OE-core nowadaysKoen Kooi2012-01-114-90/+0
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Update linaro patches past 2012.12 releaseKhem Raj2012-01-1011-1/+4724
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* gcc-4.6: Fix ICE on x86_64 seen during vectorizationKhem Raj2012-01-102-19/+49
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* systemd: git repo movedAnders Darander2012-01-101-1/+1
| | | | | | | Freedesktop have reorganized the git repository structure. Signed-off-by: Anders Darander <anders@chargestorm.se> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* xf86-video-fbdev: remove, driver is now in oe-coreAndrea Adami2012-01-091-8/+0
| | | | | | | * as per commit id 4997e01cb051cc05348468707898798f9228613a Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* kernel.bbclass: fix pkg_postinst and pkg_postrm (from oe-core)Andrea Adami2012-01-091-2/+2
| | | | | | | | | | * Symptom: kernel symlink in /boot is not created. * Rename in order to create the expected files: * /var/lib/opkg/info/kernel-3.1.4.postinst * /var/lib/opkg/info/kernel-3.1.4.postrm Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* udisks: disable manpage buildingOtavio Salvador2012-01-091-1/+3
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* busybox: add systemd support for syslog serviceOtavio Salvador2012-01-094-0/+52
| | | | | | | This uses a busybox-syslog default file to pass options to syslogd. For it, the 'OPTIONS' variable needs to be set. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* 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>