summaryrefslogtreecommitdiffstats
path: root/meta-oe
Commit message (Collapse)AuthorAgeFilesLines
...
* re2c: Fix for modern automakeRichard Purdie2014-07-222-1/+20
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgc: Drop, its bdwgc in OE-CoreRichard Purdie2014-07-222-25/+1
| | | | | | | | | | There is not point in having two of this piece of software, I've merged the missing PACKAGECONFIG into the OE-Core version, we can drop this one. Update zile's DEPENDS to match (its only user in meta-oe). Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-ttf: Update configure.patchRichard Purdie2014-07-222-4/+43
| | | | | | | | | | | Update configure.patch to modernise configure.in, in particular passing the foreign option to automake. The other changes are other modernisations that were needed to make that. Also use rm -f so that do_configure can rerun in the prepend. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fltk: Disable separate build since its brokenRichard Purdie2014-07-221-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hexedit: Disable separate build since its brokenRichard Purdie2014-07-221-1/+1
| | | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mozjs: Add missing zlib dependencyRichard Purdie2014-07-221-1/+1
| | | | | | | 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>
* luajit: remove fsl ppc specfic patchTing Liu2014-07-222-107/+0
| | | | | | | Will add this patch in meta-fsl-ppc layer via bbappend. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* liblognorm: add recipeRoy Li2014-07-222-0/+22
| | | | | | | 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>
* meta-python: move recipes from meta-oeTim Orling2014-07-2236-1022/+0
| | | | | | | | | | | | | | | | | * Move recipes from meta-openembedded/meta-oe that are not depended upon by recipes already in meta-oe (e.g. gateone, anki) * Recipes NOT moved: python-futures python-pyopenssl python-simplejson python-tornado python-pyqt python-sip Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: add dependency on intltool-nativeMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pidgin: add missing dependency on intltool-nativeMartin Jansa2014-07-221-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnice: create ${S}/m4 directory before gtkdocize is calledMartin Jansa2014-07-221-0/+4
| | | | | | | | | * otherwise it fails with: + gtkdocize --docdir /OE/build/shr-core/tmp-eglibc/work/core2-64-oe-linux/libnice/0.0.13-r4/libnice-0.0.13 ln: target 'm4/' is not a directory: No such file or directory cp: cannot create regular file 'm4/': Not a directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* navit, usbpath: add missing pkgconfig inheritMartin Jansa2014-07-222-3/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libee: add recipeRoy Li2014-07-225-0/+80
| | | | | | | | The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: not build obj32 for powerpc64Ting Liu2014-07-221-0/+1
| | | | | | | | | | | | | | If obj32 needed, user can build lib32-libhugetlbfs. Fix the below build issue for 64bit powerpc boards: | fatal error: gnu/stubs-32.h: No such file or directory | # include <gnu/stubs-32.h> | ^ | compilation terminated. | make: *** [obj32/elflink.o] Error 1 Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: use ARCH ppc/ppc64 for powerpc/powerpc64Ting Liu2014-07-221-1/+4
| | | | | | | | | | In recent libhugetlbfs source, powerpc/powerpc64 is changed back to ppc/ppc64 (to match with the output of `uname -a`). Update the recipe to avoid build issue for now. Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: fix packagingKoen Kooi2014-07-221-1/+5
| | | | | | | | | Libhugetlbs doesn't generate proper .so.X libs, only two .so files. Package those in ${PN} and silence the resulting QA warning. This fixes: ERROR: QA Issue: libhugetlbfs-tests rdepends on libhugetlbfs-dev Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: fix versioningKoen Kooi2014-07-221-0/+3
| | | | | | | PE bump is needed because "git+stuff"" > "2.18" Signed-off-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libhugetlbfs: arm 32bit supportChunrong Guo2014-07-222-1/+31
| | | | | Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* memstat: add new recipeJackie Huang2014-07-221-0/+30
| | | | | | | | | | | | memstat is a small proc-based utility designed to help the system administrator figure out what's consuming memory. Like ps, it lists all the processes, and how much private memory each is using. Unlike ps, it also lists all the shared objects (shared libraries and executables) that are in memory, and which processes are using those shared objects. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* postgresql : Fix build using pkg-config for libxml-2.0.Philip Balister2014-07-222-0/+44
| | | | | | | | | | | | Use package-config instead of binconfig for libxml-2.0. The pgac_option processing is filtering the output from the xml-config programming. The pkgconfig output is good enough to use without such filtering. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usb-modeswitch: Do not try to use autotoolsJukka Rissanen2014-07-221-2/+4
| | | | | | | | There is only one Makefile in the project so there is no need to use autotools. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-ttf: fix build without freetype-configMartin Jansa2014-07-222-0/+58
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-mail: Add missing libgcrypt dependencyMartin Jansa2014-07-221-1/+1
| | | | | | | | | * otherwise fails with: | claws-mail/3.9.0-r0/claws-mail-3.9.0/src/common/ssl.c:35:20: fatal error: gcrypt.h: No such file or directory | #include <gcrypt.h> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xmlstarlet: fix S!=B failureMatthieu CRAPET2014-07-212-2/+40
| | | | | | | Extra change: use ${BP} Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libeigen: remove obsolete setting for default out-of-tree buildLukas Bulwahn2014-07-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Since commit 783fb88f@openembedded-core, out-of-tree builds of cmake-based recipes are the default, and the variables OECMAKE_BUILDPATH and OECMAKE_SOURCEPATH were deprecated. With the commit 2c23d7ab@openembedded-core, the variable OECMAKE_SOURCEPATH was put back into action, but this causes the libeigen recipe to fail as OECMAKE_SOURCEPATH is set in the recipe, but OECMAKE_BUILDPATH is set to the bbclass default. This commit simply removes both variables from the libeigen recipe and hence sets the recipe to do a default out-of-tree build. This resolves the build failure of libeigen with 2c23d7ab@openembedded-core, and furthermore, the adjusted recipe still works with the cmake.bbclass of 783fb88f@openembedded-core. The build failure was discovered during the regression testing of the meta-ros layer. The exact build error message and its investigation is recorded in issue #276 of the meta-ros issue tracker at https://github.com/bmwcarit/meta-ros/issues/276. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Tested-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* claws-mail: Fix build with B!=SMartin Jansa2014-07-211-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpostproc: fix S!=B failureTim Orling2014-07-211-1/+1
| | | | | | | | | | | Implement khem's suggestion, ${S}/configure $(EXTRA_OECONF). NOTE: with or without autotools-brokensep, the following: | WARNING: QA Issue: ELF binary 'libpostproc.so.52.0.100' | has relocations in .text Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* usleep: add 1.0 recipeMing Liu2014-07-154-0/+480
| | | | | | | Add usleep in to support sleeping some number of microseconds. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgc: add PACKAGECONFIG for libatomic-opsMartin Jansa2014-07-151-0/+4
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* irssi: add --with-ncurses optionMartin Jansa2014-07-151-2/+3
| | | | | | | | | | | * otherwise do_configure tries to find ncurses.h on host and disables ncurses support when not found, then build fails because of missing -lcurses when using terminfo-core.o: | terminfo-core.o: In function `_set_bg': | /OE/irssi/0.8.15+0.8.16-rc1-r0/irssi-0.8.16-rc1/src/fe-text/terminfo-core.c:343: undefined reference to `tputs' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* glmark2: inherit distro_features_checkMartin Jansa2014-07-151-1/+1
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* linuxptp: Use environment compiler settingsOtavio Salvador2014-07-152-3/+41
| | | | | | | | | | | | | | | | | | | If the machine uses hard floating point, the build fails as below: arm-oel-linux-gnueabi-gcc -Wall ... In file included from .../build/tmp/sysroots/imx6qsabresd/usr/include/features.h:402:0, from .../build/tmp/sysroots/imx6qsabresd/usr/include/errno.h:28, from clock.c:19: .../build/tmp/sysroots/imx6qsabresd/usr/include/gnu/stubs.h:7:29: fatal error: gnu/stubs-soft.h: No such file or directory # include <gnu/stubs-soft.h> This patch fixes the build system to reuse the CC variable and also passes over the defined CFLAGS so the choosen optimization and build options are respected. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* hostapd: uprev to 2.2Roy Li2014-07-153-3/+3
| | | | | | | Rename hostap-daemon as hostapd and uprev it to 2.2 Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* v4l-utils: Add virtual/libx11 dependency only if X11 is availableOtavio Salvador2014-07-151-1/+2
| | | | | | | | In case we are building in a X11-less distro we shouldn't depends on virtual/libx11. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cpuburn-neon: Upgrade to version 20140626Lauren Post2014-07-151-4/+5
| | | | | | | | | Previous location is no longer accessible and breaks builds that include cpuburn-neon. This updates the location to fix the build breaks Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cppzmq : Adds C++ API for zeromq.Philip Balister2014-07-151-0/+19
| | | | | Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* zero-mq : Add recipe.Philip Balister2014-07-151-0/+27
| | | | | | | | Builds on ARM and tests ran on Zynq. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Martin Townsend <martin.townsend@xsilon.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debianutils: Use update-alternatives classDrew Moseley2014-07-151-34/+11
| | | | | | | | | | Use the update-alternatives class rather than explicit pkg_prerm_${PN} and pkg_postinst_${PN} tasks. This allows the configuration to happen at build time rather than on first boot. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* debianutils: Remove postinstall for some apps.Drew Moseley2014-07-151-3/+3
| | | | | | | | | | | The mkboot and sensible-* apps have been removed from upstream debianutils. Remove them from the postinstall stages. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197463 http://en.it-usenet.org/thread/18153/169437/ Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* vim: work around rpm picking up perl as a depJackie Huang2014-07-151-1/+2
| | | | | | | | | | | | | | | | | | Some perl example scripts cause RPM to add perl as a dep, which we don't want, so remove x bit as work around just like the ones for csh and awk. Refer to: 1b088e4 vim: workaround nawk dependency problem with RPM 280d150 vim: workaround a dependency problem with RPM I think a better solution might be: Split the tools directory into a new package ${PN}-tools and add RDEPENDS on csh, awk and perl for it and we don't put it in RRECOMMENDS to install along with vim. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* clutter-box2d: blacklist because of B!=SMartin Jansa2014-07-151-0/+5
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: remove spurious GTK+ build dependencyRoss Burton2014-07-151-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: use PACKAGECONFIG to control graphics formats supportedRoss Burton2014-07-151-1/+6
| | | | | | | | Add explicit PACKAGECONFIG statements for JPEG, PNG and TIFF. libpng wasn't previously a direct build dependency but is pulled in via GTK+. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* poppler: inherit gtk-docRoss Burton2014-07-151-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: add missing pkgconfig inheritMartin Jansa2014-07-152-2/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: fix no newline at end of fileRobert Yang2014-07-154-4/+4
| | | | | | | | | Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: use BPN in SRC_URIRobert Yang2014-07-1556-56/+56
| | | | | | | | | | | | 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>
* samba: fix dependency issue about tallocChong.Lu@windriver.com2014-07-151-1/+1
| | | | | | | Check whether to enable external talloc by PACKAGECONFIG. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Add missing pkgconfig dependenciesRichard Purdie2014-07-1510-10/+10
| | | | | | | 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>