[oe-commits] [openembedded-core] 04/37: kmod: do not let gtkdocize fail

git at git.openembedded.org git at git.openembedded.org
Fri Sep 9 11:13:41 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 1e68a6b24b88c897de18e84245bf7b3e15254bef
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Fri Jul 15 17:22:34 2016 +0300

    kmod: do not let gtkdocize fail
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-kernel/kmod/kmod.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index eeacb9a..166b3f0 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -33,7 +33,7 @@ PACKAGECONFIG[debug] = "--enable-debug,--disable-debug"
 PACKAGECONFIG[logging] = " --enable-logging,--disable-logging"
 
 do_configure_prepend () {
-        gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make
+        gtkdocize --docdir ${S}/libkmod/docs --srcdir ${S}
 }
 
 do_configure_append () {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list