summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas
Commit message (Collapse)AuthorAgeFilesLines
* augeas: remove from oe-coreRoss Burton2016-08-045-106/+0
| | | | | | | | | Nothing in oe-core uses this, so it's been moved to meta-oe. (From OE-Core rev: 89cafc6dcf6425c2e33270dac37f7649ccbffa33) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* meta: Fix Upstream-Status statementsRoss Burton2015-09-121-1/+1
| | | | | | | | | | Fix a variety of problems such as typos, bad punctuations, or incorrect Upstream-Status values. (From OE-Core rev: bd220fe6ce8c3a0805f13a14706d3130ea872604) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: 1.2.0 -> 1.4.0Robert Yang2015-06-112-5/+4
| | | | | | | (From OE-Core rev: 9de66c04e326abbc120f062edffdc1ec3aff3921) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Fix charset.alias for muslKhem Raj2015-04-212-0/+31
| | | | | | | | | | This is same gnulib fix replicated across needed recipes Change-Id: I756713407111a726eae98e26c9c1ff64981371c0 (From OE-Core rev: fbe6d2c12aa9f7956bc87efeb68cb64b26b60c7a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: remove extra dev and dbg from PACKAGESRobert Yang2015-04-131-4/+1
| | | | | | | | | There should be only one dev and dbg package. (From OE-Core rev: 29136f21d33f211fc93c01c06ef636e2f8cdf909) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Add missing pkgconfig class inheritsRichard Purdie2014-06-031-1/+1
| | | | | | | | | These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. (From OE-Core rev: 2543b14dd0ca13005be0df027543431fc8e882ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: upgrade to 1.2.0Paul Eggleton2014-03-022-6/+5
| | | | | | | (From OE-Core rev: e45d87dd0c30890a27c9194b85b9edfddf7b5c25) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Replace one-line DESCRIPTION with SUMMARYPaul Eggleton2014-01-021-1/+1
| | | | | | | | | | | | | | A lot of our recipes had short one-line DESCRIPTION values and no SUMMARY value set. In this case it's much better to just set SUMMARY since DESCRIPTION is defaulted from SUMMARY anyway and then the SUMMARY is at least useful. I also took the opportunity to fix up a lot of the new SUMMARY values, making them concisely explain the function of the recipe / package where possible. (From OE-Core rev: b8feee3cf21f70ba4ec3b822d2f596d4fc02a292) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Update from 1.0.0 to 1.1.0Ionut Radu2013-07-102-6/+6
| | | | | | | | (From OE-Core rev: dceef32cbbe1a166057963d02a89efbfe9bf9d12) Signed-off-by: Ionut Radu <ionutx.radu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Fix missing files with separate build directoryRichard Purdie2013-04-172-0/+23
| | | | | | | | | ${datadir} was empty when building ${B} != ${S}, this patch addresses that problem and means the -lenses package is no longer empty. (From OE-Core rev: ee3b0d8fbe42a3c813039850886b5bf97544eb15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: change SRC_URIConstantin Musca2013-02-262-2/+2
| | | | | | | | | | - replace http://augeas.net/download/${BP}.tar.gz with http://download.augeas.net/${BP}.tar.gz (From OE-Core rev: 8e69f0ea42505e8f703893e18d73658b83d3b046) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: upgrade to 1.0.0Constantin Musca2013-02-226-58/+27
| | | | | | | | | | | | | | | | | 0001-Add-missing-argument-to-escape.patch: removed - included in the new version remove-gets.patch: not needed anymore add-missing-argz-conditional.patch: added - the Makefiles assume that the argz conditional is present in configure.ac (From OE-Core rev: a711a8617c39b06c9a494d0ceae9f96f65b024f9) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gettext,m4,augeas,gnutls: Account for removal of gets in eglibc 2.16Khem Raj2012-07-172-1/+23
| | | | | | | | | | | | | These recipes use gnulib which needs this change to use gets when its defined and not otherwise. Until that change goes into gnulib and then all these package upgrade gnulib in their sourcebase we patch them (From OE-Core rev: 3148460575b65cb681065e5850b8afb96056d712) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Fix compilation failureKhem Raj2012-06-113-2/+33
| | | | | | | | | | on uclibc we see this failure too few arguments to function 'escape' (From OE-Core rev: 4ea9c79cdcf0ffdc833b7a63e7a2b8388d6bf6e6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Add libxml2 dependencyMartin Donnelly2012-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | This patch fixes the following Augeas configure error. | checking for LIBXML... no | configure: error: Package requirements (libxml-2.0) were not met: | | No package 'libxml-2.0' found | | Consider adjusting the PKG_CONFIG_PATH environment variable if you | installed software in a non-standard prefix. | | Alternatively, you may set the environment variables LIBXML_CFLAGS | and LIBXML_LIBS to avoid the need to call pkg-config. | See the pkg-config man page for more details. | ERROR: oe_runconf failed (From OE-Core rev: 72edbba1ad212986be74aaa15eb9c785c6456d30) Signed-off-by: Martin Donnelly <martin.donnelly@ge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: refactor packages for staticdevSaul Wold2012-01-242-4/+5
| | | | | | | (From OE-Core rev: 4c1a1eb9a646dfebeb031a29baba1055065a0148) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Upgrade to 0.10.0Saul Wold2011-12-222-7/+6
| | | | | | | (From OE-Core rev: 1a8bf09a07372c3518b692cbaa7c59ff5ec94719) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: Update to 0.9.0Saul Wold2011-10-142-6/+7
| | | | | | | (From OE-Core rev: ec3b80dd226961559509ad7f3a6810e82186d95d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* multilib: Use BPN instead of PN for style like lib${PN}Dongxiao Xu2011-08-031-6/+6
| | | | | | | | | | | When supporting multilib, ${PN} will be extended with MLPREFIX. However if a package name contains ${PN} with styles like lib${PN}, such extension will cause error. Use BPN in this case. (From OE-Core rev: fbb734e5753655de30c82c0a036c9043820e02cb) Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: upgrade to version 0.8.1Qing He2011-05-042-6/+6
| | | | | | | | | from 0.7.4 (From OE-Core rev: 06acddec116a14b7574d2008e4397e50b4d5e753) Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* augeas: upgrade to version 0.7.4Qing He2011-01-022-6/+6
| | | | | | from 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* augeas: Add missing dependency on readlineMark Hatle2010-10-011-0/+2
| | | | | | | | [BUGID #381] Augeas apparently has a readline dependency. Add this to the DEPENDS. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* augeas: add new packageQing He2010-09-032-0/+29
version 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>