EXTRA_OECONF has been assigned before ‘EXTRA_OECONF = "--with-usrlibdir=${libdir}"’.
collaps the 2 lines into a single EXTRA_OECONF.
Signed-off-by: Yao Xinpan <yaoxp@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* these point at deprecated svn repositories, dfu-util uses git now
Signed-off-by: Chris Morgan <chmorgan@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This fixes a configure issue do to incorrect directory reference.
Signed-off-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Point tools to the right paths:
* ${S}/configure.ac in do_configure_prepare()
* ${B}/Makefile in do_configure_append()
* cd ${B} in do_compile()
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
The majority of the vim runtime files have been moved from the package
'vim-data' to the package 'vim-common'. However, 'vim-data' was still in
RRECOMMENDS and 'vim-common' was not, so the runtime files were not being
installed by default.
To fix this, 'vim-data' is removed from RRECOMMENDS and 'vim-common' is added
instead. 'vim-data' is also removed from PACKAGES as it should now be empty.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This package does not like being built out-of-tree.
Fixes:
[...]/lockdev/1.0.3+gitAUTOINC+16b899645d-r0/git/scripts/git-version: line 3:
NEWS: No such file or directory
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Makefile.linux-gcc used to compile sqlite is found in the source
directory. When building out-of-tree, we need to specify the
whole path.
Signed-off-by: Ash Charles <ashcharles@gmail.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>
* 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>
* otherwise fails in do_compile with:
| mimremotewindow.cpp:27:39: fatal error: X11/extensions/Xcomposite.h: No such file or directory
| #include <X11/extensions/Xcomposite.h>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit also adds a new package (lmsensors-sensorsconfconvert-doc)
for the sensors-conf-convert script man page which was added in 3.3.5.
Signed-off-by: Marc Ferland <ferlandm@sonatest.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Also remove hack that deletes headers from staging, it's not needed anymore.
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This package will not build with a separate build directory.
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
License is changed since readlink is dropped
from package which was sole package licensed under BSD
Additionally fix B != S build too
Below is the diff of license change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Update to latest and at the same time fix
building when S != B
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Out-of-tree builds don't seem to work for vim, probably as it doesn't use
automake.
Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Add ImageMagick to known licenses
The license checksum is changed due to year change in license text
-Copyright 1999-2013 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
+Copyright 1999-2014 ImageMagick Studio LLC, a non-profit organization dedicated to making software imaging solutions freely available.
Add suffix .im6 to binaries, this avoids conflicts with other packages
e.g. lmbench provides stream utility and imagemagick does too so when
both packages are being part of image we have conflicts. This resolves
it by renaming stream to stream.im6 to make it distinct
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1. Enable pam, openssl, python, uuid, libxml, tcl, nls, libxml and perl bindings.
2. Make plperl, plpython, pltcl subpackages as dynamic in case other packages runtime
depend on them.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1. Split out libecpg-compat-dev, libecpg-staticdev, libecpg-doc, libpq-staticdev,
libpgtypes-staticdev and libpgtypes-dev into seperate packages.
2. Multilib builds set the package name (PN) to both foo and lib32-foo breaking
build.use BPN instead to get the Base package name.
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
1. Add DESCRIPTION
2. Add init script for starting up the PostgreSQL server.
3. Disable krb5 by default
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
As most linux distribution do, gd only includes the library,
and split all the command line tools into gd-tools, and add
the perl dependcy since one of the tools is a perl script.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
...
WARNING: QA Issue: lib32-libcanberra: Files/directories were installed but not shipped
/usr/lib/libcanberra-0.29/libcanberra-gstreamer.so
/usr/lib/libcanberra-0.29/libcanberra-multi.so
/usr/lib/libcanberra-0.29/libcanberra-pulse.so
/usr/lib/libcanberra-0.29/libcanberra-null.so
/usr/lib/libcanberra-0.29/libcanberra-alsa.so
/usr/lib/libcanberra-0.29/.debug
/usr/lib/libcanberra-0.29/.debug/libcanberra-gstreamer.so
/usr/lib/libcanberra-0.29/.debug/libcanberra-multi.so
/usr/lib/libcanberra-0.29/.debug/libcanberra-pulse.so
/usr/lib/libcanberra-0.29/.debug/libcanberra-null.so
/usr/lib/libcanberra-0.29/.debug/libcanberra-alsa.so
...
The dynamic libraries were installed into '${BPN}-${PV}' rather than '${P}'.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>