summaryrefslogtreecommitdiffstats
path: root/package/libcrossguid
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libcrossguid: bump to version 0.2.2"Bernd Kuhls2018-05-082-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit dededf0ff2177e5aeb051db25e178bb951debce5. Building the only package depending on libcrossguid, Kodi, breaks due to this bump: /home/buildroot/br4/output/build/kodi-17.6-Krypton/xbmc/utils/ StringUtils.cpp: In static member function ‘static std::__cxx11::string StringUtils::CreateUUID()’: /home/buildroot/br4/output/build/kodi-17.6-Krypton/xbmc/utils/ StringUtils.cpp:1194:10: error: ‘GuidGenerator’ does not name a type static GuidGenerator guidGenerator; ^~~~~~~~~~~~~ /home/buildroot/br4/output/build/kodi-17.6-Krypton/xbmc/utils/ StringUtils.cpp:1195:15: error: ‘guidGenerator’ was not declared in this scope auto guid = guidGenerator.newGuid(); ^~~~~~~~~~~~~ This happens due to changes in libcrossguid: https://github.com/graeme-hill/crossguid/blob/master/README.md "This is version 0.2 of CrossGuid. If you all already using CrossGuid and your code uses GuidGenerator then you are using version 0.1." Even Kodi master branch has no support for libcrossguid-0.2.x yet so we revert the bump. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* libcrossguid: bump to version 0.2.2Fabrice Fontaine2018-04-282-4/+5
| | | | | | | | | | | | | | | | - Add hash for license file - guid.cpp and guid.h have been renamed Guid.cpp and Guid.hpp (they will be renamed back to guid.cpp and guid.hpp in next release) - Continue to use package-generic infrastructure as cmake doesn't work properly with this version. Commit such as https://github.com/graeme-hill/crossguid/commit/974def4e0ad62b8fea17d6dee7c4f9b0d65eaa2c is needed. Migration on cmake should be done in next package release. Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package: fix reverse dependencies of util-linuxRahul Bedarkar2017-01-281-4/+2
| | | | | | | | | | | | | | | Commit 006a328ad6be ("util-linux: fix build with ncurses") removed dependency on BR2_USE_WCHAR, but failed to update the reverse dependencies of util-linux. This commit fixes all such reverse dependencies by removing dependency on BR2_USE_WCHAR as it is not required by package itself. Fixes: 006a328ad6be ("util-linux: fix build with ncurses") Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Cc: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/libcrossguid: add .hash fileRomain Naour2016-06-181-0/+2
| | | | | | | | | Similar to jquery-keyboard, it seems the libcrossguid tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libcrossguid: Fix typo in Config.inBernd Kuhls2016-03-131-1/+1
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/libcrossguid: new packageBernd Kuhls2015-10-032-0/+43
Needed by Kodi 16.x-Jarvis: https://github.com/xbmc/xbmc/commit/6f8171f53992fc2eaabf71f6fa47ebed1da0d43d [Peter: needs GCC >= 4.7 for C+11, no need to install in target, Drop TARGET_CONFIGURE_OPTS, add TARGET_CXXFLAGS, wrap long lines] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud