diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-12 15:57:44 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:26 +0000 |
commit | d97787346347526d163d0de69222bff2e7b25408 (patch) | |
tree | 861f190045e264d686e9dc0f7e52c53fc3e7952b /meta/recipes-devtools | |
parent | 0d93a58483eb4a3f8d47893ef730fc9466d61b86 (diff) | |
download | poky-d97787346347526d163d0de69222bff2e7b25408.tar.gz |
automake: upgrade to 1.15
(From OE-Core rev: 455edf38e8af854de0cffffdebf258b354ff7e54)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/automake/automake_1.15.bb (renamed from meta/recipes-devtools/automake/automake_1.14.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.14.1.bb b/meta/recipes-devtools/automake/automake_1.15.bb index be73d19cf6..d5b6e9eba4 100644 --- a/meta/recipes-devtools/automake/automake_1.14.1.bb +++ b/meta/recipes-devtools/automake/automake_1.15.bb | |||
@@ -22,8 +22,8 @@ SRC_URI += " file://python-libdir.patch \ | |||
22 | file://py-compile-compile-only-optimized-byte-code.patch \ | 22 | file://py-compile-compile-only-optimized-byte-code.patch \ |
23 | file://buildtest.patch" | 23 | file://buildtest.patch" |
24 | 24 | ||
25 | SRC_URI[md5sum] = "d052a3e884631b9c7892f2efce542d75" | 25 | SRC_URI[md5sum] = "716946a105ca228ab545fc37a70df3a3" |
26 | SRC_URI[sha256sum] = "814c2333f350ce00034a1fe718e0e4239998ceea7b0aff67e9fd273ed6dfc23b" | 26 | SRC_URI[sha256sum] = "7946e945a96e28152ba5a6beb0625ca715c6e32ac55f2e353ef54def0c8ed924" |
27 | 27 | ||
28 | do_install_append () { | 28 | do_install_append () { |
29 | install -d ${D}${datadir} | 29 | install -d ${D}${datadir} |