diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-01-25 20:42:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-27 13:53:33 +0000 |
commit | e1c56ee9720014a13515493ac1d77f43ea31bfa1 (patch) | |
tree | b389933863809146b4f64f99cf7ed1beb25470a8 /meta/recipes-devtools | |
parent | a1ac22a73c226e268bea90eaa043b3da4695d577 (diff) | |
download | poky-e1c56ee9720014a13515493ac1d77f43ea31bfa1.tar.gz |
automake: use autotools_do_install
* autotools_do_install removes /info/dir when it exists, overwritting whole
do_install prevented that, use do_install_append instead.
(From OE-Core rev: 5c2efbaad15a8430b4a02f3fcffd92578e1bb1a3)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.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.12.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/automake/automake_1.12.6.bb b/meta/recipes-devtools/automake/automake_1.12.6.bb index 59bbdd8bfd..549051bc7b 100644 --- a/meta/recipes-devtools/automake/automake_1.12.6.bb +++ b/meta/recipes-devtools/automake/automake_1.12.6.bb | |||
@@ -31,8 +31,7 @@ SRC_URI[sha256sum] = "0cbe570db487908e70af7119da85ba04f7e28656b26f717df0265ae08d | |||
31 | 31 | ||
32 | PR = "r0" | 32 | PR = "r0" |
33 | 33 | ||
34 | do_install () { | 34 | do_install_append () { |
35 | oe_runmake 'DESTDIR=${D}' install | ||
36 | install -d ${D}${datadir} | 35 | install -d ${D}${datadir} |
37 | 36 | ||
38 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location | 37 | # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location |