summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/gflags
Commit message (Collapse)AuthorAgeFilesLines
* Convert to new override syntaxMartin Jansa2021-08-031-2/+2
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: update to 2.2.2Oleksandr Kravchuk2019-09-161-1/+1
| | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gflags: add nativesdk to BBCLASSEXTENDHiram Lew2018-10-101-1/+1
| | | | | | | | | grpc won't build as nativesdk package since it depends on nativesdk-gflags. Signed-off-by: Hiram Lew <lew@avast.com> Signed-off-by: Jan Kaisrlik <jan.kaisrlik@avast.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gflags: variable cleanupTrevor Woerner2018-05-291-2/+1
| | | | | | | | | | Reorder recipe variables according to: https://www.openembedded.org/wiki/Styleguide Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gflags: rely on cmake.bbclass to put cmake package files in dev packageTrevor Woerner2018-05-291-2/+0
| | | | | | | | | | | | The cmake.bbclass in oe-core now ensures that ${libdir}/cmake and ${datadir}/cmake end up in the dev package, so recipes no longer need to provide custom packaging rules to handles these files. http://git.openembedded.org/openembedded-core/commit/?id=d91dc4666683a96e9d03cbbd21b8a546f9069c93 Originally-conceived-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* glflags: Build native versionAlexey Firago2017-11-151-0/+2
| | | | | Signed-off-by: Alexey Firago <alexey_firago@mentor.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* gflags: add runtime dependency on bashJackie Huang2017-08-281-1/+1
| | | | | | | | | | | * add runtime dependency on bash to fix QA issue: | ERROR: gflags-2.2.0-r0 do_package_qa: QA Issue: | /usr/bin/gflags_completions.sh contained in package | gflags-bash-completion requires /bin/bash, but | no providers found in RDEPENDS_gflags-bash-completion? [file-rdeps] Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: update SRC_URI with git fetcherKai Kang2017-07-141-3/+4
| | | | | | | | Because github archives can be regenerated from time to time, update SRC_URI with git fetcher for gflags. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: change download name.Ismo Puustinen2017-06-141-1/+1
| | | | | | | | Just having "v2.2.0.tar.gz" was causing problems with other similarly misconfigured packages. Signed-off-by: Ismo Puustinen <ismo.puustinen@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: correct S and update library install directoryKai Kang2017-04-181-2/+1
| | | | | | | | | | | | | | | | | | The current setting of S is not right for multilib. Remove the setting and use the default value. And library install directory is not right for multilib either. It fails with [installed-vs-shipped] QA error: | ERROR: gflags-2.2.0-r0 do_package: QA Issue: gflags: Files/directories | were installed but not shipped in any package: | /usr/lib/libgflags.so | /usr/lib/libgflags_nothreads.so.2.2 Set cmake variable LIB_INSTALL_DIR with ${baselib} to fix the issue. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: Update to 2.2.0Ricardo Ribalda Delgado2017-01-101-3/+3
| | | | | | | | | | | | | | | | | | Need to unset REGISTER_INSTALL_PREFIX to avoid: WARNING: gflags-2.2.0-r0 do_package: QA Issue: gflags: Files/directories were installed but not shipped in any package: /home /home/ricardo /home/ricardo/.cmake /home/ricardo/.cmake/packages /home/ricardo/.cmake/packages/gflags /home/ricardo/.cmake/packages/gflags/a7fca4708532331c2d656af0fdc8b8b9 Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: Fix fetch URLRicardo Ribalda Delgado2017-01-101-3/+4
| | | | | | | | | | | | | | | | Fixes: ARNING: gflags-2.1.2-r0 do_fetch: Failed to fetch URL git://github.com/gflags/gflags.git;branch=master, attempting MIRRORS if available ERROR: gflags-2.1.2-r0 do_fetch: Fetcher failure: Unable to find revision 1a02f2851ee3d48d32d2c8f4d8f390a0bc25565c in branch master even from upstream ERROR: gflags-2.1.2-r0 do_fetch: Fetcher failure for URL: 'git://github.com/gflags/gflags.git;branch=master'. Unable to fetch URL from any source Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gflags: New recipeRicardo Ribalda Delgado2016-08-151-0/+20
C++ library that implements commandline flags processing. It includes built-in support for standard types such as string and the ability to define flags in the source file in which they are used. Used optionally by glog Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>