aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-08-24slic3r, libslic3r-perl, libslic3r-xs-perl: tweaks for packagingtimo/meta-makerTim Orling
* Add libslic3r-perl to install Slic3r.pm * Tweak libslic3r-xs-perl to install in proper location * Install slic3r.pl in ${bindir} * Additional RDEPENDS for slic3r.pl Still a work-in-progress.
2014-08-24slic3r: update to git masterTim Orling
* v1.1.6 was broken for perl 5.20.0 - fixed with commit 67bf99633e48f9c8a5863b88c2a03fddc1cc247f * Create a separate recipe for libslic3r-xs-perl * Fixes for install locations for Slic3r/XS.pm, auto/Slic3r/XS/XS.* NOTE: perl Build.PL is not generating a Build script... TODO: add gui requires and recommends Hardcode install of slic3r.pl to ${bindir}? Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24cura-engine: add 14.03Tim Orling
Based on original work of Elias Bakken <elias at iagent dot no>: https://github.com/eliasbakken/meta-replicape/tree/master/recipes-bsp/cura Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24slic3r: add 1.1.6Tim Orling
* For now, only build XS not gui * gui requires cpanm (App::cpanminus) - WIP in openembedded-core for cpanm.bbclass (not pushed yet) * Broken in perl 5.14.3, builds with 5.20.0 - http://patches.openembedded.org/patch/74513/ * Requires WIP perl modules: - http://git.openembedded.org/meta-openembedded-contrib/log/?h=timo/meta-perl
2014-08-24meta-maker: create layerTim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libconstant-defer-perl: add 5Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libmath-libm-perl: add 1.00Tim Orling
NOTE: No license or copyright information provided. Email address in package is undeliverable. Attempted to contact author at lewart@illinois.edu Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libstrictures-perl: add 1.005004Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libextutils-xspp-perl: add 0.18Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libextutils-typemap-perl: add 1.00Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libextutils-typemaps-default-perl: add 1.05Tim Orling
NOTE: requires Module::Build > 0.40 * Fails with perl 5.14.3 * Works with perl 5.20.0 (http://patches.openembedded.org/patch/74513/)
2014-08-24libsub-exporter-progressive-perl: add 0.001011Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24librole-tiny-perl: add 1.003003Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libmoo-perl: add 1.005000Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libmodule-build-withxspp-perl: add 0.14Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libmath-planepath-perl: add 116Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libio-stringy-perl: add 2.110Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libimport-into-perl: add 1.002002Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libextutils-parsexs-perl: add 3.24Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libextutils-makemaker-perl: add 6.98Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libencode-locale-perl: add 1.03Tim Orling
* Based on: Paul Eggleton <paul.eggleton@linux.intel.com> http://github.com/bluelightning/public_bb_recipes * which is forked from Emil Petersen <erp@movis.dk> repo http://github.com/EmilRP/public_bb_recipes/ Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libencode-perl: add 2.62Tim Orling
* Based on v2.52 recipe: Paul Eggleton <paul.eggleton@linux.intel.com> http://github.com/bluelightning/public_bb_recipes * which is forked from Emil Petersen <erp@movis.dk> repo http://github.com/EmilRP/public_bb_recipes Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libdevel-globaldestruction-perl: add 0.12Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-24libclass-method-modifiers-perl: add 2.10Tim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
2014-08-23python-pyparted: Add recipeSujith H
This recipe will provide a set of Python modules that provide Python programmers an interface to libparted, the GNU parted library for disk partitioning and filesystem manipulation. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Sujith H <Sujith_Haridasan@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23lmbench: remove debianutils from RDEPENDS and add perlJackie Huang
- I don't see any evdidence that lmbench needs debianutils to run: debianutils provides: run-parts, tempfile, savelog, which, ischroot, add-shell, installkernel, remove-shell but none of them is used by lmbench scripts and I tested it work fine without debianutils, so remove debianutils from RDEPENDS - Some scripts in lmbench are perl scripts, so add RDEPENDS on perl (no addtional perl module is needed). Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23oscam: fixed QA issue where binary was being strippedroot root
http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095778.html WARNING: QA Issue: File '/usr/bin/oscam' from oscam was already stripped, this will prevent future debugging! [already-stripped] Fix above warning by telling cmake to do Debug type build, which prevents linking with '-s' flag that removed symbols before bitbake could put them into dbg package. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Tom King<ka6sox@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23lmbench: use BPN instead of PNJackie Huang
Use BPN instead of PN to fix the dirs in scripts when build with multilib. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23samba: upgrade to 3.6.24Kang Kai
Upgrade samba to latest 3.6.x version. * remove PR * remove backport CVE patches * update 4 patches: documentation.patch, documentation2.patch, undefined-symbols.patch and bug_387266_upstream_4104_mention-kerberos-in-smbspool-manpage.patch Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23webmin: uprev from 1.620 to 1.700Jackie Huang
Changed: - Adjust or remake the following patches based on 1.700: init-exclude.patch exports-lib.pl.patch Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-23ltp-ddt: update to the latest rev, bump the versionDenys Dmytriyenko
* Fix KERNEL_DIR vs. KERNEL_INC properly, drop not needed Makefile patch * Pass CC and KERNEL_CC to preserve the necessary system flags * Tons of other fixes and new testcases Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21mariadb: refer ubuntu/redhat to add mysql groupHongxu Jia
In ubuntu/redhat, we have: ... ps -eo user,group,cmd | grep "mysql" mysql mysql /usr/sbin/mysqld ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21lmbench: fix doc install failureJackie Huang
Fix the failure: cp: cannot create regular file `/usr/share/man/man1/bargraph.1': Permission denied mkdir: cannot create directory `/usr/share/man/man9': Permission denied Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21lmbench: fix lmbench memory check failureJackie Huang
lmbench can't proceed on some targets. The memory check fails because the memory latency of each page is longer then 10us, which is a time limit set in the original memsize.c. The memory latency is very different on different targets due to the hardware and current system load. The targets with slower memory chips or heavy system load need much longer time to read or write the memory. This fix changes the fixed time limit of 10us to a specific value calculated from the runtime target. Also set an upper limit of memory size used for lmbench testing. The memory check sometimes fails if the target has a large amount of memory, for example more than 4G. Signed-off-by: Qingming Su <qingming.su@windriver.com> Signed-off-by: Fupan Li <fupan.li@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21lmbench: Fix "make html" graph failureJackie Huang
The html-list perl script cannot parse the first line of the result files about the lmbench version. Additional fixes are to make the result's html pages easier to understand. Signed-off-by: Lin Yu <lin.yu@windriver.com> Signed-off-by: Fupan Li <fupan.li@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21fcgi: move recipe and patches to correct folderYangHaibo
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: YangHaibo <b40869@freescale.com>
2014-08-21numactl: fix the ptestRoy.Li
1. one test case is not installed 2. install a copy of numactl into ptest dir, since the test script is using the relative path to run numactl Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21autofs: uprev it to 5.1.0Roy Li
1. Uprev it to 5.1.0, add remove the unneed patches 2. fix a building failure since not include stdarg.h 3. using pkg-config to check xml and krb5 4. force STRIP to empty to not strip the file Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21strongswan: uprev to version 5.2.0Jackie Huang
* removed two patches which were already integrated in 5.2.0: strongswan-4.3.3-5.1.1_asn1_unwrap.patch strongswan-5.0.0-5.1.2_reject_child_sa.patch Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21iw: uprev to version 3.15Jackie Huang
- change to use tar.gz since bz2 is no longer provided in upstream - adjust the patch for new version Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21rtmpdump: Integrate v2.4Andrei Gherzan
Change-Id: I2d8e84189674074385c41f50dc535081e9c845af Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21libcec: Update to v2.1.4Andrei Gherzan
Change-Id: Iaacfe4506b8ce68443fafd1eeee6b3eea6ff667d Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21postgresql: Fix typo in PACKAGECONFIG[python] variableBob Cochran
typo in extra argument to be added when feature is disabled Signed-off-by: Bob Cochran <openembedded@mindchasers.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21e-wm: upgrade to 0.18.8Martin Jansa
Changes since 0.18.7: * screenshot now displays a helpful error message when it fails * efm no longer sometimes shows files from other directories * efm no longer sometimes shows blank filenames * fix syscon button signals * fix winlist scrolling * fix systray appindicator deletion * fix systray appindicator icon loading Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21gypsy: fix QA issue by removing EXTRA_OECONFTom King
Addresses QA issue in: http://lists.openembedded.org/pipermail/openembedded-core/2014-August/095778.html gypsy-0.9: gypsy: configure was passed unrecognised options: --with-distro [unknown-configure-option] Signed-off-by: Tom King <ka6sox@gmail.com> Signed-off-by: Ron Lockwood-Childs <rchilds@vctlabs.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21collectd: make pinba support a selectable featureMaciej Borzecki
Pinba support requires protobuf-c that is currently only available in meta-virtualization layer. Make this a selectable feature. Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21traceroute: uprev it to 2.0.20Roy Li
1. uprev to 2.0.20 2. Update the license md5sum, since the address is changed in COPYING*: From: Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA To: Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21tcpdump: uprev it to 4.6.1Roy Li
1. uprev to 4.6.1 2. remove three obsolete patches 3. use PACKAGECONFIG, and the default value is ipv6 openssl Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21mg: fix build when host system does not have libncurses-devBen Shelton
The configure script for mg checks the standard locations under /usr for the term.h header file needed to build against ncurses; however, in the OE cross-compile case, this is not valid, since the file will be under the sysroot instead. This causes the configure step to fail when the build machine does not have the libncurses-dev package installed. To fix the issue, remove the check. Since mg DEPENDS on ncurses, term.h will always be there. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-21cgdb: add recipeBen Shelton
cgdb is a lightweight ncurses-based interface to gdb that provides syntax highlighting, visual breakpoints, and other features. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>