From: Tom Rini Date: Fri, 18 Feb 2011 19:27:34 +0000 (-0700) Subject: schroedinger: Fix RPATH QA errors X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f838e470b70a579316cdbb18cfeb0b75baee00e3;p=openembedded.git schroedinger: Fix RPATH QA errors Signed-off-by: Tom Rini --- diff --git a/recipes/schroedinger/schroedinger.inc b/recipes/schroedinger/schroedinger.inc index 7819814fc0..4dc8a6e42f 100644 --- a/recipes/schroedinger/schroedinger.inc +++ b/recipes/schroedinger/schroedinger.inc @@ -2,7 +2,7 @@ HOMEPAGE = "http://schrodinger.sourceforge.net/" LICENSE = "MPL GPL LGPL MIT" DEPENDS = "liboil orc-native orc" -PR = "r0" +INC_PR = "r1" SRC_URI = "http://www.diracvideo.org/download/schroedinger/${P}.tar.gz;name=schroedingertargz" SRC_URI[schroedingertargz.md5sum] = "d67ec48b7c506db8c8b49156bf409e60" @@ -13,3 +13,9 @@ EXTRA_OECONF += "STAGING_DIR=${STAGING_DIR_NATIVE}" inherit autotools +do_configure_append () { + # Fix stupid libtool... handling. + # rpath handling can't be disabled and the Makefile's can't be regenerated.. + # (GNU sed required) + sed -i s/^hardcode_libdir_flag_spec/#hardcode_libdir_flag_spec/ ${S}/*-libtool +} diff --git a/recipes/schroedinger/schroedinger_1.0.9.bb b/recipes/schroedinger/schroedinger_1.0.9.bb index 9826995d96..299442883e 100644 --- a/recipes/schroedinger/schroedinger_1.0.9.bb +++ b/recipes/schroedinger/schroedinger_1.0.9.bb @@ -1,6 +1,6 @@ require schroedinger.inc -PR = "r0" +PR = "${INC_PR}.0" inherit autotools