[oe-commits] Martin Jansa : libxaw: remove unrecognized configure option

git at git.openembedded.org git at git.openembedded.org
Tue Aug 12 11:40:41 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 985012e8962a201afd694ad0b68298bcfca3f760
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=985012e8962a201afd694ad0b68298bcfca3f760

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 15:52:24 2014 +0200

libxaw: remove unrecognized configure option

* fixes following QA warnings:
  libxaw-1.0.10: libxaw: configure was passed unrecognised options:
    --disable-docs [unknown-configure-option]

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
index fef5acd..6963f5e 100644
--- a/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
+++ b/meta-oe/recipes-graphics/xorg-lib/libxaw_1.0.10.bb
@@ -10,9 +10,6 @@ PR = "r2"
 SRC_URI[md5sum] = "f1ea52debce7a18cc26b21647a00ad8b"
 SRC_URI[sha256sum] = "2d96bcf92638b8ec5c91d379f5ec2e7b15133adeb2ba22066d48bf3239ee1bdd"
 
-# disable docs as groff detection doesn't work on some hosts while cross compilling
-EXTRA_OECONF += " --disable-docs "
-
 do_install_append () {
     ln -sf libXaw6.so.6 ${D}${libdir}/libXaw.so.6
     ln -sf libXaw7.so.7 ${D}${libdir}/libXaw.so.7



More information about the Openembedded-commits mailing list