summaryrefslogtreecommitdiff
path: root/meta/recipes-extended/augeas/augeas.inc
AgeCommit message (Collapse)AuthorFiles
2012-06-11augeas: Fix compilation failureKhem Raj1
on uclibc we see this failure too few arguments to function 'escape' Signed-off-by: Khem Raj <raj.khem@gmail.com>
2012-04-24augeas: Add libxml2 dependencyMartin Donnelly1
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 Signed-off-by: Martin Donnelly <martin.donnelly@ge.com>
2012-01-24augeas: refactor packages for staticdevSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-08-03multilib: Use BPN instead of PN for style like lib${PN}Dongxiao Xu1
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. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2010-10-01augeas: Add missing dependency on readlineMark Hatle1
[BUGID #381] Augeas apparently has a readline dependency. Add this to the DEPENDS. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-09-03augeas: add new packageQing He1
version 0.7.3 Signed-off-by: Qing He <qing.he@intel.com>