[oe-commits] Koen Kooi : t1lib: fix GNU_HASH QA error

git version control git at git.openembedded.org
Sun Jan 24 11:14:20 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 24 11:14:30 2010 +0100

t1lib: fix GNU_HASH QA error

---

 recipes/t1lib/t1lib_5.0.2.bb |   11 ++++++-----
 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 36acb77..76ee6a0 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"





More information about the Openembedded-commits mailing list