| Submitter | Saul Wold |
|---|---|
| Date | April 20, 2012, 4:44 p.m. |
| Message ID | <eba75c041a60939d158a949742574cffc0e4a204.1334940120.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/26247/ |
| State | Accepted |
| Commit | 72edbba1ad212986be74aaa15eb9c785c6456d30 |
| Headers | show |
Comments
denzil needs this commit to get build order right. I've added it too: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=mattsm/denzil -M On Fri, Apr 20, 2012 at 11:44 AM, Saul Wold <sgw@linux.intel.com> wrote: > From: Martin Donnelly <martin.donnelly@ge.com> > > 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> > --- > meta/recipes-extended/augeas/augeas.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc > index 40be762..9fe864d 100644 > --- a/meta/recipes-extended/augeas/augeas.inc > +++ b/meta/recipes-extended/augeas/augeas.inc > @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" > > SRC_URI = "http://augeas.net/download/${BP}.tar.gz" > > -DEPENDS = "readline" > +DEPENDS = "readline libxml2" > > inherit autotools > > -- > 1.7.7.6 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Patch
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc index 40be762..9fe864d 100644 --- a/meta/recipes-extended/augeas/augeas.inc +++ b/meta/recipes-extended/augeas/augeas.inc @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" SRC_URI = "http://augeas.net/download/${BP}.tar.gz" -DEPENDS = "readline" +DEPENDS = "readline libxml2" inherit autotools