On 08/29/2016 03:47 PM, Sujith H wrote:
From: Christopher Larson <chris_lar...@mentor.com>

rdoc gets unhappy if this already exists, so remove it before building.

Without this, it's possible to hit this error:

    Directory .ext/rdoc already exists, but it looks like it isn't an RDoc
    directory.

+
+do_compile_prepend () {
+    rm -rf .ext/rdoc
+}


The fix may be fixing the symptom and masking a different issue, have you checked when and how the error occurs?

Alex
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to