diff options
author | Samuel Stirtzel <s.stirtzel@googlemail.com> | 2012-12-03 16:24:49 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:52:58 +0100 |
commit | 2261119c241ce775b1d12713e15304769808442c (patch) | |
tree | 4a06da77ecb9c84c239aeea002535f558eac86c8 /meta-oe | |
parent | 7199752c68171a21a888b39d4a7862085b4f0253 (diff) | |
download | meta-openembedded-2261119c241ce775b1d12713e15304769808442c.tar.gz |
maliit-plugins: Don't build the documentation as it requires Doxygen
Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/maliit/maliit-plugins_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb index 2fb52c74a..7a1a430d0 100644 --- a/meta-oe/recipes-support/maliit/maliit-plugins_git.bb +++ b/meta-oe/recipes-support/maliit/maliit-plugins_git.bb | |||
@@ -18,6 +18,7 @@ PV = "0.92.3+git${SRCPV}" | |||
18 | EXTRA_QMAKEVARS_PRE = "\ | 18 | EXTRA_QMAKEVARS_PRE = "\ |
19 | PREFIX=${prefix} \ | 19 | PREFIX=${prefix} \ |
20 | LIBDIR=${libdir} \ | 20 | LIBDIR=${libdir} \ |
21 | CONFIG+=nodoc \ | ||
21 | " | 22 | " |
22 | 23 | ||
23 | FILES_${PN} += "\ | 24 | FILES_${PN} += "\ |