summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* redis: fix configuration file permissionsAndrea Galbusera2015-09-231-1/+1
| | | | | | | use 0644 instead of 0755 to install configuration file Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: fix a floating dependence on openjdkRoy Li2015-09-231-0/+1
| | | | | | | | | | 1. fix a floating dependence on openjdk 2. fix the host contamination, since the default value of java home is /usr/lib/jvm: warning: library search path "/usr/lib/jvm/jre-1.7.0/lib/amd64/server" is unsafe for cross-compilation Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libxfce4ui: add RDEPENDS on PN for PN-gtk2 and PN-gtk3Jackie Huang2015-09-231-0/+3
| | | | | | | | | | | | | | gtk libs was separated into PN-gtk after commit: d4e5b33 libxfce4ui: build gtk3 libs and pack gtk2/gtk3 libs in separate packages but config files such as xfce4-keyboard-shortcuts.xml is in PN, it works without this, but there no any keyboard shortcut, add the RDEPENDS so that the libs and config files will be both installed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Acked-By: Andreas Müller <schnitzeltony@goolglemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: Upgrade to version 1.2.1Fabio Berton2015-09-231-2/+2
| | | | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyzmq: Add python-multiprocessing in RDEPENDSFabio Berton2015-09-231-0/+2
| | | | | | | | | | | | | | | | | | | | | | Fix the following runtime error: >>> import zmq Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/zmq/__init__.py", line 53, in <module> from zmq import devices File "/usr/lib/python2.7/site-packages/zmq/devices/__init__.py", line 7, in <module> from zmq.devices import basedevice, proxydevice, monitoredqueue, monitoredqueuedevice File "/usr/lib/python2.7/site-packages/zmq/devices/basedevice.py", line 9, in <module> from multiprocessing import Process ImportError: No module named multiprocessing Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mysql-python: upgrade to 1.2.5Roy Li2015-09-232-22/+3
| | | | | | | remove the remove-distribute.patch, v1.2.5 has a similar fix Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uim_1.8.6: fix QA issueleimaohui2015-09-231-4/+22
| | | | | | | | | | uim-1.8.6: uim: Files/directories were installed but not shipped in any package: /usr/lib/gtk-3.0/3.0.0/immodules/im-uim.so /usr/lib/gtk-3.0/3.0.0/immodules/im-uim.la Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: Fix build with gcc-5.2Martin Jansa2015-09-232-0/+44
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgtop: update to 2.30.0Andreas Müller2015-09-231-3/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-settings-daemon: fix build for libnotify > 0.7.xAndreas Müller2015-09-232-1/+85
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-xfce/README: mention meta-gnome in layers requiredAndreas Müller2015-09-231-1/+1
| | | | | | | | form a quick glance meta-xfce at least requires libwnck and gvfs to build an run properly. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openbox: add libcroco, librsvg and gdk-pixbuf to DEPENDSAndreas Müller2015-09-231-1/+1
| | | | | | | | | | | | | | | | fixes: WARNING: QA Issue: openbox-core rdepends on libcroco, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openbox-core rdepends on librsvg, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openbox-core rdepends on gdk-pixbuf, but it isn't a build dependency? [build-deps] why no PACKAGECONFIG? * libcroco and gdk-pixbuf are not configurable * librsvg is required to display svg icons which is a basic requirement Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openbox: update to 3.6.1Andreas Müller2015-09-231-5/+6
| | | | | | | run tested with lxqt on raspi2 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: add more -Wno-error optionsMartin Jansa2015-09-231-1/+10
| | | | | | | | * gcc-5.2 introduces strict-overflow, parentheses, logical-not-parentheses * there is no development in webkit-efl fork, so I'm not going to spend time fixing them in source Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* terminology: upgrade to 0.9.1Martin Jansa2015-09-232-8/+8
| | | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/terminology_0_9/ https://phab.enlightenment.org/phame/live/3/post/terminology_0_9_1/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.10Martin Jansa2015-09-231-2/+2
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/e19_10_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-themes: drop localedir override from configure to fix locale installationMartin Jansa2015-09-232-1/+25
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* evolution-data-server: fix locale installation pathAndreas Müller2015-09-232-0/+35
| | | | | | | | | | | | | | | fixes: WARNING: QA Issue: evolution-data-server: Files/directories were installed but not shipped in any package: /usr/locale /usr/locale/xh /usr/locale/hu /usr/locale/nn /usr/locale/fi ... Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-xfce-multimedia: add paroleAndreas Müller2015-09-231-0/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* parole: initial add 0.8.0Andreas Müller2015-09-232-0/+67
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-equake-plugin: update to 1.3.8Andreas Müller2015-09-231-2/+2
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* e-wm: upgrade to 0.19.9Martin Jansa2015-09-231-2/+2
| | | | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/e19_6_release/ https://phab.enlightenment.org/phame/live/3/post/e19_7_release/ https://phab.enlightenment.org/phame/live/3/post/e19_8_release/ https://phab.enlightenment.org/phame/live/3/post/e19_9_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-efl: upgrade to 1.15.0Martin Jansa2015-09-232-4/+4
| | | | | | | * announcement: https://phab.enlightenment.org/phame/live/3/post/python_efl_1_15_0_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* efl,elementary,emotion-generic-players,evas-generic-loaders: upgrade to 1.15.*Martin Jansa2015-09-238-22/+73
| | | | | | | | * announcements: https://phab.enlightenment.org/phame/live/3/post/enlightenment_foundation_libraries_1_15_and_friends_are_out/ https://phab.enlightenment.org/phame/live/3/post/efl_and_elementary_1_15_1_release/ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpica: update to 20150515 and fix conflicts with other layersKoen Kooi2015-09-231-3/+15
| | | | | | | | | Meta-virtualization and meta-luv both has iasl_*.bb, which is a subset of this recipe. Extend this recipe to provide the native tools and add the necessary runtime conflict options. Also address style issues by moving around a few bits and adding some whitespace. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: add alternatives for binaries/docsWenzong Fan2015-09-231-1/+44
| | | | | | | | The binaries/docs that generated by imagemagick has suffix '.im6', use update-alternatives to add alternatives for them. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* collectd: fix a floating dependence on openldapRoy Li2015-09-231-0/+1
| | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gd: disable webp/vpx supportKoen Kooi2015-09-231-2/+4
| | | | | | | | | The recent update to libvpx 1.4.x broke gd. Upstream has replaced libvpx with libwebp, so fixing it isn't worth it. If webp support is really needed, backport https://bitbucket.org/libgd/gd-libgd/commits/a79232c5fa69 and add a PACKAGECONFIG for it. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql.inc: fix indentation to use 4 spacesMartin Jansa2015-09-231-83/+82
| | | | | | | * like rest of meta-oe and other sane layers * never mix tabs and spaces (especially on the same line) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql: set the tclsh as target pathYue Tao2015-09-231-0/+1
| | | | | | | | | | | | The tclsh path in pltcl_listmod is set to sysroot, which causes pltcl_listmod to fails to run on target, so fix the path to /usr/bin/tclsh. $ pltcl_listmod /usr/bin/pltcl_listmod: line 5: /buildarea1/WRLinux70-STD-0825/bitbake_build/tmp/sysroots/x86_64-linux/usr/bin/tclsh: No such file or directory $ Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netmap: add new packageArmin Kuster2015-09-155-0/+239
| | | | | | | | | | | | | this adds netmap, the fast packet I/O framework http://info.iet.unipi.it/~luigi/netmap/ - updated to latest version to get kernel 4.1 support - fixed printf type issue - Fixed manual config options Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* dnsmasq: upgrade 2.72->2.75leimaohui2015-09-153-29/+9
| | | | | | | | -parallel-make.patch is not needed any more,so delete. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* iscsitarget: add new recipeJagadeesh Krishnanjanappa2015-09-143-0/+327
| | | | | | | | | | | | iSCSI Enterprise Target is aimed to develop an open source iSCSI target with professional features, that works well in enterprise environment under real workload, and is scalable and versatile enough to meet the challenge of future storage needs and developments. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lldap: fix the building failure when gcc5 is used or DEBUG_BUILD is 1Roy Li2015-09-142-1/+106
| | | | | | | | | | | | | 1. fix the building failure when host is gcc5 2. fix the building failure when DEBUG_BUILD is 1 by removal of -Werror Remove -Werror, since it is suitable to develop only; otherwise when gcc adds -O0 option to compile codes, the error will be generated since the warning: //# warning _FORTIFY_SOURCE requires compiling with optimization (-O) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* iftop: 1.0pre2 -> 1.0pre4Kai Kang2015-09-141-3/+3
| | | | | | | | * update md5sum of license file Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* opensaf: fix build errors with gcc 5Kai Kang2015-09-143-0/+146
| | | | | | | | Backport patches from upstream to fix opensaf build failures with gcc 5. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* inetutils: add package config pamKai Kang2015-09-142-1/+45
| | | | | | | | Add package config pam for inetutils. And only check pam_appl.h when pam is enabled. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* conntrack-tools: upgrade to 1.4.2Roy Li2015-09-112-2/+88
| | | | | | | | | | 1. upgrade to 1.4.2 2. backport a patch to fix CVE-2015-6496: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-6496 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* libnetfilter-conntrack: upgrade to 1.0.4Roy Li2015-09-111-2/+2
| | | | | | Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* squid: upgrade to 3.5.7Roy Li2015-09-112-44/+11
| | | | | | | | | | | | | | | | | | 1. Remove the squid-change-ksh-referen*.patch which is not needed, since 3.5.7 did not use ksh by default. 2. Update the checksum of COPYING,since the date in it has been changed. 3. Define BUILDCXXFLAGS, otherwise the target gcc options -std=c++11 will add into it, and lead to building failure since host gcc maybe not support "-std=c++11" 4. Assume to support GNU atomic operations by default, the running check on cross-compile setup does not work 5. enable basic auth by checking the DISTRO_FEATURE, and the default dependency on db, opensasl and openldap nis have been set, so enable them by default. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* net-snmp: upgrade 5.7.2.1 -> 5.7.3Li xin2015-09-118-732/+176
| | | | | | | | | | | | | | | | | | | * Dropped backported patches --ifmib.patch --0001-Added-checks-for-printing-variables-with-wrong-types.patch --0001-Fix-CVE-2014-2285.patch --net-snmp-5.7.2-fix-mib-timeout-values.patch * Update patches --dont-return-incompletely-parsed-varbinds.patch --systemd-support.patch * Add a new patch to avoid build Errors. --0001-config_os_headers-Error-Fix.patch Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* atftp: build with gcc 5.2Kai Kang2015-09-111-0/+2
| | | | | | | | | | | | | | | | | atftp fails to build with gcc 5.2: git/tftp_def.h:54:14: warning: inline function 'Strncpy' declared but never defined git/argz.c:44:8: error: redefinition of 'argz_next' GCC 5 defaults to -std=gnu11 instead of -std=gnu89. The semantics of inline function changes. Pass '-std=gnu89' to gcc to compile atftp. Ref: https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* autofs: 5.1.0 -> 5.1.1Kai Kang2015-09-1117-2/+2
| | | | | | Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* drbd: upgrade 8.4.4 -> 8.9.3Li xin2015-09-113-36/+49
| | | | | | | | | | | | | | | | * Change recipe name from drbd to drbd-utils,since after 8.4.5, the drbd userland tools had been moved to their own repository at http://git.linbit.com/drbd-utils.git (tarball at http://oss.linbit.com/drbd) * Add 0001-Makefile.in-don-t-compile-documentation.patch to avoid build Errors. * Dropped drbd.service,since it is provided by Upstream. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* rp-pppoe:3.8->3.11leimaohui2015-09-1114-70/+71
| | | | | | | | | -deleted use-ldflags.patch that not needed. -modified patches for 3.11 Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ptpd: 2.3.1-rc2->2.3.1leimaohui2015-09-112-625/+3
| | | | | | | | | | Delete ptpd-add-dpaa-etsec-support.patch.The reason is the following: - The ptpd-add-dpaa-etsec-support.patch does not suitable for new version. - The upstream didn't accept this patch. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* lftp: add new recipeJagadeesh Krishnanjanappa2015-09-111-0/+26
| | | | | | | | | | | | LFTP is a sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. Every operation in lftp is reliable, that is any non-fatal error is handled and the operation is retried automatically. So if downloading breaks, it will be restarted from the point automatically. Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* mime-construct: add new recipeJagadeesh Krishnanjanappa2015-09-113-0/+339
| | | | | | | | | | | mime-construct constructs and (by default) mails MIME messages. It is entirely driven from the command line, it is designed to be used by other programs, or people who act like programs." Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* ypbind-mt: add status command for initscriptZhu Yanjun2015-09-113-4/+11
| | | | | | | | | | Add the "status" command in initscript to check the status of ypbind. remove ypbind-yocto.init as ypbind.init, which is the initscript, make its name similar to other recipes Signed-off-by: Zhu Yanjun <yanjun.zhu@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* libunique: add a recipe from oe-coreAlexander Kanavin2015-09-084-0/+612
| | | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>