Cscope is an interactive, screen-oriented tool that allows the user to
browse through C source files for specified elements of code.
Signed-off-by: Igor Santos <igor.santos@aker.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Ctags generates an index (or tag) file of language objects found in
source files that allows these items to be quickly and easily located by
a text editor or other utility. A tag signifies a language object for
which an index entry is available (or, alternatively, the index entry
created for that object).
Signed-off-by: Igor Santos <igor.santos@aker.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
libdir is defined as ${prefix}/lib/, but we want it to support multilib path
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Direct copy from recipe in meta-cloud-services. Same recipe is also in
meta-openstack. GNU Radio (in meta-sdr) will needs this recipe
so it seems like time to move the recipe to a central layer.
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Remove apache-CVE-2014-0117.patch which apache2 2.4.12 has it
Update the apache-ssl-ltmain-rpath.patch
Backport the patch to fix CVE-2015-0228
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Drop upstreamed patches
Fix cross compile and compiling with newer g++
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
WARNING: QA Issue: /usr/lib/libnet-ssleay-perl/ptest/t/local/38@underscore@priv-key.t_libnet-ssleay-perl-ptest contained in package libnet-ssleay-perl-ptest requires /usr/bin/perl, but no providers found in its RDEPENDS [file-rdeps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
The initscript expects the config file in the folder /etc/default/
but the recipe copied it to /etc. The recipe already created the folder
/etc/default/ put it there.
Signed-off-by: Christian Ege <k4230r6@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
depends on gnome if an image includes packagegroup-xfce-base.
depends on meta-networking if an image includes packagegroup-xfce-base-extended.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1. upgrade it to 1.2-20150225
2. update the use-pkg-config-for-ncurses-detection.patch
3. remove dialog-static recipe file, since dialog will generate the static
library.
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* _NO_ATOMICS patches are from upstream
* Update the SConstruct-respect-sysroot-also-in-SPLINTOPTS.patch
* Fix some QA warnings
* Add PACKAGECONFIG for qt support
Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* "vala-dbus-binding-tool_version" string ends as the version and e.g. libfso-glib doesn't like it at all
| configure: error: Package requirements (vala-dbus-binding-tool-1.0 >= 0.4.0) were not met:
| Requested 'vala-dbus-binding-tool-1.0 >= 0.4.0' but version of Vala-DBus-Binding-Tool is vala-dbus-binding-tool_version
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
ERROR: Nothing PROVIDES 'libdnet' (but /home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-connectivity/daq/daq_2.0.2.bb DEPENDS on or otherwise requires it). Close matches:
libnet
libnewt
libidn
ERROR: Required build target 'daq' has no buildable providers.
Missing or unbuildable dependency chain was: ['daq', 'libdnet']
world build fails for meta-oe.
move daq to meta-networking where snort and libdnet both reside.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
WARNING: Failed to fetch URL http://www.packagekit.org/releases/PackageKit-0.5.6.tar.gz;name=archive, attempting MIRRORS if available
WARNING: QA Issue: packagekit rdepends on libgudev, but it isn't a build dependency? [build-deps]
WARNING: QA Issue: packagekit requires /bin/bash, but no providers in its RDEPENDS [file-rdeps]
packagekit.org is no longer responding, changed SRC_URI
Signed-off-by: Armin Kuster <akuster808@gmail.com>