t1lib: fix GNU_HASH QA error
authorKoen Kooi <koen@openembedded.org>
Sun, 24 Jan 2010 10:14:30 +0000 (11:14 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 24 Jan 2010 10:14:30 +0000 (11:14 +0100)
recipes/t1lib/t1lib_5.0.2.bb

index 36acb77..76ee6a0 100644 (file)
@@ -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"