summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adduser: add new recipeJackie Huang2015-01-152-0/+110
| | | | | | | | | | | | This is a utility from debain to add users/groups to the system, which is actually a perl wrapper of the useradd/groupadd command. We want this to replace the same commands provided by busybox. Homepage: https://alioth.debian.org/projects/adduser Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* crash: add new recipeleimaohui2015-01-155-0/+117
| | | | | | | crash core analysis suite Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: fix build with json-0.12Martin Jansa2015-01-152-0/+46
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: add recipe for vim-tinyJackie Huang2015-01-152-7/+26
| | | | | | | | | | | | Changes: - Add bb for vim-tiny based on vim.bb - Change PACKAGECONFIG and do_install for vim-tiny - Change BPN to vim in vim.bb so it works fine when required by vim-tiny - Add proper alternative links for vim and vim-tiny to avoid conflicts - Don't use do_install_append in vim.bb so it works fine when required by vim-tiny Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh: depends fixArmin Kuster2015-01-151-0/+3
| | | | | | | the default was to build with GSSAPI enabled. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dlm: add a new recipeleimaohui2015-01-121-0/+49
| | | | | | | The kernel dlm requires a user daemon to control membership. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* corosync_2.3.4: add new recipeleimaohui2015-01-121-0/+61
| | | | | | | The Corosync Cluster Engine and Application Programming Interfaces. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqb: add new recipeleimaohui2015-01-121-0/+26
| | | | | | | An IPC library for high performance servers. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mpd: ship systemd socket fileAsh Charles2015-01-121-1/+1
| | | | | | | | As of mpd version 19.1, as systemd socket file, mpd.socket, is installed. Ship this file as part of the mpd-systemd package. Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* network-manager-applet: remove polkit-gnome dependency and un-blacklist recipeAndreas Müller2015-01-121-3/+1
| | | | | | | | | | | | | * polkit-gnome caused blacklisting * upstream dependency on polkit-gnome was removed in: | commit 0f378cce475b136bb1c6124bc2ea803e1da7dfc8 | Author: Dan Williams <dcbw@redhat.com> | Date: Fri Mar 2 14:07:31 2012 -0600 | build: remove unused polkit configure check Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libutempter: Fix compile errorQian Lei2015-01-122-5/+41
| | | | | | | | | | | iface.c: In function 'utempter_add_record': | <command-line>:0:12: error: expected expression before '/' token | iface.c:46:35: note: in expansion of macro 'LIBEXECDIR' | #define UTEMPTER_DEFAULT_PATHNAME LIBEXECDIR "/utempter/utempter" Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-vala: blacklistMartin Jansa2015-01-121-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl, elementary: upgrade to 1.12.2Martin Jansa2015-01-082-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_12_2_releases/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.2Martin Jansa2015-01-084-38/+7
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_2_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libssh: update to just after 0.6.4Paul Eggleton2015-01-081-1/+3
| | | | | | | | | | | Among other things, includes a fix for CVE-2014-8132. (There are a couple of useful-looking fixes after 0.6.4 in the 0.6 branch, hence I have renamed the recipe to _git and set PV to the standard format.) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* phpmyadmin: update to 4.3.4Paul Eggleton2015-01-084-106/+2
| | | | | | Drop patches merged upstream. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* xdebug: update to 2.2.6Paul Eggleton2015-01-081-2/+2
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* xdebug: fix DEPENDS and un-blacklistPaul Eggleton2015-01-081-3/+1
| | | | | | Now we use a single php recipe there is no conflict. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* php: add PACKAGECONFIG for imapPaul Eggleton2015-01-081-4/+6
| | | | | | | Allow imap support to be easily disabled; default it to enabled based on previous configuration. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* php: add PACKAGECONFIG to fix implicit dependency on libpamPaul Eggleton2015-01-081-1/+4
| | | | | | | | | Add a pam PACKAGECONFIG option defaulted from the pam DISTRO_FEATURES item, so that if pam isn't in DISTRO_FEATURES, it is explicitly disabled (and conversely if it is in DISTRO_FEATURES that we have an explicit dependency on libpam). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* uw-imap: make libpam dependency dependent on DISTRO_FEATURESPaul Eggleton2015-01-081-2/+5
| | | | | | If pam is not in DISTRO_FEATURES, we shouldn't be building it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* README: update for modphp merging into phpPaul Eggleton2015-01-081-1/+15
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: removePaul Eggleton2015-01-089-594/+0
| | | | | | This is now built out of the standard php recipe. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* php: fix phar script packagingPaul Eggleton2015-01-082-10/+23
| | | | | | | | | | | | | | Fix several issues with how the phar package is installed and packaged: * The symlink was pointing to an absolute path on the host, which naturally does not work on the target * The script itself had a shebang pointing to a path on the host * A file-rdeps warning was occurring due to rpmdeps detecting that the script requires the php binary; in order to prevent the main php package depending on php-cli which provides the php binary, move the phar script to its own package (I suspect most people won't need it anyway). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* php: upgrade to 5.5.20Paul Eggleton2015-01-081-2/+2
| | | | | | | | | | | | | | | | | | | | | Among many fixes since 5.5.15, the following security issues were fixed: CVE-2014-8142 CVE-2014-3710 CVE-2014-3669 CVE-2014-3670 CVE-2014-3668 CVE-2014-3538 CVE-2014-3587 CVE-2014-2497 CVE-2014-5120 CVE-2014-3597 For more details please see the upstream changelog: http://php.net/ChangeLog-5.php Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* php: integrate modphpPaul Eggleton2015-01-084-32/+163
| | | | | | | | | | | | | | | | | | | Build the mod_php Apache module within the main php recipe; this avoids files in the sysroot from stepping on eachother and therefore avoids the resulting build failure. Changes made: * Add an "apache2" PACKAGECONFIG, default disabled. This means that if you previously used the modphp recipe you now need to set PACKAGECONFIG for php to include "apache2". * Bring in most patches and configure options from the modphp recipe. * Specify ${libdir}/php5 as libdir. This avoids the PHP extensions directory being /usr/lib/extensions by default which is ugly. * Tidy up some superfluous/malformed entries in FILES_${PN}-pear * Drop obsolete PHP_MAJVER * Replace virtclass- override with class- Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* libc-client: rename to uw-imap, upgrade to 2007fPaul Eggleton2015-01-084-5/+113
| | | | | | | | | | | | * Upgrade to 2007f * Rename to uw-imap; this is the name used by Fedora and is much more sensible than libc-client * Fix errors when linking the library against code compiled with -fPIC such as mod-php (patch from Fedora). * Add a security patch from Fedora * Rename files directory to uw-imap Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* php: upgrade to 5.5.15Paul Eggleton2015-01-081-5/+6
| | | | | | | | | | | | | Based on the corresponding changes to the modphp recipe in meta-webserver. From the commit message for the modphp upgrade: * LIC_FILES_CHKSUM needed to change because the copyright year changed * Enabled mcrypt since upstream recommend this for acceptable performance * 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>
* linux.inc: support building with B != S which is default nowMartin Jansa2015-01-081-8/+8
| | | | | | | | | | | | | | * this .inc file wasn't working since oe-core commit: commit 106dab2fd0321e6b4e77b40111e59a3a31d329d4 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Fri Dec 19 17:46:27 2014 +0000 Subject: kernel: Fix non linux-yocto builds * Fixes following do_configure error | NOTE: make oldconfig | make: *** No rule to make target `oldconfig'. Stop. | ERROR: oe_runmake failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iperf3: Add recipe for version 3.0.10Ben Shelton2015-01-083-0/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | iperf3 is the new successor of iperf. The project is now mature enough as it started in 2009 and has stable releases. It supports reporting results in the portable JSON format, provides more information than iperf does and also adds some features from other tools such as nuttcp and netperf that were missing from the original iperf. This recipe is based on the iperf v3.0.8 recipe posted to the list by Guy Morand (http://lists.openembedded.org/pipermail/openembedded-devel/2014-October/098403.html) with the following changes: - Pass the 'foreign' option to automake. - The Makefiles for the examples only work properly when the build is done in the same directory as the source. Fix this in Makefile.am and run bootstrap.sh to regenerate Makefile.in. - Bump the version to the latest stable release. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-wavelan-plugin: Fix LICENSE formatMartin Jansa2015-01-081-1/+1
| | | | | | | | | | * the COPYING file looks more like slightly modified BSD license and BenediktMeurer, FlorianRivoal are just names of Copyright holders, but I'll leave that to recipe maintainer fixes: WARNING: Recipe xfce4-wavelan-plugin, LICENSE (BenediktMeurer FlorianRivoal) has invalid format, LICENSES must have operator "([&|() ])" between them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* epdf: Fix LICENSE formatMartin Jansa2015-01-081-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* picocom: update to 1.7Paul Eggleton2015-01-081-3/+4
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rfkill: update to 0.5Paul Eggleton2015-01-081-4/+4
| | | | | | | Also make SUMMARY a bit more useful. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: update to 5.5.41Paul Eggleton2015-01-084-49/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* protobuf: update to 2.5.0Paul Eggleton2015-01-081-2/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmodplug: update to 0.8.8.5Paul Eggleton2015-01-081-2/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lcdproc: update to 0.5.6Paul Eggleton2015-01-082-25/+2
| | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ddrescue: add explicit do_unpack dependsPaul Eggleton2015-01-081-0/+3
| | | | | | | | * tar.lz support still wasn't merged in oe-core http://patchwork.openembedded.org/patch/82163/ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ddrescue: update to 1.19Koen Kooi2015-01-082-18/+42
| | | | | | | | | | * License changed to GPLv2+ * Although 'configure is present, it isn't autotools. Nota bene: this requires bitbake and oe-core support for tar.lz Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lzip: update to 1.16Paul Eggleton2015-01-081-8/+6
| | | | | | | | | | * License changed to GPLv2+ * Trim SUMMARY * gz file is definitely being provided for download upstream, so drop comment saying it isn't Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tomoyo-tools: use BP in SRC_URIRobert Yang2015-01-081-2/+2
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smem: use BPN in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* procmail: use BPN in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rarpd: use BPN in SRC_URIRobert Yang2015-01-081-2/+2
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dash: use BP in SRC_URIRobert Yang2015-01-081-1/+1
| | | | | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dnsmasq: update to 2.72Paul Eggleton2015-01-072-10/+10
| | | | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* traceroute: update to 2.0.21Paul Eggleton2015-01-071-3/+3
| | | | | | | | | Also fix LICENSE to be "or any later version" (as specified in the upstream source headers); both licenses apply so use &. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* mtr: update to 0.86Paul Eggleton2015-01-073-49/+4
| | | | | | | | | | * Newer automake compatibility fixed upstream, so drop patches. * LIC_FILES_CHKSUM changed due to a trailing space being removed, no actual change to the license text. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ntp: add explicit perl dependency to ntp-utils packagePaul Eggleton2015-01-071-0/+1
| | | | | | | | | The ntp-utils package contains at least one perl-using script as well as a supporting perl module, therefore we need a dependency on perl. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>