aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-07-18 08:57:37 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2012-07-19 19:54:26 +0200
commitbe300cd38662ec61bb00c5684fd06c98d6c7f40c (patch)
treec11fb7dcfda315124fb8a98dae2e34d4752ad2b7 /meta-efl
parent71965d3b87b6222fe78a3b31bb906ed70e1d85be (diff)
downloadmeta-openembedded-contrib-be300cd38662ec61bb00c5684fd06c98d6c7f40c.tar.gz
eina: do not remove bindir, it's not created with new automake
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/efl/eina.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-efl/recipes-efl/efl/eina.inc b/meta-efl/recipes-efl/efl/eina.inc
index 8c9a0df430..4a77de3aa0 100644
--- a/meta-efl/recipes-efl/efl/eina.inc
+++ b/meta-efl/recipes-efl/efl/eina.inc
@@ -11,7 +11,3 @@ inherit efl
AUTO_LIBNAME_PKGS = ""
FILES_${PN} += "${libdir}/eina"
-
-do_install_append() {
- rmdir ${D}${bindir}
-}