aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
AgeCommit message (Collapse)Author
2014-09-18rrdtool: use rrdtool rather than PNRobert Yang
The "${datadir}/${PN}" will be changed to "${datadir}/lib32-rrdtool" when multilib which isn't what need, use rrdtool to fix the problem. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-08-28md5deep: Add recipe for md5deep package version 4.4Sven Ebenfeld
I need to build hashdeep/md5deep within OE to include it in my images. This recipe enables OE to cross-compile md5deep. I needed to add the patch as do_configure_qa is complaining about cross-compilation errors otherwise. I added a pull request for the issue with the variable expansion to hashdeep as well. Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> 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-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-15collectd: make amqp plugin a selectable featureMaciej Borzecki
The version of rabbitmq-c that collectd is compatible with, is older than currently available 0.5.0. This results in build errors triggerred by API deprecation at rabbitmq-c side. Make amqp plugin a selectable feature, disabled by default. 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-11rsyslog: use syslog as the script name of syslog-initJackie Huang
Use syslog as the default symlink and INITSCRIPT_NAME just as sysklogd and syslog-ng did. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11rrdtool: update to 1.4.8Peter Bigot
* Upstream now uses git, so retrieve releases from the reference repository. * The previous patch to remove tcl support does not apply cleanly to this release. Eliminate it and disable tcl via configure instead. * Backport a patch to remove a never-shoulda-been-there file that was installed but not packaged. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11polkit-gnome: remove unrecognized configure optionsMartin Jansa
* fixes following QA warnings: polkit-gnome-0.102: polkit-gnome: configure was passed unrecognised options: --disable-scrollkeeper --disable-man-pages [unknown-configure-option] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-11libungif: remove and use giflib everywhereMartin Jansa
* giflib says it's API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented. * the selection between giflib and libungif wasn't ever determinictic because of conflicts in sysroot * resolves couple of undeterministic dependencies and: WARNING: The recipe giflib is trying to install files into a shared area when those files already exist. Those files and their manifest location are: sysroots/qemuarm/usr/include/gif_lib.h Matched in manifest-qemuarm-libungif.populate_sysroot Please verify which package should provide the above files. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10libwmf: add missing pkgconfigMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-08-10libwmf: use pkgconfig for freetypeKoen Kooi
And while we're at it list freetype in DEPENDS as well. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22subsurface: Fix libxml and libm build failuresRichard Purdie
Use pkg-config to find libxml2 and also link against libm to avoid build failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22lcdproc: Remove floating dependency on libhidRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22hplip: Use "foreign" automake strictness and autotools-brokensepRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-07-22hexedit: Disable separate build since its brokenRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22mozjs: Add missing zlib dependencyRichard Purdie
Avoids a QA warning. In reality zlib is likely nearly always built before mozjs. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22liblognorm: add recipeRoy Li
liblognorm is a tool to normalize log data. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15recipes: add missing pkgconfig inheritMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15meta-oe: use BPN in SRC_URIRobert Yang
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15recipes: Add missing pkgconfig dependenciesRichard Purdie
These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependencyRichard Purdie
This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21polkit-gnome: add missing dependency on gnome-commonRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing pkgconfig class inheritsRichard Purdie
* These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing dependency on intltool-nativeRichard Purdie
* These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libwmf: Blacklist because freetype-config was removedMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21zsh: Blacklist because of broken with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21dialog: inherit brokensep and use pkg-config to detect ncursesRoy Li
1. inherit autotools-brokensep, or else configuration will fail since B!=S 2. use pkg-config to detect ncurses, since ncurses-config no longer works Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libsocketcan: Fix build with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21rsyslog: use pkgconfig to check libgcryptRoy Li
libgcrypt does no longer provide libgcrypt-config, and provide *.pc, so we should use pkgconfig to check Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21lcdproc: fix do_install for S!=BPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21acpica: pass target cflagsKoen Kooi
This fixes: | make[1]: *** [obj/aeexec.o] Error 1 | In file included from /build/linaro/build/build/tmp-eglibc/sysroots/genericarmv7a/usr/include/features.h:402:0, | from /build/linaro/build/build/tmp-eglibc/sysroots/genericarmv7a/usr/include/string.h:25, | from ../../../source/include/platform/aclinux.h:115, | from ../../../source/include/platform/acenv.h:150, | from ../../../source/include/acpi.h:56, | from ../../../source/tools/acpiexec/aecommon.h:51, | from ../../../source/tools/acpiexec/aehandlers.c:44: | /build/linaro/build/build/tmp-eglibc/sysroots/genericarmv7a/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory | # include <gnu/stubs-soft.h> | ^ | compilation terminated. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10tipcutils: B!=S fixArmin Kuster
The do_install_append was trying to install from src location and not the build. Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21liblockfile: remove unrecognized configure optionChen Qi
The '--enable-static' is an unrecognized configure option, thus removing it. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21liblockfile: inherit autotools-brokensepChen Qi
Seperation of ${B} and ${S} causes a build failure for liblockfile. The error message is as follows. make: *** No rule to make target `lockfile.c', needed by `lockfile.o'. Stop. Make liblockfile inherit autotools-brokensep to fix this problem. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15rrdtool: fix S!=B failureKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15tmux: fix S!=B problemsKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15acpitests: update to 20140424 releaseFathi Boudra
Sync up/refresh aapits build fixes, 0001-Fixup-aapits-build.patch is splitted and replaced by aapits-linux.patch / aapits-makefile.patch Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15acpica: update to 20140424 releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15fwts: update to 14.05.00 releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-05libconfig: inherit from autotools-brokensepAndrea Galbusera
do_compile fails otherwise Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03fwts: inherit autotools-brokensepKoen Kooi
Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03t1lib: Fix build when S != BKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03mozjs: Fix build when B != SKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03rrdtool: enable perl and python bindingsChong.Lu@windriver.com
1. default enable perl and python bindings 2. rrdtool uses perl.real, perl.real doesn't know where the PERL5LIB should be when prebuilts are used. Use the wrapper perl instead, perl sets PERL5LIB and invokes perl.real 3. While using dash as /bin/sh, subsequent commands in functions will not use the environment variables passed to the function call line unless explicitly run "export ENV_VAR". 4. delete unrecognized options: "--enable-local-libpng" and "--enable-local-zlib" Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03collectd: add threshold.so, load.so and disk.so in PRIVATE_LIBSJackie Huang
to avoid the folloing warnings: log.world.20140418_190059.log/bitbake.log:WARNING: gegl-0.2.0 was registered as shlib provider for load.so, changing it to collectd-5.2.2 because it was built later log.world.20140418_190059.log/bitbake.log:WARNING: libgphoto2-camlibs-2.4.11 was registered as shlib provider for disk.so, changing it to collectd-5.2.2 because it was built later log.world.20140418_190059.log/bitbake.log:WARNING: gegl-0.2.0 was registered as shlib provider for threshold.so, changing it to collectd-5.2.2 because it was built later Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03rsyslog: add DEPENDS on bison-native and flex-nativeJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2014-05-03rsyslog: Add config files and use update-alternatives for rsyslogJackie Huang
- Add a logrotate config file for rsyslog. - Change rsyslog.conf to be compatible with sysklogd.conf. - Use update-alternatives since we have other syslog systems: sysklogd, busybox-syslog, etc. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2014-05-03rsyslog: add PACKAGECONFIG for optional featuresJackie Huang
rsyslog supports many optional features, add PACKAGECONFIG for them to ensures that the dependency on related packages is deterministic and so that we can easily enable/disable features. Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2014-05-03rsyslog: use BPN to fix multilib and add all licensesJackie Huang
- use BPN instead of PN to fix multilib builds - add all three licenses - add DESCRIPTION Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
2014-04-21gnuplot: added upstream license file and updated recipe to matchStephen Arnold
This fixes QA warnings about missing license file and updates the license type to match custom license file. Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>