aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-06-03lksctp-tools: add recipe (version 1.0.16)Mihaela Sendrea
This recipe comes from arago-oe-dev: https://github.com/mrchapp/arago-oe-dev/tree/master/recipes/lksctp-tools Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-06-03net-snmp: install net-snmp-config script to STAGING_BINDIR_CROSSAlexandre Fournier
This recipe was installing net-snmp-config script to STAGING_BINDIR instead of STAGING_BINDIR_CROSS, during the do_install. It is not recommended and must be done after staging. Changes: * Remove STAGING_BINDIR manipulations from do_install_append * Add net_snmp_sysroot_preprocess function instead * Append net_snmp_sysroot_preprocess to SYSROOT_PREPROCESS_FUNCS Signed-off-by: Alexandre Fournier <alexandre.fournier@kiplink.fr> Signed-off-by: Joe MacDonald <joe@deserted.net>
2014-05-21libwebp: add new recipe for version 0.4.0Matthieu CRAPET
This is the WebP image format designed by Google. WebM is already included in meta-openembedded. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21mesa-glut: fix S!=B failureMatthieu CRAPET
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21faac: fix S!=B failureMatthieu CRAPET
Also use ${BP} and ${BPN}. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21pm-qa: update to 0.4.10 releaseFathi Boudra
Update SRC_URI, /tools/ is deprecated. Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21conntrack-tools: add depends on bison-nativeJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-21open-vcdiff: update to 0.8.4Matthieu CRAPET
wget is ignoring "Content-Disposition" http header, that's why I've added 'downloadfilename' in SRC_URI. Note: Googlecode discarded their download section and moved to Googledrive. http://google-opensource.blogspot.fr/2013/05/a-change-to-google-code-download-service.html Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.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-15libssh: update to 0.6.3Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15libmtp: Fix 'Makefile.am: No such file or directory' build error.Charles Oram
* skip_udev_rules_generation() needs to reference Makefile.am in the recipe source directory. Signed-off-by: Charles Oram <charles@oram.co.nz> 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-15gpm: 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-15log4cplus: use better file for LIC_FILES_CHKSUMMartin Jansa
* simplify SRC_URI * INSTALL file is changing checksum Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15exalt-client: fix build for B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15elmdentica: remove autopoint to fix B!=S buildMartin Jansa
* it probably isn't needed anymore Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15ephoto, libeflvala: use autotools-brokensepMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15flame: fix build for B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15rain: fix build for B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15exalt: fix build for B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15lightmediascanner: fix build for B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15azy: fix build for B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15jq: add new recipe for version 1.3Matthieu CRAPET
jq is like sed but for JSON data. It's a very useful tool with no dependency. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15fbset: add dependency flex-nativeKai Kang
Build fbset failed with: | flex modes.l | make: flex: Command not found | make: *** [lex.yy.c] Error 127 Add dependency flex-native to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15xorg-fonts-100dpi: add recipeBen Shelton
Adding a packagegroup recipe to build all the core 100dpi X fonts. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15font-bitstream-100dpi: add recipeBen Shelton
Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15font-bh-lucidatypewriter: add recipeBen Shelton
Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15font-bh-100dpi: add recipeBen Shelton
Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15font-adobe-utopia: add recipeBen Shelton
Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15font-adobe-100dpi: add recipeBen Shelton
Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15bdftopcf: add recipeBen Shelton
The bdftopcf tool is necessary to build the core X fonts, which ship in BDF format. Adapted from a recipe in OE-Classic and from an earlier mailing list post by Trevor Woerner. Signed-off-by: Ben Shelton <ben.shelton@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15xdelta3: add optional lzma supportMatthieu CRAPET
Using PACKAGECONFIG. Disabled by default. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> 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-15pm-qa: update to 0.4.9 releaseFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15wv: add libpng dependencyTim Orling
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15glmark2: update to version 2014.03Diego Rondini
Update glmark2 receipe to upstream version 2014.03. The configure step has changed and instead of using "--enable-stuff" syntax, now the syntax is "--with-flavors=flavor1,flavor2". Thanks to Paul Eggleton for the help on how to deal with that: https://lists.yoctoproject.org/pipermail/yocto/2014-April/019328.html Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15openldap: fix build against gnutls3Koen Kooi
OE-core update from gnutls2 to gnutls3, openldap needs patches to cope with that. Also add libgcrypt to DEPENDS since openldap links against it directly now instead of through gnutls. Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-15quagga, fim, gpsd, hddtemp, libunwind, lzip: Change the url to variable for ↵Changhyeok Bae
savannah in SRC_URI * The variables (SAVANNAH_MIRROR) are defined in oe-core/meta/conf/bitbake.conf. * MIRRORS in quagga and libunwind is removed. because the MIRRORS of savannah is globally defined in oe-core/meta/classes/mirrors.bbclass Signed-off-by: Changhyeok Bae <changhyeok.bae@lge.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-13xdebug: add license filePaul Eggleton
Add the Xdebug license file to avoid a missing generic license file warning during building. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-13xdebug: update to 2.2.5Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-13phpmyadmin: update to 4.2.0Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-13modphp: update to 5.5.12Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2014-05-12python-efl: add dependency on python-dbus and lua to always build edje and ↵Martin Jansa
elementary bindings * fixes following issue in test-dependencies report: python-efl/python-edje/latest lost dependency on edje eglibc eina libpython2 python-efl/python-elementary/latest lost dependency on eglibc eina elementary evas libpython2 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12mongodb: update LICENSE AGPLv3 -> AGPL-3.0Martin Jansa
* to fix: WARNING: mongodb: No generic license file exists for: AGPLv3 in any provider Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12mongodb: add libpcap dependencyMartin Jansa
* fixes following issue from test-dependencies report: mongodb/mongodb/latest lost dependency on libpcap Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-12maliit-framework: add dependency on dbus, gtk+ and gtk+3 for deterministic ↵Martin Jansa
builds * otherwise maliit-framework-gtk is empty * fixes following issues from test-dependencies report: maliit-framework/maliit-framework-gtk/latest lost dependency on eglibc glib-2.0 gtk+ gtk+3 libgcc libqtcore4 maliit-framework pango Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>