- License changed by additional copyright year only.
- Patch PerlMagic_MakePatch.patch part of upstream now
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
/usr/lib/libLLVM-*.so was being split into the dev package but it should
be in the lib package otherwise software that depends on the LLVM shared
library will be unable to to locate it when the dev package isn't
installed.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1. quagga should depend on iproute2, since ip from busybox is not sufficient
2. fix a typOS(should chmod, not chown)
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire
thing in the distribution. So in order to get a fast transaction capable
RDBMS working for your perl project you simply have to install this
module, and nothing else.
There is a perl script for test, while variable PERL_DBM_TEST is assigned
the value '1', the script will be added, and you could run the script to
test whether DBD::SQLite is working properly.
[YOCTO #4128]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
The DBI is a database access module for the Perl programming language.
It defines a set of methods, variables, and conventions that provide
a consistent database interface, independent of the actual database
being used.
|<- Scope of DBI ->|
.-. .--------------. .-------------.
.-------. | |---| XYZ Driver |---| XYZ Engine |
| Perl | | | `--------------' `-------------'
| script| |A| |D| .--------------. .-------------.
| using |--|P|--|B|---|Oracle Driver |---|Oracle Engine|
| DBI | |I| |I| `--------------' `-------------'
| API | | |...
|methods| | |... Other drivers
`-------' | |...
`-'
[YOCTO #4128]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Add flashrom recipe for managing recovery from bad UEFI updates.
Signed-off-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This helps in stubbing out gettext when proxy-libintl is chosen
usually on small/uclibc based images
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* configure doesn't allow to disable it and bluez is quite common
on devices where foxtrotgps would be used
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fails without it:
| NOTE: Executing intltoolize --copy --force --automake
| xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826:
intltoolize: not found
| ERROR: Function failed: do_configure (log file is located at
xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fails without it:
| -- checking for module 'gstreamer-0.10'
| -- package 'gstreamer-0.10' not found
| -- checking for module 'gstreamer-base-0.10'
| -- package 'gstreamer-base-0.10' not found
| -- checking for module 'gstreamer-app-0.10'
| -- package 'gstreamer-app-0.10' not found
| -- checking for module 'gstreamer-audio-0.10'
| -- package 'gstreamer-audio-0.10' not found
| -- checking for module 'gstreamer-fft-0.10'
| -- package 'gstreamer-fft-0.10' not found
| -- checking for module 'gstreamer-interfaces-0.10'
| -- package 'gstreamer-interfaces-0.10' not found
| -- checking for module 'gstreamer-pbutils-0.10'
| -- package 'gstreamer-pbutils-0.10' not found
| -- checking for module 'gstreamer-video-0.10'
| -- package 'gstreamer-video-0.10' not found
| CMake Error at cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
| Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools
| tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas'
| tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)'
| Configure failed. The contents of all config.log files follows to aid debugging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fails without
| Package gconf-2.0 was not found in the pkg-config search path.
| Perhaps you should add the directory containing `gconf-2.0.pc'
| to the PKG_CONFIG_PATH environment variable
| No package 'gconf-2.0' found
| main.c:7:32: fatal error: gconf/gconf-client.h: No such file or directory
| #include <gconf/gconf-client.h>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fails without:
| configure: error: no curses library found
| Configure failed. The contents of all config.log files follows to aid debugging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* it fails without it:
| -- Could NOT find Perl (missing: PERL_EXECUTABLE)
| CMake Error at tools/llvm-config/CMakeLists.txt:5 (message):
| Perl required but not found!
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* it's autodetected from sysroot and couple of packages are failing
when pkg-config is trying to use libwnck*.pc without
startup-notification in sysroot
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fails without mysql_config:
ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
ERROR: Logfile of failure stored in: mysql-python/1.2.4-r0/temp/log.do_compile.29833
Log data follows:
| DEBUG: Executing shell function do_compile
| sh: 1: mysql_config: not found
| Traceback (most recent call last):
| File "setup.py", line 18, in <module>
| metadata, options = get_config()
| File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 43, in get_config
| libs = mysql_config("libs_r")
| File "mysql-python/1.2.4-r0/MySQL-python-1.2.4/setup_posix.py", line 25, in mysql_config
| raise EnvironmentError("%s not found" % (mysql_config.path,))
| EnvironmentError: mysql_config not found
| ERROR: python setup.py build_ext execution failed.
| ERROR: Function failed: do_compile (log file is located at mysql-python/1.2.4-r0/temp/log.do_compile.29833)
NOTE: recipe mysql-python-1.2.4-r0: task do_compile: Failed
ERROR: Task 6 (meta-oe/recipes-support/mysql/mysql-python_1.2.4.bb, do_compile) failed with exit code '1'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* drop 0.4.8 recipe, git recipe is default version for long time and
pimlico-project.org is gone anyway:
wget: unable to resolve host address 'pimlico-project.org'
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>