aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/boost-url/boost-url_git.bb
AgeCommit message (Collapse)Author
2023-01-06boost-url: remove recipeChristian Eggers
The boost recipe in oe-core has recently been updated to boost-1.81.0. Starting with this release, boost-url is included in the boost distribution. As a prerequisite for creating the -url sub package from the boost recipe, the boost-url recipe should be removed in order to avoid conflicts with installed files. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-12-09Update to new version of boost-uriEd Tanous
The newest version of boost-uri has several new features, and has compatibility with boost 1.78. Signed-off-by: Ed Tanous <ed@tanous.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-15Boost-url Move to latest versionEd Tanous
This commit aims to update the version of boost-url to latest, and to make compatibility changes to make the latest version build. As of 0b96da0e4727c692c48cc95a32d82634cb41aaaf on the boost url repo, the standalone build type has been removed, which breaks this recipe. A quick discussion with the maintainers [1] shows that the cmake was never really intended to be used for installation, even if it worked in the past, and in the future only intended for use within the boost superproject. They recommended that since this is a header only library, that a simple copy would be a better way to stay up to date with this library. As such, this commit removes the cmake bbclass, and replaces it with a simple do_install that is a simply copy into the include directories. At the same time, the previous patch to add GNUInstallDirs support to the cmake no longer applies, and is no longer needed, so it is removed at the same time. The SHA1 is also updated to the latest available. [1] https://cpplang.slack.com/archives/C01JR6C9C4U/p1631654296241200 Signed-off-by: Ed Tanous <ed@tanous.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-19boost-url: Use GNUInstallDirs instead of hard wiring install directoriesAnton Blanchard
On a multilib setup cmake files should go into lib64. Signed-off-by: Anton Blanchard <anton@ozlabs.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-21boost-url: update to latestPatrick Williams
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Cc: Ed Tanous <edtanous@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-04boost-url: Add recipeJames Feist
boost-url is a library for manipulating URI and URL. Signed-off-by: James Feist <james.feist@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>