summaryrefslogtreecommitdiffstats
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:49:52 +0100
commitabcc43634a089b67626c02662a7a3a3d54f0b8a7 (patch)
treef8d5b1eba2702736751e566ac96af01e49e571bf /meta/recipes-extended/augeas/augeas.inc
parent2215a9671787af1343299a50c80ed2e0ab1bc0b2 (diff)
downloadpoky-abcc43634a089b67626c02662a7a3a3d54f0b8a7.tar.gz
augeas: Fix compilation failure
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>
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"
5LICENSE = "LGPLv2.1+" 5LICENSE = "LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" 6LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff"
7 7
8SRC_URI = "http://augeas.net/download/${BP}.tar.gz" 8SRC_URI = "http://augeas.net/download/${BP}.tar.gz \
9 file://0001-Add-missing-argument-to-escape.patch \
10 "
9 11
10DEPENDS = "readline libxml2" 12DEPENDS = "readline libxml2"
11 13