From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- .../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