[oe-commits] Otavio Salvador : openmotif: Disable printing support

git at git.openembedded.org git at git.openembedded.org
Mon Jan 14 09:04:19 UTC 2013


Module: meta-openembedded.git
Branch: danny
Commit: ad82ac15d5a158bca0c68ca6641273bdb8e7ba5b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ad82ac15d5a158bca0c68ca6641273bdb8e7ba5b

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Wed Dec 19 16:32:11 2012 +0000

openmotif: Disable printing support

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Eric Bénard <eric at eukrea.com>

---

 .../recipes-support/openmotif/openmotif_2.3.3.bb   |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
index e7a0220..23142ee 100644
--- a/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
+++ b/meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb
@@ -1,11 +1,11 @@
 SECTION = "libs"
 DESCRIPTION = "OSM/Motif implementation."
 LICENSE = "OGPL"
-DEPENDS = "xbitmaps virtual/libx11 libxt libxp libxft"
+DEPENDS = "xbitmaps virtual/libx11 libxt libxft"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343"
 
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \
            file://configure.patch;patch=1"
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc1
 
 inherit autotools
 
+EXTRA_OECONF = "--disable-printing"
+
 PACKAGES += "${PN}-bin"
 
 FILES_${PN}-bin = "${bindir}"





More information about the Openembedded-commits mailing list