summaryrefslogtreecommitdiffstats
path: root/package/yaml-cpp
Commit message (Collapse)AuthorAgeFilesLines
* package/yaml-cpp: disable testing and parse toolsJörg Krause2015-07-301-0/+3
| | | | | | | | | | | | | The gmock testing framework uses fork() and therefor yaml-cpp fails to build for a MMU-less targets. Since we are only interested in building the yaml-cpp library we disable the testing and parse tools (command line tools). Fixes: http://autobuild.buildroot.net/results/2ce/2ce3c6d0140696cdf73f2ad1499b779c83ad8f6e/ Cc: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* yaml-cpp: Bump version and change siteMaxime Hadjinlian2015-07-262-7/+2
| | | | | | | | | | | Google Code is a closing forge, yaml-cpp has already made the move to Github. Since a new release was available a bump was also in order. The hash is removed since the tarball from Github is generated. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/boost: boost needs wcharJörg Krause2015-07-261-2/+3
| | | | | | | | | | | | | | | | | | | The most modules of boost needs a toolchain with wchar. To ease maintenance we make the entire boost package depend on wchar. Also add a reverse dependency to libftdipp1 and yaml-cpp. Fixes: http://autobuild.buildroot.net/results/49f/49f5c0521fc90fbd4673ad233ff679be007d2953/ http://autobuild.buildroot.net/results/12f/12f544c97e3451fb2a72025ebc62292957e47070/ http://autobuild.buildroot.net/results/ef6/ef6c897ea7547e8ed5f019e8ce4473f0998f2c16/ http://autobuild.buildroot.net/results/7a0/7a0ab069c505696a7887ba5c561b76b233ce59d5/ and more. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boost: disable on NIOS 2 with broken toolchainsThomas Petazzoni2015-05-161-0/+2
| | | | | | | | | | | | | | | | | | The current NIOS 2 toolchains are not capable of building Boost, so let's disable it and its reverse dependencies. Even though it's not strictly an architecture dependency, we use the <pkg>_ARCH_SUPPORTS paradigm for this dependency, since it simplifies a lot handling all boost reverse dependencies, and is anyway quite similar to an architecture dependency since we don't display a comment about this dependency. Fixes: http://autobuild.buildroot.net/results/e119b1ef55c546e0d0598b85c46ceefa5c43d5a6/ [Peter: also update mpd comment] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: remove (non-)lfs dependencies and tweaksGustavo Zacarias2015-04-011-3/+2
| | | | | | | | Now that largefile is mandatory removes package dependencies and conditionals. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* yaml-cpp: requires boostFabio Porcedda2015-03-291-0/+2
| | | | | | | | | | | | | | | The Boost C++ library is already selected in the Config.in but it was missing in the yaml-cpp.mk file. Fix build failure: CMake Error at /home/tetsuya/buildroot/br/output/host/usr/share/cmake-3.1/Modules/FindBoost.cmake:1182 (message): Unable to find the requested Boost libraries. <snip> make: *** [/home/tetsuya/buildroot/br/output/build/yaml-cpp-0.5.1/.stamp_configured] Error 1 Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* yaml-cpp: new packageSebastien Bourdelin2014-10-223-0/+32
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. https://code.google.com/p/yaml-cpp/ Signed-off-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud