summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas
Commit message (Collapse)AuthorAgeFilesLines
* augeas: Add libxml2 dependencyMartin Donnelly2012-08-211-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: 1d55679821003ac4d652b08f2eebab1636505042) 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>