- 03 Dec, 2014 1 commit
-
-
Martin Jansa authored
* fixes following configure errors like: checking for SQLite3 library >= 3.0.0... yes cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure: line 25411: test: !=: unary operator expected configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version! * and autodetected expat support which sometimes tries to use host version from /usr/include Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 29 Oct, 2014 2 commits
-
-
Jackie Huang authored
* lib/mkmf.rb (create_makefile): fix race conditions at install-ext. target files need to depend on destination directory timestamp files, not phony trgets. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Acked-by:
Cliff Brake <cbrake@bec-systems.com>
-
Roy Li authored
Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Acked-by:
Cliff Brake <cbrake@bec-systems.com>
-
- 14 Oct, 2014 1 commit
-
-
Javier Viguera authored
The package download URL has changed. Signed-off-by:
Javier Viguera <javier.viguera@digi.com> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com>
-
- 26 Sep, 2014 1 commit
-
-
Oliver Stäbler authored
The path to download libmikmod has changed on sourceforge. Adjust the path so the tar.gz can be downloaded again. Signed-off-by:
Oliver Stäbler <oliver.staebler@bytesatwork.ch> Acked-by:
Cliff Brake <cbrake@bec-systems.com>
-
- 01 Sep, 2014 1 commit
-
-
Otavio Salvador authored
The configure script has mistakenly choose to enable iconv support, due host to provide it, adding '/usr/lib' to the linking flags and failing as: ,----[ Linking error while testing 'fork' support ] | conftest.c:268: warning: conflicting types for built-in function 'fork' | .../build/tmp/sysroots/x86_64-linux/usr/lib/libxml2.so: | undefined reference to `gzopen64@ZLIB_1.2.3.3' | collect2: ld returned 1 exit status `---- This patch disables iconv support for native builds fixing the error. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Acked-by:
Armin Kuster <akuster808@gmail.com> Acked-by:
Cliff Brake <cbrake@bec-systems.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 23 Aug, 2014 5 commits
-
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* 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>
-
Martin Jansa authored
* without it, do_configure fails: | Checking for 'x11' : not found | The configuration failed * inherit distro_features_check Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* it's possible to exclude ktap-module dependency from siggen, but then we would need to exclude virtual/kernel and that doesn't work we would need to list all posisble providers as ktap->linux-yocto ktap->linux-foo .... Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 18 Aug, 2014 1 commit
-
-
Otavio Salvador authored
This extends the dependencies on pointer.h to fix following error: | ./sysinfo.sh arm-poky-linux-gnueabi-gcc ... | In file included from misc.h:36:0, | from misc.c:23: | nmglobal.h:29:21: fatal error: pointer.h: No such file or directory | #include "pointer.h" | ^ | compilation terminated. | make: *** [misc.o] Error 1 | make: *** Waiting for unfinished jobs.... | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 12 Aug, 2014 2 commits
-
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 06 Aug, 2014 1 commit
-
-
Otavio Salvador authored
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br> Acked-by:
Otavio Salvador <otavio@ossystems.com.br> Acked-by:
Cliff Brake <cbrake@bec-systems.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 16 Jul, 2014 3 commits
-
-
Otavio Salvador authored
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> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com>
-
Lauren Post authored
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> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com>
-
Philip Balister authored
Oh the pain. Tested for ARM. Can build GNU Radio and an sdk that builds GNU Radio. Update Upstream-Status for build system patch. Signed-off-by:
Philip Balister <philip@balister.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com>
-
- 01 Jul, 2014 2 commits
-
-
Balasubramanian, Aparna authored
Signed-off-by:
Aparna Balasubramanian <aparnab@ti.com> Signed-off-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com> [Backport from meta-oe/master c992b1ba ] Signed-off-by:
Denys Dmytriyenko <denys@ti.com> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com>
-
Franklin Cooper Jr authored
Signed-off-by:
Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by:
Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com>
-
- 23 Jun, 2014 2 commits
-
-
Steffen Sledz authored
live.2013.04.30.tar.gz is no longer available at original live555 url and the url of the FreeBSD mirror has changed according to[1]. [1] <http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/README.txt > Signed-off-by:
Steffen Sledz <sledz@dresearch-fe.de> Signed-off-by:
Cliff Brake <cbrake@bec-systems.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Cliff Brake authored
Signed-off-by:
Cliff Brake <cbrake@bec-systems.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 12 May, 2014 10 commits
-
-
Martin Jansa authored
* 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>
-
Martin Jansa authored
* to fix: WARNING: mongodb: No generic license file exists for: AGPLv3 in any provider Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* fixes following issue from test-dependencies report: mongodb/mongodb/latest lost dependency on libpcap Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* 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>
-
Martin Jansa authored
* fixes following issue in test-dependencies report: xterm/xterm/latest lost dependency on fontconfig libxft Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* xft requires fontconfig, but pkg-config --libs xft doesn't return it add it manually Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* fixes following issue from test-dependencies report: sox/sox/latest lost dependency on libao Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* fixes following issues from test-dependencies report: navit/navit/latest lost dependency on fribidi navit/navit-graphics-gtk/latest lost dependency on imlib2 navit/navit-graphics-sdl/latest lost dependency on eglibc freetype Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* fixes following issues from test-dependencies report: Found errors: libao/libao-plugin-libalsa/latest doesn't exist libao/libao-plugin-libalsa-dbg/latest doesn't exist libao/libao-plugin-libpulse/latest doesn't exist libao/libao-plugin-libpulse-dbg/latest doesn't exist Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- 09 May, 2014 8 commits
-
-
Yue Tao authored
IKEv2 in strongSwan 4.0.7 before 5.1.3 allows remote attackers to bypass authentication by rekeying an IKE_SA during (1) initiation or (2) re-authentication, which triggers the IKE_SA state to be set to established. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2338 Signed-off-by:
Yue Tao <Yue.Tao@windriver.com> Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
yzhu1 authored
The perl_trapd_handler function in perl/TrapReceiver/TrapReceiver.xs in Net-SNMP 5.7.3.pre3 and earlier, when using certain Perl versions, allows remote attackers to cause a denial of service (snmptrapd crash) via an empty community string in an SNMP trap, which triggers a NULL pointer dereference within the newSVpv function in Perl. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2285 Signed-off-by:
yzhu1 <yanjun.zhu@windriver.com> Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
yanjun.zhu authored
The Linux implementation of the ICMP-MIB in Net-SNMP 5.5 before 5.5.2.1, 5.6.x before 5.6.2.1, and 5.7.x before 5.7.2.1 does not properly validate input, which allows remote attackers to cause a denial of service via unspecified vectors. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-2284 Signed-off-by:
yanjun.zhu <yanjun.zhu@windriver.com> Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Yue Tao authored
Set the PERLPROG to target perl to avoid host contamination. Signed-off-by:
Yue Tao <Yue.Tao@windriver.com> Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Martin Jansa authored
emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist recipes failing in world builds * these are failing for last couple months, blacklist them until someone steps up and starts maintaining them * see http://www.openembedded.org/wiki/Bitbake_World_Status Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
* missing DEPENDS were detected in Martin's world with test-dependencies (libxmu & libxpm will still apear in distroless environments) * help-browser depends on webkit-gtk which takes very long to build so disable it by default Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
detected in Martin's world with test-dependencies Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
detected in Martin's world with test-dependencies Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-