diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-20 16:10:07 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-21 16:45:28 +0100 |
commit | 38daf64fb87bbc34caad050e7295b910c9b80e7c (patch) | |
tree | ca07760ee46eba08861910a3fac2cee3fe12d0cb /meta-oe/recipes-support | |
parent | 1db0dbf9a8bf2f09ddbc09a4ccde227fdf9a866a (diff) | |
download | meta-openembedded-38daf64fb87bbc34caad050e7295b910c9b80e7c.tar.gz |
openmotif: Avoid use os Xos.h from host
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/openmotif/openmotif_2.3.3.bb | 6 |
1 files changed, 3 insertions, 3 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 23142ee5d..98882462f 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 @@ | |||
1 | SECTION = "libs" | 1 | SECTION = "libs" |
2 | DESCRIPTION = "OSM/Motif implementation." | 2 | DESCRIPTION = "OSM/Motif implementation." |
3 | LICENSE = "OGPL" | 3 | LICENSE = "OGPL" |
4 | DEPENDS = "xbitmaps virtual/libx11 libxt libxft" | 4 | DEPENDS = "xbitmaps virtual/libx11 libxt libxft xproto" |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=14f692c82491db3d52419929d2f3b343" |
7 | 7 | ||
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | SRC_URI = "http://fossies.org/unix/misc/openmotif-2.3.3.tar.gz \ | 10 | SRC_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,7 +15,7 @@ SRC_URI[sha256sum] = "c85f5545e218fa0c59a3789192132d472fc5a33e914a221a568eee4fc1 | |||
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | EXTRA_OECONF = "--disable-printing" | 18 | EXTRA_OECONF = "X_CFLAGS=-I${STAGING_INCDIR} --disable-printing" |
19 | 19 | ||
20 | PACKAGES += "${PN}-bin" | 20 | PACKAGES += "${PN}-bin" |
21 | 21 | ||