summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-12-19 16:32:11 +0000
committerEric Bénard <eric@eukrea.com>2013-01-07 12:00:27 +0100
commitad82ac15d5a158bca0c68ca6641273bdb8e7ba5b (patch)
treebb9d61ffab912892347e86e184fb397baf3b01fa
parentfee5fdd8b61daf285e40b25b4c19a58b792611c6 (diff)
downloadmeta-openembedded-ad82ac15d5a158bca0c68ca6641273bdb8e7ba5b.tar.gz
openmotif: Disable printing support
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb6
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 e7a0220e0..23142ee5d 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 @@
1SECTION = "libs" 1SECTION = "libs"
2DESCRIPTION = "OSM/Motif implementation." 2DESCRIPTION = "OSM/Motif implementation."
3LICENSE = "OGPL" 3LICENSE = "OGPL"
4DEPENDS = "xbitmaps virtual/libx11 libxt libxp libxft" 4DEPENDS = "xbitmaps virtual/libx11 libxt libxft"
5 5
6LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343"
7 7
8PR = "r1" 8PR = "r2"
9 9
10SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \ 10SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \
11 file://configure.patch;patch=1" 11 file://configure.patch;patch=1"
@@ -15,6 +15,8 @@ SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc1
15 15
16inherit autotools 16inherit autotools
17 17
18EXTRA_OECONF = "--disable-printing"
19
18PACKAGES += "${PN}-bin" 20PACKAGES += "${PN}-bin"
19 21
20FILES_${PN}-bin = "${bindir}" 22FILES_${PN}-bin = "${bindir}"