diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-04 15:56:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-11 13:49:52 +0100 |
commit | abcc43634a089b67626c02662a7a3a3d54f0b8a7 (patch) | |
tree | f8d5b1eba2702736751e566ac96af01e49e571bf /meta/recipes-extended/augeas/augeas.inc | |
parent | 2215a9671787af1343299a50c80ed2e0ab1bc0b2 (diff) | |
download | poky-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.inc | 4 |
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" | |||
5 | LICENSE = "LGPLv2.1+" | 5 | LICENSE = "LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" |
7 | 7 | ||
8 | SRC_URI = "http://augeas.net/download/${BP}.tar.gz" | 8 | SRC_URI = "http://augeas.net/download/${BP}.tar.gz \ |
9 | file://0001-Add-missing-argument-to-escape.patch \ | ||
10 | " | ||
9 | 11 | ||
10 | DEPENDS = "readline libxml2" | 12 | DEPENDS = "readline libxml2" |
11 | 13 | ||