summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/inih
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Update SRC_URI branch and protocolsArmin Kuster2021-11-171-1/+1
| | | | | | | | 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: Armin Kuster <akuster808@gmail.com>
* libinih: use UPSTREAM_CHECK_COMMITSPierre-Jean Texier2020-04-051-0/+2
| | | | | | | | | | | | Fixes: $: devtool check-upgrade-status libinih <...> INFO: libinih 0.0 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libinih: Fix multilib buildKhem Raj2019-12-191-2/+3
| | | | | | | | | | | | | Fixes ERROR: libinih-0.0+gitrAUTOINC+25078f7156-r3 do_package: QA Issue: libinih: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libinih.a /usr/lib/libinihcpp.a /usr/lib/pkgconfig /usr/lib/pkgconfig/inihcpp.pc /usr/lib/pkgconfig/inih.pc Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libinih: Clarify BSD license variantChristophe PRIOUZEAU2019-10-171-1/+1
| | | | | | | The License of libinih is BSD-3-Clause. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libinih: Update to 25078f7Otavio Salvador2014-04-201-1/+1
| | | | | | | | This updates the fork to a version based in SVN r29 and include a CMake fix for out of tree build support. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET2014-02-231-1/+1
| | | | | | | | | | | | | Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* remove the unnecessary protocol parametersJackie Huang2013-09-031-1/+1
| | | | | | | | | It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libinih: bump SRCREVOtavio Salvador2011-11-291-2/+2
| | | | | | | This version adds support to enumerate the sessions. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* Drop PRIORITY variablePaul Eggleton2011-07-141-1/+0
| | | | | | | | | | | | | | | | As discussed on the mailing list, this variable isn't useful and if wanted would be better implemented by distros using pn-X overrides. This patch executes: find . -regex ".*\.\(bb\|inc\)$" | xargs sed -i '/^PRIORITY = ".*"$/d' against the tree removing the references. Thanks to Phil Blundell for the command. (Prompted by oe-core rev: d122343362669c683acc4af295971a62cbc823fc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* inih: bump SRCREV to sync with upstream r12Otavio Salvador2011-06-281-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* inih: bump SRCREVOtavio Salvador2011-06-021-2/+2
| | | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* libinih: add git recipeOtavio Salvador2011-05-101-0/+20
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>