aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-04-26 22:03:34 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-05-03 20:47:02 +0200
commit86bfd1b061576da93c756a1418aae43531bb72e3 (patch)
tree1e2af549a4f60834ff023dbd471076d9d01e1f71 /meta-oe/recipes-extended
parent95d3a4ee4cab71f5ccdd31efdd2a52f1083e62f4 (diff)
downloadmeta-openembedded-86bfd1b061576da93c756a1418aae43531bb72e3.tar.gz
t1lib: Fix build when S != B
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
index d687ddbe5f..86cc166e2d 100644
--- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -13,7 +13,7 @@ SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
SRC_URI[md5sum] = "a5629b56b93134377718009df1435f3c"
SRC_URI[sha256sum] = "821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59"
-inherit autotools
+inherit autotools-brokensep
# Fix GNU_HASH problem
TARGET_CC_ARCH += "${LDFLAGS}"
@@ -21,11 +21,6 @@ TARGET_CC_ARCH += "${LDFLAGS}"
EXTRA_OECONF = "--with-x --without-athena"
EXTRA_OEMAKE = "without_doc"
-do_configure() {
- rm -f ${S}/ac-tools/aclocal.m4
- autotools_do_configure
-}
-
FILES_${PN} += " ${datadir}/t1lib/t1lib.config"
FILES_${PN}-doc = "${datadir}/t1lib/doc/t1lib_doc.pdf"