diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-07-26 18:17:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-28 09:20:52 +0100 |
commit | 58a7be460c9affe79b0c3d33abc79017e463b9a3 (patch) | |
tree | 2ce0991cf4967cd31f0f560a61f8899a46f04d29 /meta/classes | |
parent | a35f60a829b4c4ebd7fdfee560640216ecf7b368 (diff) | |
download | poky-58a7be460c9affe79b0c3d33abc79017e463b9a3.tar.gz |
gtk-doc.bbclass: unbreak dependency-chain for native recipes
see [1] & [2] for discussion of this patch
[1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-July/026606.html
[2] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-July/026611.html
(From OE-Core rev: f9ae930552bc5f1d59f207d4cd0e2b1b4f811dbc)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/gtk-doc.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index 8a312f5b2f..59063b00f2 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass | |||
@@ -7,7 +7,6 @@ | |||
7 | # packages up any existing documentation (so from tarball builds). | 7 | # packages up any existing documentation (so from tarball builds). |
8 | 8 | ||
9 | DEPENDS_append = " gtk-doc-stub-native" | 9 | DEPENDS_append = " gtk-doc-stub-native" |
10 | DEPENDS_virtclass-native_append = " gtk-doc-stub-native" | ||
11 | 10 | ||
12 | EXTRA_OECONF_append = "\ | 11 | EXTRA_OECONF_append = "\ |
13 | --disable-gtk-doc \ | 12 | --disable-gtk-doc \ |