diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-07-15 17:22:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 12:12:22 +0100 |
commit | 6d266010dcc16f6850b5a1f8f27099d63778f321 (patch) | |
tree | 0571636d20a807d06151f6889f5ac1a5b98f39c2 /meta/recipes-kernel | |
parent | 2167573f6885bd84f35a5e1ec00845264d130d72 (diff) | |
download | poky-6d266010dcc16f6850b5a1f8f27099d63778f321.tar.gz |
kmod: do not let gtkdocize fail
(From OE-Core rev: 1e68a6b24b88c897de18e84245bf7b3e15254bef)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index eeacb9a679..166b3f02f8 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" | |||
33 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" | 33 | PACKAGECONFIG[logging] = " --enable-logging,--disable-logging" |
34 | 34 | ||
35 | do_configure_prepend () { | 35 | do_configure_prepend () { |
36 | gtkdocize --docdir ${S}/libkmod/docs || touch ${S}/libkmod/docs/gtk-doc.make | 36 | gtkdocize --docdir ${S}/libkmod/docs --srcdir ${S} |
37 | } | 37 | } |
38 | 38 | ||
39 | do_configure_append () { | 39 | do_configure_append () { |