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>
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>
* 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>
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>
* 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>
* fixes following issue from test-dependencies report:
mongodb/mongodb/latest lost dependency on libpcap
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
* fixes following issue in test-dependencies report:
xterm/xterm/latest lost dependency on fontconfig libxft
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* 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>
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>
* 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>
First version had no "PATCH] on subject line and wrong layer [meta-perl]
* add PKGCONFIG for libass, mkv
* drop PKGCONFIG for id3tag, mpeg2dec
* drop unrecognized options:
--enable-v4l,
--disable-opengl,-id3tag,-mpeg2dec
* add dependencies from JaMa builds / configure.ac
NOTE: requires fluidsynth >= 1.1.2 (will work on that next)
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
First version had no [PATCH] on subject line and non-helpful "inherit gettext"
* now hosted at sourceforge
* drop unrecognized option for readline
NOTE: autotools is deprecated
TODO: investigate cmake build
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Changes:
- add PACKAGECONFIG "xft" enables XFontConfig features
- add PACKAGECONFIG "xss" enables XScreenSaver extension
- use ${BPN} and ${PV}
- use ${VER} intermediate variable for readability
- fulfill LIC_FILES_CHKSUM
- remove BINCONFIG_GLOB: inherit binconfig is not present, lib/tkConfig.sh paths are valid
- add SSTATE_SCAN_FILES, like it is done in tcl recipe (OE-Core)
Note: tcl and tk are sharing the same licence, tcl licence file in commited in OE-Core.
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This updates to last stable release and, as a plus, fix an out of tree
build failure.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* we're building separate native binary make-c-interface which is also checking
for neon with pkg-config, when it fails it's not fatal and configure continues
to configure target version (which finds neon correctly) but failed native
make-c-interface build resultsin this error:
-- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28")
-- checking for module 'neon'
-- found neon, version 0.30.0
CMake Error at /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
Could NOT find Neon (missing: NEON_LIBRARIES)
Call Stack (most recent call first):
/OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindNeon.cmake:19 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:22 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
See also "/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/CMakeFiles/CMakeOutput.log".
make: *** No rule to make target 'make-c-interface'. Stop.
...
-- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28")
-- checking for module 'neon'
-- found neon, version 0.30.0
-- Found Neon: /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/lib/libneon.so
CMake Error at src/CMakeLists.txt:19 (INCLUDE):
include could not find load file:
/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/ImportExecutables.cmake
-- Configuring incomplete, errors occurred!
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* when there is no gtk+ in sysroot, configure fails to find it
but doesn't cause do_configure task to fail :/
configure: WARNING: using cross tools not prefixed with host triplet
checking pkg-config is at least version 0.9.0... yes
checking for GTK... no
* builds fails a bit later with confusing do_install error:
ERROR: Function failed: do_install (log file is located at /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526)
ERROR: Logfile of failure stored in: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
| DEBUG: Executing shell function do_install
| NOTE: make -j 9 DESTDIR=/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/image install
| make: *** No rule to make target 'install'. Stop.
| ERROR: oe_runmake failed
| WARNING: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/run.do_install.31526:1 exit 1 from
| exit 1
| ERROR: Function failed: do_install (log file is located at /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/gtkperf/0.40-r0/temp/log.do_install.31526)
NOTE: recipe gtkperf-0.40-r0: task do_install: Failed
ERROR: Task 2 (/OE/build/oe-core/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf_0.40.bb, do_install) failed with exit code '1'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This fixes the Makefile so the client.txt file is copied from the
original source tree. This fixes the out of tree build error.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* otherwise it tries to use libraries from wrong sysroot or sometimes
it fails in do_configure already with:
| configure.ac:160: warning: macro 'AM_PATH_LIBGCRYPT' not found in library
| autoreconf: running: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/autoconf --force
| configure.ac:160: error: possibly undefined macro: AM_PATH_LIBGCRYPT
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>