Hi Ray, I just saw this email. Thanks a lot for your suggestion. I've sent out V2.
Best Regards, Chen Qi On 10/20/2015 07:14 PM, Ray, Ian (GE Healthcare) wrote:
Hi,Signed-off-by: Chen Qi <Qi.Chen at windriver.com> --- meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb b/meta- oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb index 91a30cf..f2ded65 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb @@ -71,7 +71,6 @@ do_configure() { PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \ ${S}/m4/acinclude.m4 #remove the hardcoded $(libdir) rpath - sed -i -e 's|--rpath=$(libdir)||g' ${S}/bindings/Makefile.amI tested locally a simpler patch: @@ -71,7 +71,7 @@ do_configure() { PYTHON_INCLUDES="-I=/usr/include/python${PYTHON_BASEVERSION}"' \ ${S}/m4/acinclude.m4 #remove the hardcoded $(libdir) rpath - sed -i -e 's|--rpath=$(libdir)||g' ${S}/bindings/Makefile.am + sed -i -e 's|LD_RUN_PATH=$(libdir)||g' ${S}/bindings/Makefile.am@@ -100,6 +99,11 @@ do_configure() { ${B}/examples/*.pl } +do_compile_append() { + # Remove useless rpath + find ${B}/bindings/python/build -name "rrdtool.so" | xargs chrpath -d +}This fails for me since chrpath is not built for multilib.
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
