summaryrefslogtreecommitdiff
path: root/import-layers/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch50
1 files changed, 0 insertions, 50 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch b/import-layers/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch
deleted file mode 100644
index b9461bec6..000000000
--- a/import-layers/yocto-poky/meta/recipes-support/gdbm/files/ptest.patch
+++ /dev/null
@@ -1,50 +0,0 @@
-From 4e4b70a4a3dcf1fdbee9e68bed3b62f42b197a3a Mon Sep 17 00:00:00 2001
-From: Josep Puigdemont <josep.puigdemont@enea.com>
-Date: Sun, 4 May 2014 16:02:07 +0200
-Subject: [PATCH] Add install-ptest rules.
-
-Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
-Signed-off-by: Maxin B. John <maxin.john@enea.com>
-Upstream-Status: Pending
-
----
- Makefile.am | 5 +++++
- tests/Makefile.am | 12 +++++++++++-
- 2 files changed, 16 insertions(+), 1 deletion(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 4cdc734..24b99f0 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -45,3 +45,8 @@ ChangeLog:
- awk -f $(top_srcdir)/git2chg.awk \
- -v append=$(top_srcdir)/$(prev_change_log) > ChangeLog; \
- fi
-+
-+install-ptest:
-+ @for subdir in $(SUBDIRS); do \
-+ $(MAKE) -C $$subdir DESTDIR=$(DESTDIR)/$$subdir $@; \
-+ done
-diff --git a/tests/Makefile.am b/tests/Makefile.am
-index 3dbb580..22ffc44 100644
---- a/tests/Makefile.am
-+++ b/tests/Makefile.am
-@@ -130,4 +130,14 @@ dtfetch_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
- dtdel_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
- d_creat_ce_LDADD = ../src/libgdbm.la ../compat/libgdbm_compat.la
-
--
-+buildtests: $(check_PROGRAMS) $(TESTSUITE)
-+
-+install-ptest: $(check_PROGRAMS) $(TESTSUITE)
-+ @$(INSTALL) -d $(DESTDIR)
-+ @for file in $^; do \
-+ if [ -x .libs/$$file ]; then \
-+ $(INSTALL_PROGRAM) .libs/$$file $(DESTDIR)/$$file; \
-+ else \
-+ $(INSTALL_PROGRAM) $$file $(DESTDIR) ; \
-+ fi \
-+ done
---
-2.11.0
-