diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-02-18 14:05:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-22 05:52:27 -0800 |
commit | a711a8617c39b06c9a494d0ceae9f96f65b024f9 (patch) | |
tree | ce6ddb2fcdfe2972d51f491f1a0c07f23c79df27 /meta/recipes-extended/augeas/augeas.inc | |
parent | 4e7b91b5a2613b957b08aefbee1aac28fdd19598 (diff) | |
download | openembedded-core-a711a8617c39b06c9a494d0ceae9f96f65b024f9.tar.gz openembedded-core-a711a8617c39b06c9a494d0ceae9f96f65b024f9.tar.bz2 openembedded-core-a711a8617c39b06c9a494d0ceae9f96f65b024f9.zip |
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
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/augeas/augeas.inc')
-rw-r--r-- | 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 479fb97cc4..a0aa9ddd41 100644 --- a/meta/recipes-extended/augeas/augeas.inc +++ b/meta/recipes-extended/augeas/augeas.inc @@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=bbb461211a33b134d42ed5ee802b37ff" SRC_URI = "http://augeas.net/download/${BP}.tar.gz \ - file://0001-Add-missing-argument-to-escape.patch \ + file://add-missing-argz-conditional.patch \ " DEPENDS = "readline libxml2" |