diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-18 08:57:37 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-19 19:54:26 +0200 |
commit | be300cd38662ec61bb00c5684fd06c98d6c7f40c (patch) | |
tree | c11fb7dcfda315124fb8a98dae2e34d4752ad2b7 /meta-efl/recipes-efl | |
parent | 71965d3b87b6222fe78a3b31bb906ed70e1d85be (diff) | |
download | meta-openembedded-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/recipes-efl')
-rw-r--r-- | meta-efl/recipes-efl/efl/eina.inc | 4 |
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 8c9a0df43..4a77de3aa 100644 --- a/meta-efl/recipes-efl/efl/eina.inc +++ b/meta-efl/recipes-efl/efl/eina.inc | |||
@@ -11,7 +11,3 @@ inherit efl | |||
11 | AUTO_LIBNAME_PKGS = "" | 11 | AUTO_LIBNAME_PKGS = "" |
12 | 12 | ||
13 | FILES_${PN} += "${libdir}/eina" | 13 | FILES_${PN} += "${libdir}/eina" |
14 | |||
15 | do_install_append() { | ||
16 | rmdir ${D}${bindir} | ||
17 | } | ||