From 1b9f0ecd3062007111db53568d04b796fe0f15da Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 3 Feb 2016 13:06:26 +0100 Subject: elfutils: upgrade elfutils to version 0.164 elfutils 0.164 is now the default version used on poky master Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- recipes-devtools/elfutils/elfutils_0.164.bbappend | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes-devtools/elfutils/elfutils_0.164.bbappend (limited to 'recipes-devtools/elfutils/elfutils_0.164.bbappend') diff --git a/recipes-devtools/elfutils/elfutils_0.164.bbappend b/recipes-devtools/elfutils/elfutils_0.164.bbappend new file mode 100644 index 0000000..704829a --- /dev/null +++ b/recipes-devtools/elfutils/elfutils_0.164.bbappend @@ -0,0 +1,19 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "\ + file://add-ptest.patch \ + file://run-ptest \ + file://avoid_parallel_tests.patch \ +" + +inherit ptest + +do_compile_ptest() { + oe_runmake -C tests buildtest-TESTS +} + +do_install_ptest() { + oe_runmake -C tests install-ptest DESTDIR=${D}${PTEST_PATH} +} + +RDEPENDS_${PN}-ptest += " bash" -- cgit v1.2.3-54-g00ecf