From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- .../elfutils/elfutils/add-ptest.patch | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 meta/recipes-devtools/elfutils/elfutils/add-ptest.patch (limited to 'meta/recipes-devtools/elfutils/elfutils/add-ptest.patch') diff --git a/meta/recipes-devtools/elfutils/elfutils/add-ptest.patch b/meta/recipes-devtools/elfutils/elfutils/add-ptest.patch new file mode 100644 index 0000000000..88f808d81c --- /dev/null +++ b/meta/recipes-devtools/elfutils/elfutils/add-ptest.patch @@ -0,0 +1,23 @@ +Add 'install-ptest' rule. + +Signed-off-by: Mihaela Sendrea +Upstream-status: Pending +--- +diff -uNr a/tests/Makefile.am b/tests/Makefile.am +--- a/tests/Makefile.am 2013-08-19 14:05:23.256292155 +0200 ++++ b/tests/Makefile.am 2013-08-19 15:49:16.084543591 +0200 +@@ -240,3 +240,14 @@ + coverage: + -$(srcdir)/coverage.sh + endif ++ ++install-ptest: ++ @$(MKDIR_P) $(DESTDIR)/tests ++ @$(MKDIR_P) $(DESTDIR)/src ++ @install $(builddir)/*$(EXEEXT) $(DESTDIR)/tests ++ @install $(srcdir)/*.sh $(DESTDIR)/tests ++ @install $(builddir)/../src/*$(EXEEXT) $(DESTDIR)/src ++ @cp $(builddir)/../Makefile $(DESTDIR) ++ @sed -i -e 's|^Makefile:|_Makefile:|' $(DESTDIR)/tests/Makefile ++ @sed -i -e 's|$(srcdir)|.|' $(DESTDIR)/tests/Makefile ++ -- cgit v1.2.3-54-g00ecf