aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/t1lib
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-24 11:14:30 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-24 11:14:30 +0100
commit8e47969136953d6aa5dd040ba19a6fabafe6ba75 (patch)
treea4c4575042701c47a43daf2eb4d2f5b8a26c924e /recipes/t1lib
parent046774aa44c2cece726559224b4821426f6d79cb (diff)
downloadopenembedded-8e47969136953d6aa5dd040ba19a6fabafe6ba75.tar.gz
t1lib: fix GNU_HASH QA error
Diffstat (limited to 'recipes/t1lib')
-rw-r--r--recipes/t1lib/t1lib_5.0.2.bb11
1 files changed, 6 insertions, 5 deletions
diff --git a/recipes/t1lib/t1lib_5.0.2.bb b/recipes/t1lib/t1lib_5.0.2.bb
index 36acb77f52..76ee6a0c43 100644
--- a/recipes/t1lib/t1lib_5.0.2.bb
+++ b/recipes/t1lib/t1lib_5.0.2.bb
@@ -2,7 +2,9 @@ DESCRIPTION = "A Type1 Font Rastering Library"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "virtual/libx11 libxaw"
-PR = "r5"
+
+PR = "r6"
+
LICENSE = "LGPL GPL"
SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
file://configure.patch;patch=1 \
@@ -11,6 +13,9 @@ SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
inherit autotools
+# Fix GNU_HASH problem
+TARGET_CC_ARCH += "${LDFLAGS}"
+
EXTRA_OECONF = "--with-x --without-athena"
EXTRA_OEMAKE = "without_doc"
@@ -19,9 +24,5 @@ do_configure() {
autotools_do_configure
}
-do_stage() {
- autotools_stage_all
-}
-
FILES_${PN} = "${bindir}/* ${libdir}/*.so* ${datadir}/t1lib/t1lib.config"
FILES_${PN}-doc = "${datadir}/t1lib/doc/t1lib_doc.pdf"