aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas/augeas.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-04 15:56:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-11 13:44:35 +0100
commit4ea9c79cdcf0ffdc833b7a63e7a2b8388d6bf6e6 (patch)
tree012b963556b9ac16cab5a08edb30c3b33a492d37 /meta/recipes-extended/augeas/augeas.inc
parent6482f276533f3a177e07def9d616958d9bbc10c6 (diff)
downloadopenembedded-core-4ea9c79cdcf0ffdc833b7a63e7a2b8388d6bf6e6.tar.gz
augeas: Fix compilation failure
on uclibc we see this failure too few arguments to function 'escape' Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-extended/augeas/augeas.inc')
-rw-r--r--meta/recipes-extended/augeas/augeas.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc
index 9fe864d27d..479fb97cc4 100644
--- a/meta/recipes-extended/augeas/augeas.inc
+++ b/meta/recipes-extended/augeas/augeas.inc
@@ -5,7 +5,9 @@ BUGTRACKER = "https://fedorahosted.org/augeas/report/1"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
-SRC_URI = "http://augeas.net/download/${BP}.tar.gz"
+SRC_URI = "http://augeas.net/download/${BP}.tar.gz \
+ file://0001-Add-missing-argument-to-escape.patch \
+ "
DEPENDS = "readline libxml2"