diff options
author | Fathi Boudra <fathi.boudra@linaro.org> | 2014-04-08 20:22:05 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 16:10:21 +0200 |
commit | 795dae0751edcee0c43579a9f4bac3129d063ce6 (patch) | |
tree | 097392b44284ead2b4a28e76a4c66ffc779c17bd /meta-oe/recipes-extended/acpica | |
parent | 0b9bb2c895d2ee0c9b414a37ffd2b8d2b9cff3d6 (diff) | |
download | meta-openembedded-795dae0751edcee0c43579a9f4bac3129d063ce6.tar.gz |
acpica: update to 20140325 release
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/acpica')
-rw-r--r-- | meta-oe/recipes-extended/acpica/acpica_20140325.bb (renamed from meta-oe/recipes-extended/acpica/acpica_20140114.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/acpica/acpica_20140114.bb b/meta-oe/recipes-extended/acpica/acpica_20140325.bb index 2bb7ad7bf..0210b044b 100644 --- a/meta-oe/recipes-extended/acpica/acpica_20140114.bb +++ b/meta-oe/recipes-extended/acpica/acpica_20140325.bb | |||
@@ -14,8 +14,8 @@ DEPENDS = "bison flex" | |||
14 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \ | 14 | SRC_URI = "https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \ |
15 | file://no-werror.patch \ | 15 | file://no-werror.patch \ |
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "fcd4b7304f1bfabc7d4b9cfdecc6b0c6" | 17 | SRC_URI[md5sum] = "08efe232bca06a7c54462695bbc2f87c" |
18 | SRC_URI[sha256sum] = "0d5bd32690ab77e21ab143ef25361c314a4ed13c33a5fb3ddd6f5559ab24ebc3" | 18 | SRC_URI[sha256sum] = "12a7a3c9f2d81e46b0c7095bb7c268ec4bf231178fcbe54ff0c30cd83d2ac38c" |
19 | 19 | ||
20 | S = "${WORKDIR}/acpica-unix2-${PV}" | 20 | S = "${WORKDIR}/acpica-unix2-${PV}" |
21 | 21 | ||