[oe-commits] Graham Gower : Fix t1lib dependency.

git version control git at git.openembedded.org
Tue Sep 29 08:42:53 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a29424d4444974193220b67c92efe1ba9a554c31
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a29424d4444974193220b67c92efe1ba9a554c31

Author: Graham Gower <graham.gower at gmail.com>
Date:   Thu Sep 10 17:33:50 2009 +0000

Fix t1lib dependency.

Failed with:

| mipsel-angstrom-linux-libtool: compile:  mipsel-angstrom-linux-gcc -c -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -isystem/home/grg/oe/tmp/staging/mipsel-angstrom-linux/usr/include -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb3 -fno-strength-reduce -DT1LIB_IDENT=\"5.0.2\" -DGLOBAL_CONFIG_DIR=\"/usr/share/t1lib\" xglyph.c  -fPIC -DPIC -o .libs/xglyph.o
| xglyph.c:47:27: error: X11/Xaw/Label.h: No such file or directory
| xglyph.c:48:29: error: X11/Xaw/Command.h: No such file or directory
| xglyph.c:49:26: error: X11/Xaw/Form.h: No such file or directory
| xglyph.c:50:28: error: X11/Xaw/Dialog.h: No such file or directory
| xglyph.c:51:25: error: X11/Xaw/Box.h: No such file or directory
| xglyph.c:52:28: error: X11/Xaw/Toggle.h: No such file or directory
| xglyph.c:54:31: error: X11/Xaw/AsciiText.h: No such file or directory
| xglyph.c:55:32: error: X11/Xaw/SimpleMenu.h: No such file or directory
| xglyph.c:56:28: error: X11/Xaw/SmeBSB.h: No such file or directory
| xglyph.c:57:26: error: X11/Xaw/List.h: No such file or directory
...
<snip>

Signed-off-by: Graham Gower <graham.gower at gmail.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/t1lib/t1lib_5.0.2.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/t1lib/t1lib_5.0.2.bb b/recipes/t1lib/t1lib_5.0.2.bb
index 5da31f7..36acb77 100644
--- a/recipes/t1lib/t1lib_5.0.2.bb
+++ b/recipes/t1lib/t1lib_5.0.2.bb
@@ -1,8 +1,8 @@
 DESCRIPTION = "A Type1 Font Rastering Library"
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "virtual/libx11"
-PR = "r4"
+DEPENDS = "virtual/libx11 libxaw"
+PR = "r5"
 LICENSE = "LGPL GPL"
 SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
            file://configure.patch;patch=1 \





More information about the Openembedded-commits mailing list