[oe-commits] Martin Jansa : automake: use autotools_do_install

git at git.openembedded.org git at git.openembedded.org
Wed Jan 30 14:00:28 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 5c2efbaad15a8430b4a02f3fcffd92578e1bb1a3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5c2efbaad15a8430b4a02f3fcffd92578e1bb1a3

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Fri Jan 25 20:42:50 2013 +0100

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.

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 59bbdd8..549051b 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
 
 PR = "r0"
 
-do_install () {
-    oe_runmake 'DESTDIR=${D}' install
+do_install_append () {
     install -d ${D}${datadir}
 
     # Some distros have both /bin/perl and /usr/bin/perl, but we set perl location





More information about the Openembedded-commits mailing list