summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2011-11-30libical: add version 0.47Denis 'GNUtoo' Carikli1
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-30ppp-dialin: use useradd.bbclass instead of hardcoded adduser/deluser callsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-30cronie: use useradd.bbclass instead of hardcoded groupadd callsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-30mingetty: use u-a to provide /sbin/getty (also provided by util-linux-agetty ↵Martin Jansa1
and tinylogin) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-30util-linux: use u-a to provide /sbin/getty from util-linux-agettyMartin Jansa2
* inittab and systemd-serialgetty expects /sbin/getty not agetty Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-30tinylogin: use u-a for getty so we can provide /sbin/getty from ↵Martin Jansa1
util-linux-agetty too Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-30pulseaudio 1.1: replace hardcoded /etc with ${sysconfdir}Koen Kooi2
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30pulseaudio 1.1: only run volatiles script when populate-volatile.sh existsKoen Kooi2
Volatiles are handled differently in a systemd world make the postinst fail: //var/lib/opkg/info/pulseaudio-server.postinst: line 10: /etc/init.d/populate-volatile.sh: No such file or directory Collected errors: * pkg_run_script: package "pulseaudio-server" postinst script returned status 127. * opkg_configure: pulseaudio-server.postinst returned 127. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30clutter-1.8: package examplesJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30image_types.bbclass: add xz-native to deps for lzma ext2.lzma imagesMatthew McClintock1
Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30consolekit: package /var/log/ConsolekitKoen Kooi1
This fixes startup issues like this: 2011-11-30T09:02:10+01:00 beaglebone ck-log-system-start[91]: ** (process:91): WARNING **: Couldn't create log file /var/log/ConsoleKit/history (No such file or directory) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30task-sdk-host-nativesdk: add autotools nativesdk to meta-toolchainWenzong Fan1
Add automake-nativesdk and autoconf-nativesdk to meta-toolchain for fixing the configure issue: WARNING: unrecognized options: --with-libtool-sysroot This will allow user to run 'autoreconf' under their projects and process the libtool m4 macros correctly. [YOCTO #1603] Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30autoconf: Extend to provide nativesdk recipeWenzong Fan1
As the same reason with automake, extend autoconf to provide nativesdk recipe too. This patch was only used for autoconf that running on target: * path_prog_fixes.patch: replace '@PERL@' with '@bindir@/env perl' It's unavailable for autoconf-native and autoconf-nativesdk, so exclude it for those two recipes. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30automake: Extend to provide nativesdk recipeWenzong Fan2
We will provide autotools nativesdk in meta-tookchain for reconfigure any autotools supported projects, as a part of the plan we should extend their recipes first. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30m4: Extend to provide nativesdk recipeWenzong Fan2
We need to provide autoconf-natviesdk in meta-toolchain, the m4-nativesdk is required by it. Both extend the m4 recipes for GPLv2 and GPLv3. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30gnu-config: Extend to provide nativesdk recipeWenzong Fan1
We need to provide autoconf-natviesdk in meta-toolchain, the gnu-config-nativesdk is required by it. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30iproute2: Upgrade from 3.0.0 to 3.1.0Mei Lei2
Signed-off-by: Mei Lei <lei.mei@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-30Distro Tracking: Update Ownership and Update DatesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30PR Bump for OpenSSL 1.0Saul Wold11
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30openssl: Add openssl 1.0Saul Wold18
* Thanks to meta-oe for this contribution * Add Patch Upstream-Status info * Merged the meta-oe version of openssl-1.0.inc with openssl.inc * Fix make install parallel issue with PARALLEL_MAKEINST = "" Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30openssl-0.9.8: move parallel-make fix to 0.9.8Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30ocf-linux: Add ocf-linux to support openssl 1.0Saul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30libtasn1: Update to 2.11Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30gdbm: Update to 1.10Saul Wold1
* This version is now GPLv3, so keep older version * The patches are not needed for this version Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-30lame: Update to 3.99.3Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-video-intel: Update to 2.17.0Saul Wold2
* Remove patch for issue fixed upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-input-synaptics: Update to 1.5.0Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xf86-input-mouse: Update to 1.7.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xwininfo: Update to 1.1.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xset: Update to 1.2.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xrandr: Update to 1.3.5Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xprop: Update to 1.2.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xkbcomp: Update to 1.2.3Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xinit: Update to 1.3.1Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29xdpyinfo: Update to 1.3.0Saul Wold2
* Rebase patch to update code Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29mkfontscale: Update to 1.0.9Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29libdrm: Update to 2.4.27Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29json-glib: Update to 0.14.2Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29wget: Update to 1.13.4Saul Wold4
* remove gnutls.bzr patch as it was in upstream Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-11-29qt-mobility: Add missing patchRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-29libsdl: enable alsa based on PACKAGECONFIG and respect DISTRO_FEATURESMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29qt4: qt-mobility: fix QML video player crashAnatolij Gustschin1
Fix QML video player crash which happens when attempting to play OGG video files. Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-29qt4: fix sed to have correct *.pc filesEric Bénard3
it seems sed doesn't handle \? properly if the string in not between quotes. without this patch, we get something like (for example for QtDBusE.pc : Libs: -L${libdir} -lQtDBusE Libs.private: -L/home/ebenard/WORK/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/board/ usr/lib -L/usr/lib -L/home/ebenard/WORK/setup-scripts/build/tmp-angstrom_2010_x-eglibc/sysroots/board /usr/lib -lQtXmlE -L/usr/lib -lQtCoreE -lpthread Cflags: -DQT_SHARED -I/usr/include/qtopia -I${includedir} with the patch we get what is expected : Libs: -L${libdir} -lQtDBusE Libs.private: -lQtXmlE -lQtCoreE -lpthread Cflags: -DQT_SHARED -I/usr/include/qtopia -I${includedir} Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-29libsdl: replace tabs with spacesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: enable cdrom, alsa and tslib, disable rpath and add few fixes from ↵Martin Jansa1
meta-oe * virtual/libsdl is used in sdl.bbclass but nothing was providing it * rpath disabled because otherwise libtool and ld try to link against ${libdir}/libdl.so.2 on the host (see OE-classic commit af1a2e0e7626e372f22afbcabf08d9ae6b0d7b01) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: rename files dir to libsdl-1.2.14 for faster lookupMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29libsdl: drop unused filesMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29eglibc-initial: Ensure symlinks point to the correct location when built ↵Richard Purdie1
from sstate cache If the sstate files are installed into a sysroot from the sstate cache, the directory to the main sysroot can change and the symlinks aren't adjusted to account for this. This is a problem specific to the toolchain bootstrap process. This patch adds up a function to recreate the symlinks, hence ensuring they always point at the correct location. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-11-29mesa-common: allow empty PNMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-11-29base-passwd: Fix raceRichard Purdie1
The do_package task this recipe injects depends on the output of do_populate_sysroot to be present. This introduces the correct dependency so that the package task works correctly. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>