aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
AgeCommit message (Collapse)Author
2014-07-22pidgin: add missing dependency on intltool-nativeMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libnice: create ${S}/m4 directory before gtkdocize is calledMartin Jansa
* otherwise it fails with: + gtkdocize --docdir /OE/build/shr-core/tmp-eglibc/work/core2-64-oe-linux/libnice/0.0.13-r4/libnice-0.0.13 ln: target 'm4/' is not a directory: No such file or directory cp: cannot create regular file 'm4/': Not a directory Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22navit, usbpath: add missing pkgconfig inheritMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libee: add recipeRoy Li
The core idea of libee is to provide a small but hopefully convenient API layer above the CEE standard. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22postgresql : Fix build using pkg-config for libxml-2.0.Philip Balister
Use package-config instead of binconfig for libxml-2.0. The pgac_option processing is filtering the output from the xml-config programming. The pkgconfig output is good enough to use without such filtering. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22usb-modeswitch: Do not try to use autotoolsJukka Rissanen
There is only one Makefile in the project so there is no need to use autotools. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-22libsdl-ttf: fix build without freetype-configMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-21xmlstarlet: fix S!=B failureMatthieu CRAPET
Extra change: use ${BP} Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-21libeigen: remove obsolete setting for default out-of-tree buildLukas Bulwahn
Since commit 783fb88f@openembedded-core, out-of-tree builds of cmake-based recipes are the default, and the variables OECMAKE_BUILDPATH and OECMAKE_SOURCEPATH were deprecated. With the commit 2c23d7ab@openembedded-core, the variable OECMAKE_SOURCEPATH was put back into action, but this causes the libeigen recipe to fail as OECMAKE_SOURCEPATH is set in the recipe, but OECMAKE_BUILDPATH is set to the bbclass default. This commit simply removes both variables from the libeigen recipe and hence sets the recipe to do a default out-of-tree build. This resolves the build failure of libeigen with 2c23d7ab@openembedded-core, and furthermore, the adjusted recipe still works with the cmake.bbclass of 783fb88f@openembedded-core. The build failure was discovered during the regression testing of the meta-ros layer. The exact build error message and its investigation is recorded in issue #276 of the meta-ros issue tracker at https://github.com/bmwcarit/meta-ros/issues/276. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de> Tested-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15libgc: add PACKAGECONFIG for libatomic-opsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15debianutils: Use update-alternatives classDrew Moseley
Use the update-alternatives class rather than explicit pkg_prerm_${PN} and pkg_postinst_${PN} tasks. This allows the configuration to happen at build time rather than on first boot. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15debianutils: Remove postinstall for some apps.Drew Moseley
The mkboot and sensible-* apps have been removed from upstream debianutils. Remove them from the postinstall stages. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=197463 http://en.it-usenet.org/thread/18153/169437/ Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15vim: work around rpm picking up perl as a depJackie Huang
Some perl example scripts cause RPM to add perl as a dep, which we don't want, so remove x bit as work around just like the ones for csh and awk. Refer to: 1b088e4 vim: workaround nawk dependency problem with RPM 280d150 vim: workaround a dependency problem with RPM I think a better solution might be: Split the tools directory into a new package ${PN}-tools and add RDEPENDS on csh, awk and perl for it and we don't put it in RRECOMMENDS to install along with vim. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15poppler: remove spurious GTK+ build dependencyRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15poppler: use PACKAGECONFIG to control graphics formats supportedRoss Burton
Add explicit PACKAGECONFIG statements for JPEG, PNG and TIFF. libpng wasn't previously a direct build dependency but is pulled in via GTK+. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15poppler: inherit gtk-docRoss Burton
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15recipes: add missing pkgconfig inheritMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15meta-oe: fix no newline at end of fileRobert Yang
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15meta-oe: use BPN in SRC_URIRobert Yang
Fixed SRC_URI: * ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV} * ${P} -> ${BP} Otherwise we would meet do_fetch errors when we do the multilib, native or nativesdk build. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15recipes: Add missing pkgconfig dependenciesRichard Purdie
These recipes were all missing pkgconfig dependencies. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-07-15fuse/libmtp/tcsh/enca: Add missing explict gettext-native dependencyRichard Purdie
This is needed for the AM_ICONV macro and friends. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21maliit-framework, maliit-plugins: Blacklist because of broken build with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21talloc: fix build with B!=SRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libetpan: fix build with B!=SRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21enca: add missing dependency on virtual/libiconvRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing gtk-doc class dependenciesRichard Purdie
* These recipes all use gtk-doc m4 macros but were missing dependencies on the class. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing pkgconfig class inheritsRichard Purdie
* These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21recipes: add missing dependency on intltool-nativeRichard Purdie
* These recipes all require intltool-native to build but were missing a dependency on it. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21vala-terminal: Blacklist because of broken with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libusbg: Blacklist, because of B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libftdi, soft66: Blacklist, because of libftdi is broken without libusb-configMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21xchat: Blacklist because of broken with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21openmotif: Blacklist because of broken with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21apcupsd: Blacklist because of broken with B!=SMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21fbset: the package doesn't use autotools at allDenys Dmytriyenko
Previous attempt at fixing it (3649e6b52f0fad88847fb9d4780c02249b147f5f) was to replace inherit autotools with autotools-brokensep. But since the package doesn't use autotools at all, there's no need to inherit either of those classes. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21tracker: move from meta-oe to meta-gnomeMartin Jansa
* it rdepends on gvfs which is available only in meta-gnome and nothing in meta-oe depends on tracker Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21pv: fix metadata fieldsPaul Eggleton
* Use correct LICENSE value to match up with common license file (and avoid corresponding warning) * Set SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21pv: upgrade to 1.5.3Paul Eggleton
Autotools breakage fixed upstream (which also fixes the S!=B issue). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21libsdl-ttf: Fix build with separate builddirMarko Lindqvist
Do not assume that sources are in the current directory in do_configure_prepend() but refer to them with path to source directory. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21eject: copy po subdirectory for out-of-tree buildAsh Charles
The po subdirectory found on the VPATH for an out-of-tree build so we copy it over. See [1] for discussion. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2014-May/096052.html v3: only create and populate po/ if it doesn't already exist v4: test to see if we're building out-of-tree Signed-off-by: Ash Charles <ashcharles@gmail.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-21rng-tools: Update rng-tools version to 4Balasubramanian, Aparna
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>
2014-06-13libol: compile issue files missing in B and packaging issueArmin Kuster
needed to copy over a file from S to B. remove packaging requirement for /usr/bin/scsh. Not needed (see link) https://lists.balabit.hu/pipermail/syslog-ng/2000-August/000795.html Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-13lvm2: don't overrwrite EXTRA_OECONFyaoxp
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>
2014-06-13fbset: use BP instead of P to fix multilib buildJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-13postgresql: use BP instead of P to fix multilib buildJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-13vim: use BPN instead of PN to fix multilib buildJackie Huang
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10dfu-util: Remove svn recipesChris Morgan
* 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>
2014-06-10dfu-util: Add 0.7 and remove old 0.1 recipeChris Morgan
* dfu-util-0.7 is the latest release of dfu-util Signed-off-by: Chris Morgan <chmorgan@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-06-10postgresql: B!=S fixArmin Kuster
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>
2014-06-10enca: fix S!=B failureTim Orling
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>