summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/augeas/augeas.inc
diff options
context:
space:
mode:
authorConstantin Musca <constantinx.musca@intel.com>2013-02-18 14:05:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:21 -0800
commita0277dd67457530db8b97b88f8ad46a7bbcf8b81 (patch)
tree205443286cf1fcedba86b05cb1b3c0331d08d3a3 /meta/recipes-extended/augeas/augeas.inc
parente04afd89be7bbe6f2a71c3efc43abc08f3dd7a91 (diff)
downloadpoky-a0277dd67457530db8b97b88f8ad46a7bbcf8b81.tar.gz
augeas: upgrade to 1.0.0
0001-Add-missing-argument-to-escape.patch: removed - included in the new version remove-gets.patch: not needed anymore add-missing-argz-conditional.patch: added - the Makefiles assume that the argz conditional is present in configure.ac (From OE-Core rev: a711a8617c39b06c9a494d0ceae9f96f65b024f9) Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/augeas/augeas.inc b/meta/recipes-extended/augeas/augeas.inc
index 479fb97cc4..a0aa9ddd41 100644
--- a/meta/recipes-extended/augeas/augeas.inc
+++ b/meta/recipes-extended/augeas/augeas.inc
@@ -6,7 +6,7 @@ LICENSE = "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 \ 9 file://add-missing-argz-conditional.patch \
10 " 10 "
11 11
12DEPENDS = "readline libxml2" 12DEPENDS = "readline libxml2"