summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* apache2: create configuration file for systemd-tmpfilesRoy Li2013-09-162-1/+9
| | | | | | | | when use systemd as a system and service manager, systemd-tmpfiles will replace /etc/init.d/populate-volatile.sh to handle temporary files, so we need to create the configuration file for apache2 Signed-off-by: Roy Li <rongqing.li@windriver.com>
* fping: add recipeFathi Boudra2013-09-131-0/+25
| | | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Joe MacDonald <joe@deserted.net>
* log4cplus: add recipeMaxin B. John2013-09-101-0/+18
| | | | | | | log4cplus provides a simple C++ logging API for log management. Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daq: add recipeChunrong Guo2013-09-102-0/+45
| | | | | | | | *The dump DAQ test the various inline mode features *snort depends daq Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cryptsetup: Updated to upstream version.Yevhen Kyriukha2013-09-101-2/+4
| | | | | | | Also build static libraries. Signed-off-by: Yevhen Kyriukha <kirgene@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nostromo: specify configuration for systemd-tmpfiles --updateJonathan Liu2013-09-101-1/+1
| | | | | | | | | | | | | | Running systemd-tmpfiles --update without specifying a configuration file results in all tmpfiles.d configuration files being processed. /usr/lib/tmpfiles.d/systemd.conf creates /run/nologin on boot to prevent non-root users from logging in while the system is booting. If systemd-tmpfiles --update is run after the system has started, it will still create /run/nologin which would prevent non-root users from logging in with the message "System is booting up.". Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lmbench: specify configuration for systemd-tmpfiles --updateJonathan Liu2013-09-101-1/+1
| | | | | | | | | | | | | | Running systemd-tmpfiles --update without specifying a configuration file results in all tmpfiles.d configuration files being processed. /usr/lib/tmpfiles.d/systemd.conf creates /run/nologin on boot to prevent non-root users from logging in while the system is booting. If systemd-tmpfiles --update is run after the system has started, it will still create /run/nologin which would prevent non-root users from logging in with the message "System is booting up.". Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: add missing xserver-xorg-module-exa RDEPENDSJonathan Liu2013-09-101-0/+1
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt-creator: update to 2.8.1Jonathan Liu2013-09-103-3/+482
| | | | | | | This also adds patches to fix compilation for ARM. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: workaround nawk dependency problem with RPMPeter Bigot2013-09-101-1/+2
| | | | | | | | One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a dep, which we don't want. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inetutils: Remove empty usr/libKhem Raj2013-09-061-0/+2
| | | | | | | | | | | This directory is empty and is flagged by QA checker ERROR: QA Issue: inetutils: Files/directories were installed but not shipped /usr/lib Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* quagga: fix info-related QA warningJoe MacDonald2013-09-051-0/+4
| | | | | | | | | | Correct the warning: quagga-0.99.21: The /usr/share/info/dir file is not meant to be shipped in a particular package. Simply remove the installed 'dir' file if info docs are installed. Signed-off-by: Joe MacDonald <joe@deserted.net>
* atftp: port a patch from OpenSUSE to fix "Sorcerer's Apprentice Syndrome"(SAS)Roy.Li2013-09-052-0/+95
| | | | | Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* atftp, libuio: Update the SRC_URI to match upstream sf.net changeKhem Raj2013-09-052-3/+3
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* ntp: enable systemd-timedated control for ntp.serviceAndreas Müller2013-09-052-0/+6
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* tftp-hpa: add error check for disk filled upRoy.Li2013-09-052-1/+84
| | | | | | | | | Add error check when the write-buffer is finally flushed to the file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* stunnel: Add 4.56 versionLaszlo Papp2013-09-051-0/+14
| | | | | Signed-off-by: Laszlo Papp <lpapp@kde.org> Signed-off-by: Joe MacDonald <joe@deserted.net>
* gcc-4.6: Update to match gcc restructing in OE-CoreKhem Raj2013-09-034-37/+3
| | | | | | | | | The include file infra in gcc recipes recieved an overhaul on OE-Core. This patch matches the toolchain layer recipes to use the new include files Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cramfs: remove, we use mkfs.cramfs from util-linuxAndrea Adami2013-09-031-29/+0
| | | | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmikmod: upgrade to 3.2.0Martin Jansa2013-09-033-30/+5
| | | | | | | | * 3.3 is only beta * 3.1.12 was failing to build with texinfo-5, see http://sourceforge.net/p/mikmod/mercurial/ci/1fd17189f82561a3a0e343aef05e5cf0b39b8f26/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: Add dependency on gst-plugins-baseMartin Jansa2013-09-031-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpg123: add PACKAGECONFIG for pulseaudio and alsaEren Türkay2013-09-031-2/+8
| | | | | | | | | | | | The default DISTRO_FEATURES include alsa and pulseaudio at the same time. Hence, both of the options are enabled in mpg123 configuration without adding related dependencies, which causes build error. Make the options mutually exclusive through PACKAGECONFIG. If both alsa and pulseaudio are specified, pulseaudio takes precedence. Signed-off-by: Eren Türkay <eren@hambedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* omgps: add libcap dependencyEren Türkay2013-09-031-1/+1
| | | | | | | | | | | http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082530.html Omgps links against libcap without checking the library. If it cannot find it as in the minimal build, it emits an error in the linking stage. Add the dependency explicitly. Signed-off-by: Eren Türkay <eren@hambedded.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-nouveau: new recipeJonathan Liu2013-09-031-0/+16
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xf86-video-ati: new recipeJonathan Liu2013-09-031-0/+15
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* busybox: remove bbappendPaul Eggleton2013-09-032-12/+0
| | | | | | | | | | | | This bbappend has effectively been merged into OE-Core, although the log buffer size is the busybox default rather than 64K - layers may change this either by providing their own /etc/default/busybox-syslog file (when using systemd) or modifying the CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE option in busybox's build time config. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb-native: Add mysql5-native to PROVIDESMartin Jansa2013-09-031-0/+2
| | | | | | * for backwards compatibility Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qcanobserver: Move to nonworkingMartin Jansa2013-09-035-0/+0
| | | | | | | | | | | | | | | | * depends on qwt-5 APIs, I've tried to update it to support qwt-6 which is used in meta-oe, but it looks more complicated then what I've expected, my WIP patch is here: http://git.openembedded.org/meta-openembedded-contrib/log/?h=jansa/qcanobserver if you want to finish it and move qcanobserver back to recipes-qt * qwt-5 was removed more then 1 year ago: commit 5ad3d0d042dcd3f3bf54d44144b731cd0607b2e3 Author: Eric BENARD <eric@eukrea.com> Date: Thu Apr 12 15:09:48 2012 +0000 qwt: add 6.0.1 version Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* systemd: Rename .bbappend to match new version from oe-coreMartin Jansa2013-09-031-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ca-certificates: removePaul Eggleton2013-09-035-158/+0
| | | | | | | | | This is now in OE-Core as of ad2851cf0abc2ab35e0f60c96d3142c29a07c8fc. ca-certificates-cross is no longer used (effectively replaced by a native BBCLASSEXTEND in the main recipe). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnotify: removePaul Eggleton2013-09-031-17/+0
| | | | | | | | This is now in OE-Core as of f72c0ff46d6895978e7e5230cb882d8eee4005ba (libnotify3 remains). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-docutils: removePaul Eggleton2013-09-031-19/+0
| | | | | | | This is now in OE-Core as of 1bc1ff887c29376bb0d05beee1bbc2cf25b08419. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* classes/vala: removePaul Eggleton2013-09-031-18/+0
| | | | | | | This is now in OE-Core as of 807285c751862aaa775db5a13293007bfb3c29df. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* midori: removePaul Eggleton2013-09-031-42/+0
| | | | | | | This is now in OE-Core as of 88d9d7e47dedd9bfa26da860e6ff77ee5206d9e8. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vala: removePaul Eggleton2013-09-033-81/+0
| | | | | | | This is now in OE-Core as of 649b48557d8702daaf4f28482848ab0b07abed83. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: bump to version 20130823Fathi Boudra2013-09-031-2/+2
| | | | | Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: fix recipe to be OE compliant with spacingFathi Boudra2013-09-031-7/+6
| | | | | Signed-off-by: Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: fix parallel buildFathi Boudra2013-09-032-1/+82
| | | | | | | | | The compilation of the iasl utility fails when `make -j<N>' > 1. This commit cleans up the rules in generate/unix/iasl such that a `make -j' will succeed. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-0343-43/+43
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexec-tools-klibc: fix includes now that klibc respects exec_prefixAndrea Adami2013-09-031-2/+2
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klcc-cross_2.0.2: refactor recipe to respect exec_prefixAndrea Adami2013-09-032-31/+4
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* klibc_2.0.2: refactor recipe to respect exec_prefixAndrea Adami2013-09-035-29/+15
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* mysql5: replace with mariadb 5.1.67 and tweakPaul Eggleton2013-08-2722-632/+908
| | | | | | | | | | | | | | | | | | | | | Switch to MariaDB (which is a drop-in replacement for MySQL) and use the latest stable release from the 5.1 series. * Update LIC_FILES_CHKSUM due to reformatted GPLv2 license text with updated FSF address * Refresh patches * Add two patches from the upstream 5.1 branch to fix CVE-2013-1861 * Add a package for libmysqld (the embedded server library) * Disable "maria" plugin since this fails to compile and doesn't appear to be critical * Drop some unrecognised/redundant options from EXTRA_OECONF * Fix text relocation QA warnings introduced in the upgrade * Convert to use useradd.bbclass for creating mysql user * Set SUMMARY instead of description * Move SRC_URI checksums to the version-specific inc file * Clear out cruft in files/ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* phpmyadmin: update to 4.0.5Paul Eggleton2013-08-271-2/+2
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: update to 5.5.2Paul Eggleton2013-08-273-6/+10
| | | | | | | | | | * LIC_FILES_CHKSUM needed to change because the copyright year changed * Enabled mcrypt since upstream recommend this for acceptable performance (and we now have a libmcrypt recipe in meta-oe) * Disabled the opcache; this is a new feature in 5.5 and the configure check for it currently breaks when cross-compiling. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* apache2: update to 2.4.6Paul Eggleton2013-08-2711-4/+4
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* connman: rename .bbappend to match new version from oe-coreMartin Jansa2013-08-261-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: enable freetype delegateMarko Lindqvist2013-08-261-2/+2
| | | | | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ImageMagick: update to upstream version 6.8.6-8Marko Lindqvist2013-08-263-20/+6
| | | | | | | | - License changed by additional copyright year only. - Patch PerlMagic_MakePatch.patch part of upstream now Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm: include /usr/lib/libLLVM-*.so in lib packageJonathan Liu2013-08-231-4/+8
| | | | | | | | | | /usr/lib/libLLVM-*.so was being split into the dev package but it should be in the lib package otherwise software that depends on the LLVM shared library will be unable to to locate it when the dev package isn't installed. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>